@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans:wght@400;600;700&display=swap");
html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #282828;
}

img {
  width: 100%;
}

/*  link 
-----------------------------------------------------------------------------*/
a {
  transition: .3s ease;
}

a,
a:visited,
a:hover {
  color: #282828;
  text-decoration: none;
}

a img {
  border: 0;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

/*  reset 
-----------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #F5F5F5;
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

main {
  display: block;
}

[v-cloak] {
  display: none;
}

/*!
 * Font Awesome Free 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.btn-spmenu {
  z-index: 4;
}

.header {
  z-index: 3;
}

.sp-menu {
  z-index: 2;
}

main {
  z-index: 1;
}

main {
  position: relative;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Lity - v3.0.0-dev - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(40, 40, 40, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 10001;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 10002;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 10003;
  width: 100%;
  max-height: 80vh;
  background: #fff;
  overflow: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
  padding: 48px 0;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  width: 24px;
  height: 24px;
  padding: 0;
  -webkit-appearance: none;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 0;
  background: #DF1B26 url("../../img/common/icon_plus.svg") no-repeat 50% 50%/12px 12px;
  transform: rotate(45deg);
  border-radius: 20px;
  border: 0;
  position: absolute;
  right: 0;
  top: -32px;
  z-index: 10004;
  transition: .3s ease;
  cursor: pointer;
}

.lity-close:hover,
.lity-close:focus:hover,
.lity-close:active:hover,
.lity-close:visited:hover {
  background-color: #282828;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
  width: auto;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lity-hide {
  display: none;
}

.header {
  background: #fff;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header .logo a {
  display: block;
  width: 89px;
}

.header .btn-search {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 2px 20px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: .3s ease opacity;
}

.header .btn-search .icon {
  height: 16px;
  margin-bottom: 6px;
  position: relative;
}

.header .btn-search .icon:before, .header .btn-search .icon:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #282828;
  position: absolute;
  top: 6px;
  left: 0;
  opacity: 0;
}

.header .btn-search .icon:before {
  transform: rotate(30deg);
}

.header .btn-search .icon:after {
  transform: rotate(-30deg);
}

.header .btn-search .icon img {
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.header .search-box {
  display: none;
  padding: 40px 20px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1) inset;
  position: fixed;
  top: 56px;
  left: 0;
}

.header .search-box dt {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.header .search-box dd {
  margin-top: 12px;
}

.header .search-box dd .input-wrap {
  position: relative;
}

.header .search-box dd .input-wrap input[type="text"] {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #F5F5F5;
  padding: 12px 40px 12px 18px;
  width: 100%;
}

.header .search-box dd .input-wrap input::-webkit-input-placeholder {
  color: #999;
}

.header .search-box dd .input-wrap input:-ms-input-placeholder {
  color: #999;
}

.header .search-box dd .input-wrap input::-moz-placeholder {
  color: #999;
}

.header .search-box dd .input-wrap input[type="submit"] {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../../img/common/icon_search.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  right: 18px;
}

.header .btn-menu {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: 100%;
  padding: 2px 20px 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: .3s ease opacity;
}

.header .btn-menu .icon {
  width: 24px;
  height: 14px;
  margin-bottom: 6px;
  position: relative;
}

.header .btn-menu .icon span {
  width: 100%;
  height: 2px;
  display: block;
  background: #282828;
  position: absolute;
  left: 0;
  transition: .3s ease;
}

.header .btn-menu .icon span:first-child {
  top: 0;
}

.header .btn-menu .icon span:nth-child(2) {
  top: 6px;
}

.header .btn-menu .icon span:last-child {
  top: 12px;
}

.header .menu-box {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1) inset;
  overflow-y: scroll;
  padding-bottom: 106px;
  position: fixed;
  top: 56px;
  left: 0;
}

.header .menu-box .def {
  border-bottom: 1px solid #F1F2F6;
  padding: 10px 20px;
}

.header .menu-box .def dt {
  margin-top: -1px;
  border-top: 1px solid #F1F2F6;
}

.header .menu-box .def dt:first-of-type {
  border-top: none;
}

.header .menu-box .def dt a,
.header .menu-box .def dt > div {
  font-size: 14px;
  font-weight: 500;
  min-height: 42px;
  line-height: 1.33333;
  padding: 23px 28px 23px 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.header .menu-box .def dt > a:after {
  content: '';
  display: block;
  width: 12px;
  height: 9px;
  background: url(../../img/common/icon_arrow01_b.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
}

.header .menu-box .def dt > div:before, .header .menu-box .def dt > div:after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #282828;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 8px;
  transition: .2s ease;
}

.header .menu-box .def dt > div:after {
  transform: rotate(90deg) translateY(-50%);
}

.header .menu-box .def dt > div.is-active:after {
  transform: rotate(180deg);
}

.header .menu-box .def > div {
  display: none;
}

.header .menu-box .def > div > div {
  border-top: 1px solid #F1F2F6;
  padding: 20px 16px;
}

.header .menu-box .def > div dd {
  width: 100%;
}

.header .menu-box .def > div dd a {
  font-size: 13px;
  font-weight: 500;
  min-height: 36px;
  padding: 10px 10px 10px 24px;
  line-height: 1.38462;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  background-position: left center;
}

.header .menu-box .def > div dd._window a:after {
  content: '';
  width: 14px;
  height: 11px;
  background: url(/img/common/icon_window.svg) no-repeat;
  background-size: contain;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.header .menu-box .list {
  margin: 33px 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.header .menu-box .list li {
  width: 50%;
  height: 100%;
  border-left: 1px solid #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .menu-box .list li:nth-child(2) {
  border-left: 2px solid #fff;
}

.header .menu-box .list li:nth-child(2) .icon {
  width: 20px;
}

.header .menu-box .list li a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .menu-box .list li a:hover {
  background: #F5F5F5;
}

.header .menu-box .list li a .icon {
  height: 20px;
  margin-right: 8px;
}

.header .menu-box .list li a .icon img {
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.header .menu-box .sns {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .menu-box .sns li {
  margin: 0 12px;
}

.header .menu-box .sns li a {
  height: 24px;
  display: block;
}

.header .menu-box .sns li a img {
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.overlay {
  background: rgba(40, 40, 40, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease opacity;
}

body.menu-active .header .btn-menu .icon span {
  top: 6px;
}

body.menu-active .header .btn-menu .icon span:first-child {
  transform: rotate(30deg);
}

body.menu-active .header .btn-menu .icon span:nth-child(2) {
  width: 0;
  left: 50%;
}

body.menu-active .header .btn-menu .icon span:last-child {
  transform: rotate(-30deg);
}

body.menu-active .header .btn-search {
  opacity: 0;
  pointer-events: none;
}

body.search-active .header .btn-search .icon:before, body.search-active .header .btn-search .icon:after {
  opacity: 1;
}

body.search-active .header .btn-search .icon img {
  opacity: 0;
}

body.search-active .header .btn-menu {
  opacity: 0;
  pointer-events: none;
}

body.search-active .overlay {
  opacity: 1;
  pointer-events: auto;
}

.h-nav ul {
  display: flex;
}

.h-nav ul li {
  margin: 0 2px;
  cursor: pointer;
}

.h-nav ul li > a,
.h-nav ul li > div > a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: 100%;
  padding: 0 22px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.h-nav ul li > a, .h-nav ul li > a:visited, .h-nav ul li > a:hover,
.h-nav ul li > div > a,
.h-nav ul li > div > a:visited,
.h-nav ul li > div > a:hover {
  color: #282828;
}

.h-nav ul li > a:after,
.h-nav ul li > div > a:after {
  content: '';
  width: calc(100% - 44px);
  height: 2px;
  display: block;
  background: transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .25s ease;
}

.h-nav ul li > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-nav ul li dl {
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1) inset;
  padding: 50px;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 80px;
  left: 0;
  opacity: 0;
  transition: .25s ease opacity;
  pointer-events: none;
}

.h-nav ul li dl > div {
  padding: 10px 50px;
}

.h-nav ul li dl > div:first-child {
  border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  width: 300px;
}

.h-nav ul li dl > div.box {
  min-width: 566px;
  display: flex;
  border-right: 1px solid #E1E1E1;
}

.h-nav ul li dl > div.box > div {
  margin: -27px 0;
}

.h-nav ul li dl > div.box > div:nth-child(n+2) {
  margin-left: 40px;
}

.h-nav ul li dl dt a {
  font-weight: 500;
  padding-right: 36px;
  background: url(../../img/common/icon_arrow01_r.svg) no-repeat;
  background-size: 20px 15px;
  background-position: right center;
}

.h-nav ul li dl dt a:hover {
  color: #DF1B26;
}

.h-nav ul li dl dd {
  margin: 27px 0;
}

.h-nav ul li dl dd:not(._bnr) a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  padding: 3px 0 3px 23px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}

.h-nav ul li dl dd:not(._bnr) a:hover {
  color: #DF1B26;
}

.h-nav ul li dl dd._bnr a {
  font-size: 13px;
  font-weight: 500;
  display: block;
  width: 200px;
}

.h-nav ul li dl dd._bnr a:hover {
  color: #DF1B26;
}

.h-nav ul li dl dd._bnr a:hover .img-wrap:after {
  border-color: #DF1B26;
}

.h-nav ul li dl dd._bnr a .img-wrap {
  margin-bottom: 10px;
  position: relative;
}

.h-nav ul li dl dd._bnr a .img-wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s ease all;
}

.h-nav ul li dl dd._window a:after {
  content: '';
  width: 15px;
  height: 12px;
  background: url(/img/common/icon_window.svg) no-repeat;
  background-size: contain;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.h-nav ul li.is-active dl {
  opacity: 1;
  pointer-events: auto;
}

.h-nav02 {
  height: 100%;
}

.h-nav02 ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-nav02 ul li {
  width: 96px;
  height: 100%;
  border-left: 1px solid #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-nav02 ul li:hover a,
.h-nav02 ul li:hover > div {
  border-bottom-color: #DF1B26;
}

.h-nav02 ul li.hover > div {
  cursor: pointer;
  transition: .3s ease;
}

.h-nav02 ul li a,
.h-nav02 ul li > div {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.h-nav02 ul li a .icon,
.h-nav02 ul li > div .icon {
  height: 20px;
  margin-bottom: 7px;
}

.h-nav02 ul li a .icon img,
.h-nav02 ul li > div .icon img {
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.h-nav02 ul li dl {
  width: 100%;
  position: fixed;
  top: 80px;
  left: 0;
  opacity: 0;
  transition: .7s ease opacity;
  pointer-events: none;
}

.h-nav02 ul li dl > div {
  background: #fff;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1) inset;
}

.h-nav02 ul li dl dt {
  font-size: 14px;
  font-weight: 500;
}

.h-nav02 ul li dl dd {
  width: 800px;
  margin-left: 24px;
}

.h-nav02 ul li dl dd .input-wrap {
  position: relative;
}

.h-nav02 ul li dl dd .input-wrap input[type="text"] {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #F5F5F5;
  padding: 16px 24px 16px 24px;
  width: 100%;
}

.h-nav02 ul li dl dd .input-wrap input::-webkit-input-placeholder {
  color: #999;
}

.h-nav02 ul li dl dd .input-wrap input:-ms-input-placeholder {
  color: #999;
}

.h-nav02 ul li dl dd .input-wrap input::-moz-placeholder {
  color: #999;
}

.h-nav02 ul li dl dd .input-wrap input[type="submit"] {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../../img/common/icon_search.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  right: 24px;
  cursor: pointer;
}

.h-nav02 ul li dl dd .input-wrap input[type="submit"]:hover {
  opacity: .7;
}

.h-nav02 ul li.is-active > div {
  border-bottom-color: #DF1B26;
}

.h-nav02 ul li.is-active dl {
  opacity: 1;
  pointer-events: auto;
  transition: .3s ease opacity;
}

.header.fixed .h-nav__link, .header.fixed .h-nav__link:visited, .header.fixed .h-nav__link:hover {
  color: #282828;
}

.header-special {
  background: #fff;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-special .logo a {
  display: block;
  width: 89px;
}

.header-special .prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.header-special .prev a {
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
  position: relative;
}

.header-special .prev a:before {
  content: "";
  width: 20px;
  height: 15px;
  margin: auto;
  background: url("../../img/common/icon_arrow01_r.svg") no-repeat 0 0/contain;
  transform: rotate(180deg);
  transition: .3s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.header-special .prev + .ttl {
  margin-top: 16px;
  margin-bottom: 6px;
}

.header._en .menu-box .def {
  border-bottom: none;
}

.header._en .menu-box .def dt:last-of-type {
  border-bottom: 1px solid #F1F2F6;
}

.header._en .menu-box .list {
  margin-top: 13px;
}

.btn-spmenu {
  width: 56px;
  height: 56px;
  background: #282828;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-spmenu__bar-wrap {
  width: 25px;
  height: 21px;
  position: relative;
}

.btn-spmenu.active .btn-spmenu__bar-wrap {
  width: 27px;
  height: 21px;
}

.btn-spmenu__bar {
  width: 25px;
  height: 3px;
  border-radius: 1.5px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.5s ease 0s;
}

.btn-spmenu__bar:nth-child(1) {
  top: 0;
}

.btn-spmenu.active .btn-spmenu__bar:nth-child(1) {
  width: 28px;
  top: 9px;
  transform: rotate(45deg);
}

.btn-spmenu__bar:nth-child(2) {
  top: 9px;
}

.btn-spmenu.active .btn-spmenu__bar:nth-child(2) {
  transform: scale(0);
}

.btn-spmenu__bar:nth-child(3) {
  bottom: 0;
}

.btn-spmenu.active .btn-spmenu__bar:nth-child(3) {
  width: 28px;
  top: 9px;
  transform: rotate(-45deg);
}

.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 56px;
  pointer-events: none;
}

.sp-menu.opened {
  pointer-events: auto;
}

.sp-menu__container {
  background: #000;
  padding-bottom: 56px;
  min-height: 100%;
}

.sp-menu__inner {
  padding: 20px 10px;
}

.sp-menu-enter-active, .sp-menu-leave-active {
  transition: all 0.5s ease 0s;
}

.sp-menu-enter, .sp-menu-leave-to {
  opacity: 0;
}

.page-search-box .mf_finder_container {
  width: 100%;
  max-width: 816px;
  line-height: 1;
  position: relative;
}

.mf_finder_container .mf_finder_searchBox {
  margin: auto;
}

.mf_finder_container .mf_finder_searchBox_items {
  position: relative;
}

.h-nav02 .mf_finder_container .mf_finder_searchBox_items {
  padding: 0;
}

.h-nav02 .mf_finder_container .mf_finder_searchBox_items .mf_finder_searchBox_suggest_items {
  height: auto;
  display: block;
}

.h-nav02 .mf_finder_container .mf_finder_searchBox_items .mf_finder_searchBox_suggest_items li {
  display: block;
  width: auto;
  text-align: left;
  border-left: none;
}

.h-nav02 .mf_finder_container .mf_finder_searchBox_items .mf_finder_searchBox_suggest_items li a {
  display: block;
  border: none;
  font-size: 14px;
  text-align: left;
}

.h-nav02 .mf_finder_container .mf_finder_searchBox_items .mf_finder_searchBox_suggest_items li a:hover {
  border: none;
}

.header .search-box dd .mf_finder_container .mf_finder_searchBox_items {
  padding: 0;
  margin-bottom: 1rem;
}

.mf_finder_container .mf_finder_searchBox_doctype {
  display: none;
}

.mf_finder_container .mf_finder_searchBox_query_input {
  display: block;
  width: 100%;
  max-width: 816px;
  padding: 18px 60px 18px 24px;
  background: #fff;
  border: 2px solid transparent;
  transition: border .3s ease;
}

.header .search-box dd .mf_finder_container .mf_finder_searchBox_query_input {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #F5F5F5;
  padding: 12px 40px 12px 18px;
  width: 100%;
}

.mf_finder_container .mf_finder_searchBox_submit {
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(../../img/common/icon_search.svg) no-repeat 50% 50%/17px 17px;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
}

.mf_finder_container .mf_finder_searchBox_submit::before {
  display: none;
}

.mf_finder_container .mf_finder_searchBox_submit::before span {
  display: none;
}

.mf_finder_container .mf_finder_searchBox_selects {
  display: flex;
}

.mf_finder_container .mf_finder_searchBox_selects .mf_finder_searchBox_category {
  display: none;
}

.mf_finder_container .mf_finder_organic_header {
  flex-direction: row-reverse;
  line-height: 1.5;
}

.mf_finder_container .mf_finder_organic_header .mf_finder_query {
  margin-left: 1rem;
}

.mf_finder_container .mf_finder_organic_doc {
  padding: 2rem 1rem;
}

.mf_finder_container .mf_finder_organic_doc_title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.mf_finder_container .mf_finder_organic_doc_body {
  height: auto;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.57143;
}

.mf_finder_container .mf_finder_organic_doc_url span {
  color: #1BA3DF;
}

.mf_finder_container .mf_finder_organic_pager_wrapper {
  margin-top: 5rem;
}

.mf_finder_container .mf_finder_searchBox_misc {
  display: none;
}

.footer, .footer-special, .footer-en {
  font-size: 14px;
  background: #F5F5F5;
  padding-top: 45px;
}

.footer .f-link .list01._pc, .footer-special .f-link .list01._pc, .footer-en .f-link .list01._pc {
  margin: 0 -50px;
  padding-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.footer .f-link .list01._pc > li, .footer-special .f-link .list01._pc > li, .footer-en .f-link .list01._pc > li {
  padding: 0 50px;
  border-right: 1px solid #DBDBDB;
}

.footer .f-link .list01._pc > li:last-child, .footer-special .f-link .list01._pc > li:last-child, .footer-en .f-link .list01._pc > li:last-child {
  width: 340px;
  border-right: none;
}

.footer .f-link .list01._pc > li dl, .footer-special .f-link .list01._pc > li dl, .footer-en .f-link .list01._pc > li dl {
  margin: -7px 0;
}

.footer .f-link .list01._pc > li dt a, .footer-special .f-link .list01._pc > li dt a, .footer-en .f-link .list01._pc > li dt a {
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 7px 0 9px;
  display: inline-block;
}

.footer .f-link .list01._pc > li dt a:hover, .footer-special .f-link .list01._pc > li dt a:hover, .footer-en .f-link .list01._pc > li dt a:hover {
  color: #DF1B26;
}

.footer .f-link .list01._pc > li dd a, .footer-special .f-link .list01._pc > li dd a, .footer-en .f-link .list01._pc > li dd a {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.42857;
  padding: 4px 0 4px 10px;
  display: inline-block;
  position: relative;
}

.footer .f-link .list01._pc > li dd a:hover, .footer-special .f-link .list01._pc > li dd a:hover, .footer-en .f-link .list01._pc > li dd a:hover {
  color: #DF1B26;
}

.footer .f-link .list01._pc > li dd a:before, .footer-special .f-link .list01._pc > li dd a:before, .footer-en .f-link .list01._pc > li dd a:before {
  content: '-';
  position: absolute;
  top: 3px;
  left: 0;
}

.footer .f-link .list01._pc > li dd + dt, .footer-special .f-link .list01._pc > li dd + dt, .footer-en .f-link .list01._pc > li dd + dt {
  margin-top: 2px;
}

.footer .f-link .list01._sp, .footer-special .f-link .list01._sp, .footer-en .f-link .list01._sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .f-link .list01._sp li, .footer-special .f-link .list01._sp li, .footer-en .f-link .list01._sp li {
  width: 50%;
  border-bottom: 1px solid #DBDBDB;
}

.footer .f-link .list01._sp li:first-child, .footer-special .f-link .list01._sp li:first-child, .footer-en .f-link .list01._sp li:first-child {
  width: 100%;
}

.footer .f-link .list01._sp li:nth-child(odd):not(:first-child):not(.window_item), .footer-special .f-link .list01._sp li:nth-child(odd):not(:first-child):not(.window_item), .footer-en .f-link .list01._sp li:nth-child(odd):not(:first-child):not(.window_item) {
  padding-left: 2.5%;
}

.footer .f-link .list01._sp li.window_item:nth-child(odd), .footer-special .f-link .list01._sp li.window_item:nth-child(odd), .footer-en .f-link .list01._sp li.window_item:nth-child(odd) {
  padding-left: 5px;
}

.footer .f-link .list01._sp li.window_item:nth-child(even), .footer-special .f-link .list01._sp li.window_item:nth-child(even), .footer-en .f-link .list01._sp li.window_item:nth-child(even) {
  padding-right: 5px;
}

.footer .f-link .list01._sp li:nth-child(even):not(.window_item), .footer-special .f-link .list01._sp li:nth-child(even):not(.window_item), .footer-en .f-link .list01._sp li:nth-child(even):not(.window_item) {
  padding-right: 2.5%;
}

.footer .f-link .list01._sp li:not(.window_item) a, .footer-special .f-link .list01._sp li:not(.window_item) a, .footer-en .f-link .list01._sp li:not(.window_item) a {
  font-weight: 500;
  padding: 20px 10px;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
}

.footer .f-link .list01._sp li:not(.window_item) a:after, .footer-special .f-link .list01._sp li:not(.window_item) a:after, .footer-en .f-link .list01._sp li:not(.window_item) a:after {
  content: '';
  width: 12px;
  height: 9px;
  display: block;
  background: url(../../img/common/icon_arrow01_b.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}

.footer .f-link .list01 .window_item a, .footer-special .f-link .list01 .window_item a, .footer-en .f-link .list01 .window_item a {
  background: #fff;
  border: 1px solid #DBDBDB;
  padding: 10px 40px 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.footer .f-link .list01 .window_item a:after, .footer-special .f-link .list01 .window_item a:after, .footer-en .f-link .list01 .window_item a:after {
  content: '';
  display: block;
  width: 14px;
  height: 11px;
  background: url(../../img/common/icon_window.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
}

.footer .f-link .list01 .window_item a:hover, .footer-special .f-link .list01 .window_item a:hover, .footer-en .f-link .list01 .window_item a:hover {
  background: #DBDBDB;
}

.footer .f-link .list01 .window_item a .jp, .footer-special .f-link .list01 .window_item a .jp, .footer-en .f-link .list01 .window_item a .jp {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.23077;
}

.footer .f-link .list01 .window_item a .en, .footer-special .f-link .list01 .window_item a .en, .footer-en .f-link .list01 .window_item a .en {
  color: #DF1B26;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  margin-top: 3px;
}

.footer .f-link .list02, .footer-special .f-link .list02, .footer-en .f-link .list02 {
  padding: 30px 0;
  margin: 0 -15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer .f-link .list02 li a, .footer-special .f-link .list02 li a, .footer-en .f-link .list02 li a {
  font-weight: 500;
  padding: 4px 0 4px 10px;
  display: inline-block;
  position: relative;
}

.footer .f-link .list02 li a:hover, .footer-special .f-link .list02 li a:hover, .footer-en .f-link .list02 li a:hover {
  color: #DF1B26;
}

.footer .f-link .list02 li a:before, .footer-special .f-link .list02 li a:before, .footer-en .f-link .list02 li a:before {
  content: '-';
  position: absolute;
  top: 44%;
  left: 0;
  line-height: 0;
}

.footer .f-copy, .footer-special .f-copy, .footer-en .f-copy {
  padding: 23px 0;
  background: #282828;
}

.footer .f-copy .logo, .footer-special .f-copy .logo, .footer-en .f-copy .logo {
  width: 156px;
  height: 16px;
}

.footer .f-copy p, .footer-special .f-copy p, .footer-en .f-copy p {
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.footer-special {
  padding-top: 0;
}

.footer-en .f-link {
  padding-bottom: 46px;
}

.footer-en .list-en + .list-en {
  margin-top: 18px;
}

.footer-en .list-en li a {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.footer-en .list-en li a:hover {
  color: #DF1B26;
}

.footer-en .f-copy .logo {
  width: 283px;
  height: 18px;
}

.top-mainv .slide {
  position: relative;
}

.top-mainv .slide .item a {
  display: block;
  position: relative;
}

.top-mainv .slide .slick-arrow {
  background: #282828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 99;
  cursor: pointer;
  transition: .3s ease;
}

.top-mainv .slide .slick-arrow:after {
  content: '';
  width: 9px;
  height: 8px;
  display: block;
  background: url(../../img/common/icon_arrow01_wb.svg) no-repeat;
  background-size: contain;
}

.top-mainv .slide .slick-arrow.slick-prev {
  right: calc(50% + 600px);
  transform: rotate(180deg);
}

.top-mainv .slide .slick-arrow.slick-next {
  left: calc(50% + 600px);
}

.top-mainv .slide .slick-dots {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
}

.top-mainv .slide .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  margin: 0 6px;
  display: inline-block;
}

.top-mainv .slide .slick-dots li button {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.top-mainv .slide .slick-dots li.slick-active {
  background: #DF1B26;
}

.top-pickup {
  padding-top: 40px;
}

.top-pickup .inner {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 40px;
}

.top-pickup dl {
  font-size: 16px;
}

.top-pickup dl dd {
  color: #999;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  position: relative;
  padding-right: 55px;
}

.top-pickup dl dd:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 49%;
  right: 17px;
}

.top-pickup dl dt {
  font-weight: 500;
  flex: 1 0 0%;
}

.top-pickup dl dt a {
  display: block;
  position: relative;
}

.top-pickup dl dt a:after {
  content: '';
  width: 14px;
  height: 8px;
  display: block;
  background: url(../../img/common/icon_arrow-long01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transition: .3s ease;
}

.top-bnr {
  border-top: 1px solid #F5F5F5;
  padding: 96px 0;
}

.top-bnr__big {
  padding: 40px 0;
}

.top-bnr__big a {
  display: block;
  position: relative;
}

.top-bnr__big a + a {
  margin-top: 40px;
}

.top-bnr .list li {
  width: calc(50% - 20px);
  height: 148px;
  overflow: hidden;
}

.top-bnr .list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.top-bnr .list li a:after {
  content: '';
  display: block;
  background: url(../../img/common/icon_arrow01_w.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  right: 56px;
  top: calc(50% - 8px);
  transition: .3s ease;
}

.top-bnr .list li a.window:after {
  background: url(../../img/common/icon_window_w.svg) no-repeat;
  background-size: contain;
}

.top-bnr .list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: .3s ease;
}

.top-bnr .list li .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 25px;
  min-width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
}

.top-bnr .list li .text .jp {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.70833;
}

.top-bnr .list li .text .en {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.375;
}

.top-news {
  padding: 56px 0 80px;
}

.top-news .list li {
  font-size: 14px;
}

.top-news .list a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.top-news .list .img {
  position: relative;
  height: 21vw;
  overflow: hidden;
}

.top-news .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  transition: .3s ease;
}

.top-news .list .img .new {
  color: #fff;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: #DF1B26;
  padding: 4px 9px 5px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 10;
}

.top-news .list dl {
  background: #fff;
  padding: 24px;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  flex: 1 0 0%;
}

.top-news .list dl dd {
  display: inline-block;
  vertical-align: middle;
}

.top-news .list dl dd.date {
  color: #999;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}

.top-news .list dl dd.tag {
  padding: 4px 4px 5px;
  margin-left: 20px;
}

.top-news .list dl dd.tag._new {
  color: #fff;
  background: #282828;
  border: 2px solid #282828;
}

.top-news .list dl dd.tag._news {
  border: 2px solid #282828;
}

.top-news .list dl dd.tag._release {
  color: #DF1B26;
  border: 2px solid #DF1B26;
}

.top-news .list dl dd.tag._info {
  color: #fff;
  background: #DF1B26;
  border: 2px solid #DF1B26;
}

.top-news .list dl .text {
  margin-top: 10px;
  letter-spacing: 0.05em;
  line-height: 1.71429;
}

.top-news .list dl .text:not(:first-of-type) {
  color: #999;
  font-size: 90%;
  font-weight: normal;
}

.top-special {
  padding: 80px 0;
}

.top-special .slide {
  margin: 40px -24px 0;
  position: relative;
}

.top-special .slide .item {
  margin: 0 24px;
}

.top-special .slide .item a {
  display: block;
  position: relative;
}

.top-special .slide .item a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border: 7px solid transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s ease;
}

.top-special .slide .slick-list {
  overflow: visible;
}

.top-special .slide .slick-arrow {
  background: #282828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 99;
  cursor: pointer;
  transition: .3s ease;
}

.top-special .slide .slick-arrow:after {
  content: '';
  width: 10px;
  height: 8px;
  display: block;
  background: url(../../img/common/icon_arrow01_wb.svg) no-repeat;
  background-size: contain;
}

.top-special .slide .slick-arrow.slick-prev {
  left: 4px;
  transform: rotate(180deg);
}

.top-special .slide .slick-arrow.slick-next {
  right: 4px;
}

.top-special .slide .slick-arrow.slick-disabled {
  background: #999 !important;
  cursor: default;
}

.top-search {
  background: #F5F5F5;
  padding: 96px 0 64px;
}

.top-search .blcWrap .blc {
  padding: 40px 0 80px;
}

.top-search .blcWrap .blc + .blc {
  padding: 80px 0;
  border-top: 1px solid #E1E1E1;
}

.top-search .blcWrap .blc:last-child {
  padding-bottom: 48px;
}

.top-search .slide01 {
  overflow: hidden;
}

.top-search .slide01 .slick-list {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.top-search .slide01 .item {
  height: 266px;
}

.top-search .slide01 .item a {
  font-weight: 500;
  background: #fff;
  height: 100%;
  padding: 10px;
  display: block;
  line-height: 1.42857;
}

.top-search .slide01 .item dl {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top-search .slide01 .item dt {
  height: 143px;
  transition: .3s ease;
}

.top-search .slide01 .item dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.top-search .slide01 .item dd {
  margin-top: 23px;
  text-align: center;
}

.top-search .slide01 .slick-dots-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.top-search .slide01 .slick-dots {
  font-size: 0;
  text-align: center;
}

.top-search .slide01 .slick-dots li {
  display: inline-block;
}

.top-search .slide01 .slick-dots li button {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.top-search .slide01 .slick-dots li button:not(.slick-arrow) {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  margin: 0 6px;
}

.top-search .slide01 .slick-dots li.slick-active button:not(.slick-arrow) {
  background: #DF1B26;
}

.top-search .slide01 .slick-arrow {
  width: 20px;
  height: 15px;
  background: none;
  margin: 0 34px;
  background: url(../../img/common/icon_arrow01.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: .3s ease;
}

.top-search .slide01 .slick-arrow.slick-prev {
  transform: rotate(180deg);
}

.top-search .slide02 {
  margin: 0 -5px;
}

.top-search .slide02 .item {
  margin: 0 5px;
  position: relative;
}

.top-search .slide02 .item dd {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.top-search .slide02 .slick-dots {
  font-size: 0;
  text-align: center;
  margin-top: 32px;
}

.top-search .slide02 .slick-dots li {
  display: inline-block;
}

.top-search .slide02 .slick-dots li button {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.top-search .slide02 .slick-dots li button:not(.slick-arrow) {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  margin: 0 6px;
}

.top-search .slide02 .slick-dots li button.slick-arrow {
  width: 20px;
  height: 15px;
  background: none;
  margin: 0 34px;
  background: url(../../img/common/icon_arrow01.svg) no-repeat;
  background-size: contain;
  transition: .3s ease;
}

.top-search .slide02 .slick-dots li button.slick-arrow.slick-prev {
  transform: rotate(180deg);
}

.top-search .slide02 .slick-dots li.slick-active button:not(.slick-arrow) {
  background: #DF1B26;
}

.top-search .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.top-search .list li {
  width: calc(25% - 24px);
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.top-search .list li a dd {
  color: #fff;
  background: #999;
  padding: 9px;
  text-align: center;
  transition: .3s ease;
  letter-spacing: 0.05em;
}

.top-search .btn {
  margin-top: 0;
}

.top-support {
  padding: 100px 0;
}

.top-support .box {
  height: 100%;
}

.top-support .box._01 .text {
  letter-spacing: 0.05em;
  line-height: 1.71429;
}

.top-support .list {
  width: 785px;
  height: 100%;
}

.top-support .list li {
  width: 50%;
  height: 100%;
  border: 1px solid #F5F5F5;
}

.top-support .list li:nth-child(2) {
  border-left: none;
}

.top-support .list li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-support .list li a dt {
  height: 40px;
}

.top-support .list li a dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.top-support .list li a dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.375;
  margin-top: 15px;
  position: relative;
  padding-left: 24px;
}

.top-support .list li a dd:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}

.top-sns {
  padding: 64px 0;
  border-top: 1px solid #F5F5F5;
}

.top-sns dl dt {
  color: #999;
  font-size: 16px;
  margin-right: 33px;
}

.top-sns dl dd {
  margin: 0 22px;
}

.top-sns dl dd a {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.top-sns dl dd .img {
  margin-right: 12px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.top-sns dl dd .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.page {
  font-size: 14px;
  font-weight: 500;
}

.wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 120px;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.f12px {
  font-size: 12px;
}

.f14px {
  font-size: 14px;
}

.f16px {
  font-size: 16px;
}

.indent010 {
  text-indent: -1em;
  padding-left: 1em;
}

.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
}

.pagetop a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagetop a img {
  width: 14px;
  height: 10px;
  transform: rotate(-90deg);
  opacity: .8;
}

.ttl01 .jp {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}

.ttl01 .jp:after {
  content: '';
  width: 120px;
  height: 1px;
  background: #000;
  display: block;
  letter-spacing: 0.05em;
  position: absolute;
  left: calc(100% + 24px);
  top: 50%;
}

.ttl01 .en {
  color: #DF1B26;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 13px;
}

.ttl02,
.contents._carbon-dtl h2 {
  font-size: 22px;
  letter-spacing: 0.05em;
  border-left: 3px solid #DF1B26;
  padding-left: 15px;
  margin-bottom: 32px;
  line-height: 40px;
}

.ttl02:not(:first-child),
.contents._carbon-dtl h2:not(:first-child) {
  margin-top: 40px;
}

.ttl02._small,
.contents._carbon-dtl h2._small {
  font-size: 16px;
}

.ttl03,
.contents._dtl h2:not(.ttl02) {
  font-size: 24px;
  font-weight: bold;
  background: #F5F5F5;
  letter-spacing: 0.05em;
  line-height: 1.70833;
  padding: 14px 24px;
  margin-bottom: 32px;
}

.ttl03:not(:first-child),
.contents._dtl h2:not(.ttl02):not(:first-child) {
  margin-top: 40px;
}

.ttl03._small,
.contents._dtl h2:not(.ttl02)._small {
  font-size: 16px;
  padding: 4px 16px;
}

.contents._carbon-dtl h3,
.customer-ans h4 {
  font-size: 16px;
  font-weight: bold;
  background: #F5F5F5;
  letter-spacing: 0.05em;
  line-height: 1.70833;
  padding: 4px 16px;
  margin-bottom: 32px;
}

.customer-ans h4:not(:first-child) {
  margin-top: 40px;
  margin-bottom: 20px;
}

.ttl04,
.contents._dtl h3 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 2.13636;
  border-left: 4px solid #DF1B26;
  padding-left: 16px;
  margin-bottom: 32px;
}

.ttl04:not(:first-child),
.contents._dtl h3:not(:first-child) {
  margin-top: 40px;
}

.ttl04._small,
.contents._dtl h3._small {
  font-size: 16px;
}

.ttl05,
.contents._dtl h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.72222;
  margin-bottom: 32px;
}

.ttl05:not(:first-child),
.contents._dtl h4:not(:first-child) {
  margin-top: 40px;
}

.ttl06 {
  font-size: 16px;
  font-weight: bold;
  background: #F5F5F5;
  padding: 8px 16px;
}

.ttl07 {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.46429;
  margin-bottom: 34px;
}

.btn {
  margin-top: 48px;
}

.btn a {
  border: 1px solid #282828;
  width: 272px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.btn a:after {
  content: '';
  width: 13px;
  height: 11px;
  background: url(../../img/common/icon_arrow01_b.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  transition: .3s ease;
}

.btn a:hover {
  color: #fff;
  background: #282828;
}

.btn a:hover:after {
  background: url(../../img/common/icon_arrow01_w.svg) no-repeat;
  background-size: contain;
  transform: translateX(4px);
}

.btn a + a {
  margin-top: 24px;
}

.btn._large a {
  width: 380px;
}

.btn._back a:after {
  right: auto;
  left: 16px;
  transform: rotate(180deg);
}

.btn._back a:hover:after {
  transform: rotate(180deg) translateX(4px);
}

.btn._search {
  display: flex;
  width: 272px;
  height: 48px;
  margin: 0 auto;
  border: 1px solid #DF1B26;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background: #DF1B26;
  transition: .3s ease;
}

.btn._search:hover {
  color: #DF1B26;
  background: #fff;
}

.btn._only {
  margin-bottom: 96px;
}

.page-title._dtl .inner {
  display: flex;
  justify-content: space-between;
}

.page-title._dtl .prev {
  min-width: 180px;
  position: static;
  transform: translate(0, 0);
}

.page-title._dtl .dtl-date-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-title._dtl .dtl-date-box .dtl-date {
  font-size: 16px;
  margin: 0 55px;
  border-bottom: 2px solid #DF1B26;
  padding-bottom: 5px;
}

.tbl01 table {
  width: 100%;
}

.tbl01 th,
.tbl01 td {
  padding: 28px 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.tbl01 th {
  text-align: left;
  background: #F5F5F5;
  width: 167px;
  vertical-align: top;
}

.tbl01 td .link {
  text-decoration: underline;
}

.tbl01 td .link:hover {
  text-decoration: none;
}

.tbl01 td .link._window {
  text-decoration: none;
}

.tbl01 td .link._window:after {
  content: '';
  width: 14px;
  height: 11px;
  background: url(../../img/common/icon_window.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 3px;
}

.tbl01 td .link._window:hover {
  color: #DF1B26;
}

.tbl02 table {
  width: 100%;
}

.tbl02 th,
.tbl02 td {
  padding: 28px 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #E1E1E1;
}

.tbl02 th {
  background: #F5F5F5;
  vertical-align: top;
}

.tbl02 td .link {
  text-decoration: underline;
}

.tbl02 td .link:hover {
  text-decoration: none;
}

.tbl02 td .list li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.tbl02 td .list li:before {
  content: '○';
}

.btm-note {
  letter-spacing: .05em;
  margin-top: 70px;
}

.page-title._dtl .dtl-prev,
.contents._dtl .dtl-prev {
  min-width: 76px;
}

.page-title._dtl .dtl-prev a,
.contents._dtl .dtl-prev a {
  font-size: 14px;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}

.page-title._dtl .dtl-prev a:before,
.contents._dtl .dtl-prev a:before {
  content: '';
  width: 14px;
  height: 11px;
  background: url("../../img/common/icon_arrow01.svg") no-repeat 0 0/contain;
  display: block;
  transform: rotate(180deg);
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  transition: .3s ease;
}

.page-title._dtl .dtl-prev a:hover:before,
.contents._dtl .dtl-prev a:hover:before {
  left: -5px;
}

.page-title._dtl .dtl-next,
.contents._dtl .dtl-next {
  min-width: 76px;
}

.page-title._dtl .dtl-next a,
.contents._dtl .dtl-next a {
  font-size: 14px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.page-title._dtl .dtl-next a:after,
.contents._dtl .dtl-next a:after {
  content: '';
  width: 14px;
  height: 11px;
  background: url("../../img/common/icon_arrow01.svg") no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  transition: .3s ease;
}

.page-title._dtl .dtl-next a:hover:after,
.contents._dtl .dtl-next a:hover:after {
  right: -5px;
}

.contents._dtl,
.contents._dtl02 {
  line-height: 1.5;
}

.contents._dtl table,
.contents._dtl02 table {
  width: 100%;
  table-layout: fixed;
}

.contents._dtl table[border="1"],
.contents._dtl02 table[border="1"] {
  margin-bottom: 20px;
}

.contents._dtl table[border="1"] td,
.contents._dtl02 table[border="1"] td {
  border: 1px solid #E1E1E1;
  padding: 15px 20px;
}

.contents._dtl img,
.contents._dtl02 img {
  margin: 20px 0;
  max-height: 500px;
}

.contents._dtl b,
.contents._dtl02 b {
  font-size: 20px;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 3px;
}

.contents._dtl .tag-list,
.contents._dtl02 .tag-list {
  margin: -6px 0 13px;
}

.contents._dtl .tag-list li,
.contents._dtl02 .tag-list li {
  padding: 4px 4px 5px;
  margin-top: 6px;
  display: inline-block;
}

.contents._dtl .tag-list li + li,
.contents._dtl02 .tag-list li + li {
  margin-left: 5px;
}

.contents._dtl .tag-list li._new,
.contents._dtl02 .tag-list li._new {
  color: #fff;
  background: #282828;
}

.contents._dtl .tag-list li._news,
.contents._dtl02 .tag-list li._news {
  border: 2px solid #282828;
}

.contents._dtl .tag-list li._release,
.contents._dtl02 .tag-list li._release {
  color: #DF1B26;
  border: 2px solid #DF1B26;
}

.contents._dtl h1,
.contents._dtl02 h1 {
  font-size: 28px;
  line-height: 1.71429;
  margin-bottom: 13px;
}

.contents._dtl .sns-list,
.contents._dtl02 .sns-list {
  margin-right: -12px;
  text-align: right;
}

.contents._dtl .sns-list li,
.contents._dtl02 .sns-list li {
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
  transition: .3s ease;
}

.contents._dtl .sns-list li:hover,
.contents._dtl02 .sns-list li:hover {
  opacity: .7;
}

.contents._dtl .sns-list li.line,
.contents._dtl02 .sns-list li.line {
  position: relative;
}

.contents._dtl .sns-list li.line:before,
.contents._dtl02 .sns-list li.line:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../../img/news/icon_line.svg) no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.contents._dtl .sns-list li.line .iframeWrap,
.contents._dtl02 .sns-list li.line .iframeWrap {
  opacity: 0;
}

.contents._dtl .sns-list li.line .iframeWrap iframe,
.contents._dtl02 .sns-list li.line .iframeWrap iframe {
  width: 24px !important;
  height: 24px !important;
}

.contents._dtl .sns-list li > *,
.contents._dtl02 .sns-list li > * {
  line-height: 0;
}

.contents._dtl .sns-list li a,
.contents._dtl02 .sns-list li a {
  width: 24px;
  display: block;
}

.contents._dtl .info-cont,
.contents._dtl02 .info-cont {
  margin-top: 64px;
}

.contents._dtl .info-cont .info-mainv,
.contents._dtl02 .info-cont .info-mainv {
  margin-bottom: 64px;
  text-align: center;
}

.contents._dtl .info-cont .info-mainv img,
.contents._dtl02 .info-cont .info-mainv img {
  width: auto;
  max-width: 100%;
}

.contents._dtl .info-cont .info-mainv + *,
.contents._dtl02 .info-cont .info-mainv + * {
  margin-top: 0 !important;
}

.contents._dtl .info-cont .ttl03,
.contents._dtl .info-cont .ttl04,
.contents._dtl .info-cont .ttl05,
.contents._dtl02 .info-cont .ttl03,
.contents._dtl02 .info-cont .ttl04,
.contents._dtl02 .info-cont .ttl05 {
  margin-top: 72px;
}

.contents._dtl .info-cont .text,
.contents._dtl02 .info-cont .text {
  line-height: 2.28571;
  letter-spacing: 0.05em;
}

.contents._dtl .info-cont .text a,
.contents._dtl02 .info-cont .text a {
  text-decoration: underline;
}

.contents._dtl .info-cont .text a:hover,
.contents._dtl02 .info-cont .text a:hover {
  color: #DF1B26;
}

.contents._dtl .info-cont .img,
.contents._dtl02 .info-cont .img {
  text-align: center;
  margin-top: 72px;
}

.contents._dtl .info-cont .img img,
.contents._dtl02 .info-cont .img img {
  width: auto;
  max-width: 100%;
}

.contents._dtl .info-cont p,
.contents._dtl02 .info-cont p {
  margin: 2em auto;
  line-height: 2.28571;
}

.contents._dtl .info-cont p:first-child,
.contents._dtl02 .info-cont p:first-child {
  margin-top: 0;
}

.contents._dtl .info-cont p:last-child,
.contents._dtl02 .info-cont p:last-child {
  margin-bottom: 0;
}

.contents._dtl .info-cont a,
.contents._dtl02 .info-cont a {
  text-decoration: underline;
}

.contents._dtl .info-cont a.download,
.contents._dtl02 .info-cont a.download {
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #E1E1E1;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}

.contents._dtl .info-cont a.download:before,
.contents._dtl02 .info-cont a.download:before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  margin-right: 9px;
  background: url(../../img/common/icon_download.svg) no-repeat 0 0/contain;
}

.contents._dtl .info-cont a:hover,
.contents._dtl02 .info-cont a:hover {
  color: #DF1B26;
}

.contents._dtl .info-cont table,
.contents._dtl02 .info-cont table {
  width: 100%;
  max-width: 800px;
  margin: 72px auto;
  border-left: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
}

.contents._dtl .info-cont table td, .contents._dtl .info-cont table th,
.contents._dtl02 .info-cont table td,
.contents._dtl02 .info-cont table th {
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}

.contents._dtl .info-cont table th,
.contents._dtl02 .info-cont table th {
  background: #E1E1E1;
}

.contents._dtl .special-cont .special-mainv,
.contents._dtl02 .special-cont .special-mainv {
  width: 100vw;
  height: auto;
  max-height: 786px;
  overflow: hidden;
  margin: 30px 0 40px;
  position: relative;
  right: -50%;
  transform: translate(-50vw, 0);
}

.contents._dtl .special-cont .special-mainv img,
.contents._dtl02 .special-cont .special-mainv img {
  width: 100%;
  max-width: 1240px;
  max-height: none;
  margin: 0 auto;
}

.contents._dtl .special-cont .special-mainv + *,
.contents._dtl02 .special-cont .special-mainv + * {
  margin-top: 0 !important;
}

.contents._dtl .special-cont .sns-list,
.contents._dtl02 .special-cont .sns-list {
  margin-bottom: 64px;
}

.contents._dtl .special-cont a,
.contents._dtl02 .special-cont a {
  text-decoration: underline;
}

.contents._dtl .special-cont a.download,
.contents._dtl02 .special-cont a.download {
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #E1E1E1;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}

.contents._dtl .special-cont a.download:before,
.contents._dtl02 .special-cont a.download:before {
  content: "";
  display: block;
  margin-right: 9px;
  width: 15px;
  height: 14px;
  background: url(../../img/common/icon_download.svg) no-repeat 0 0/contain;
}

.contents._dtl .special-cont a:hover,
.contents._dtl02 .special-cont a:hover {
  color: #DF1B26;
}

.contents._dtl .special-cont .common-row:not(._slide),
.contents._dtl02 .special-cont .common-row:not(._slide) {
  margin: 80px auto;
}

.contents._dtl .special-cont .common-row + .common-row,
.contents._dtl02 .special-cont .common-row + .common-row {
  margin-top: -40px;
}

.contents._dtl .special-cont .common-row p,
.contents._dtl02 .special-cont .common-row p {
  margin: 1.5em auto;
}

.contents._dtl .special-cont .common-row p:first-child,
.contents._dtl02 .special-cont .common-row p:first-child {
  margin-top: 0;
}

.contents._dtl .special-cont .common-row p:last-child,
.contents._dtl02 .special-cont .common-row p:last-child {
  margin-bottom: 0;
}

.contents._dtl .special-cont .common-row .img,
.contents._dtl02 .special-cont .common-row .img {
  text-align: center;
}

.contents._dtl .special-cont .common-row .img img,
.contents._dtl02 .special-cont .common-row .img img {
  max-width: 100%;
}

.contents._dtl .special-cont .common-row .figure-column,
.contents._dtl02 .special-cont .common-row .figure-column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.contents._dtl .special-cont .common-row .figure-column:nth-child(n+2),
.contents._dtl02 .special-cont .common-row .figure-column:nth-child(n+2) {
  margin-top: 48px;
}

.contents._dtl .special-cont .common-row .figure-column .img,
.contents._dtl .special-cont .common-row .figure-column .detail,
.contents._dtl02 .special-cont .common-row .figure-column .img,
.contents._dtl02 .special-cont .common-row .figure-column .detail {
  width: 50%;
  padding: 0 20px;
}

.contents._dtl .special-cont .common-row-content,
.contents._dtl02 .special-cont .common-row-content {
  display: flex;
  flex-wrap: wrap;
}

.contents._dtl .special-cont .common-row-content img,
.contents._dtl02 .special-cont .common-row-content img {
  width: 100%;
  max-width: none;
  max-height: none;
}

.contents._dtl .special-cont .common-row-content._slide,
.contents._dtl02 .special-cont .common-row-content._slide {
  margin-top: 0 !important;
  display: block;
}

.contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-track,
.contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-track {
  min-width: 100% !important;
}

.contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-slide,
.contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-slide {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
}

.contents._dtl .special-cont .common-row-content._slide.slick-slider .img,
.contents._dtl02 .special-cont .common-row-content._slide.slick-slider .img {
  height: auto;
}

.contents._dtl .special-cont .common-row-content._slide.slick-slider .img img,
.contents._dtl02 .special-cont .common-row-content._slide.slick-slider .img img {
  margin: 0;
}

.contents._dtl .special-cont .common-row-content._slide.slick-slider p,
.contents._dtl02 .special-cont .common-row-content._slide.slick-slider p {
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 9px;
}

.contents._dtl .special-cont .common-row-content._slide.slick-slider p + div,
.contents._dtl02 .special-cont .common-row-content._slide.slick-slider p + div {
  margin-top: auto;
}

.contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-arrow,
.contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: #282828 url(../../img/common/icon_arrow01_wb.svg) no-repeat 50% 50%/10px 8px;
  border-radius: 30px;
  transition: .3s ease;
  cursor: pointer;
  position: absolute;
  top: -80px;
  bottom: 0;
  z-index: 1;
}

.contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-arrow.slick-prev,
.contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-arrow.slick-prev {
  left: -5px;
  transform: rotate(180deg);
}

.contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-arrow.slick-next,
.contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-arrow.slick-next {
  right: -5px;
}

.contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-arrow.slick-disabled,
.contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-arrow.slick-disabled {
  background-color: #999 !important;
  cursor: default;
}

.contents._dtl .special-cont .common-row-content._col01,
.contents._dtl02 .special-cont .common-row-content._col01 {
  margin-right: -20px;
  margin-left: -20px;
}

.contents._dtl .special-cont .common-row-content._col01 .item,
.contents._dtl02 .special-cont .common-row-content._col01 .item {
  width: 100%;
  padding: 0 20px;
}

.contents._dtl .special-cont .common-row-content._col01 .item:nth-child(n+2),
.contents._dtl02 .special-cont .common-row-content._col01 .item:nth-child(n+2) {
  margin-top: 40px;
}

.contents._dtl .special-cont .common-row-content._col02,
.contents._dtl02 .special-cont .common-row-content._col02 {
  margin-right: -20px;
  margin-left: -20px;
}

.contents._dtl .special-cont .common-row-content._col02 .item,
.contents._dtl02 .special-cont .common-row-content._col02 .item {
  width: 50%;
  padding: 0 20px;
}

.contents._dtl .special-cont .common-row-content._col02 .item:nth-child(n+3),
.contents._dtl02 .special-cont .common-row-content._col02 .item:nth-child(n+3) {
  margin-top: 40px;
}

.contents._dtl .special-cont .common-row-content._col03,
.contents._dtl02 .special-cont .common-row-content._col03 {
  margin-left: -16px;
  margin-right: -16px;
}

.contents._dtl .special-cont .common-row-content._col03 .item,
.contents._dtl02 .special-cont .common-row-content._col03 .item {
  width: 33.33%;
  padding: 0 16px;
}

.contents._dtl .special-cont .common-row-content._col03 .item:nth-child(n+4),
.contents._dtl02 .special-cont .common-row-content._col03 .item:nth-child(n+4) {
  margin-top: 36px;
}

.contents._dtl .special-cont .common-row-content._col04,
.contents._dtl02 .special-cont .common-row-content._col04 {
  margin-left: -16px;
  margin-right: -16px;
}

.contents._dtl .special-cont .common-row-content._col04 .item,
.contents._dtl02 .special-cont .common-row-content._col04 .item {
  width: 25%;
  padding: 0 16px;
}

.contents._dtl .special-cont .common-row-content._col04 .item:nth-child(n+5),
.contents._dtl02 .special-cont .common-row-content._col04 .item:nth-child(n+5) {
  margin-top: 36px;
}

.contents._dtl .special-cont .common-row-content:nth-child(n+2),
.contents._dtl02 .special-cont .common-row-content:nth-child(n+2) {
  margin-top: 48px;
}

.contents._dtl .special-cont p,
.contents._dtl02 .special-cont p {
  margin: 2em auto;
  line-height: 2.28571;
}

.contents._dtl .special-cont p:first-child,
.contents._dtl02 .special-cont p:first-child {
  margin-top: 0;
}

.contents._dtl .special-cont p:last-child,
.contents._dtl02 .special-cont p:last-child {
  margin-bottom: 0;
}

.contents._dtl .btm-note,
.contents._dtl02 .btm-note {
  margin-top: 40px;
}

.contents._dtl .dtl-page-box > div,
.contents._dtl02 .dtl-page-box > div {
  display: inline-block;
  vertical-align: middle;
}

.contents._dtl .dtl-page-box > div a,
.contents._dtl02 .dtl-page-box > div a {
  display: block;
}

.contents._dtl .dtl-page-box .dtl-back,
.contents._dtl02 .dtl-page-box .dtl-back {
  font-size: 16px;
  margin: -2px 55px 0;
}

.contents._dtl .dtl-page-box .dtl-back a:hover,
.contents._dtl02 .dtl-page-box .dtl-back a:hover {
  color: #DF1B26;
}

.contents._dtl .dtl-def,
.contents._dtl02 .dtl-def {
  margin-top: 72px;
}

.contents._dtl .dtl-def dl,
.contents._dtl02 .dtl-def dl {
  font-size: 16px;
  margin: 0 auto;
}

.contents._dtl .dtl-def dl dt,
.contents._dtl .dtl-def dl dd,
.contents._dtl02 .dtl-def dl dt,
.contents._dtl02 .dtl-def dl dd {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 8px 8px 9px;
}

.contents._dtl .dtl-def dl dt,
.contents._dtl02 .dtl-def dl dt {
  font-weight: 500;
  background: #E1E1E1;
}

.contents._dtl .dtl-def dl dt:first-child,
.contents._dtl02 .dtl-def dl dt:first-child {
  border-right-color: #fff;
}

.contents._dtl .dtl-def dl dd,
.contents._dtl02 .dtl-def dl dd {
  font-weight: bold;
  height: 100%;
}

.link-list._col02 li {
  width: calc(50% - 20px);
}

.link-list._col02 li a {
  min-height: 181px;
}

.link-list li {
  text-align: center;
  width: calc(100% / 3 - 9px);
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.link-list a {
  padding: 37px 30px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.link-list a:hover h2 {
  color: #DF1B26;
}

.link-list h2 {
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  transition: .3s ease;
}

.link-list h2:after {
  content: '';
  width: 16px;
  height: 16px;
  margin: 12px auto 0;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: block;
}

.link-list p {
  line-height: 1.42857;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.contents._dtl._pressrrom h1 {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E1E1E1;
}

.contents._dtl._pressrrom .info-cont {
  margin-top: 0;
  letter-spacing: 0.05em;
}

.contents._dtl._pressrrom .info-cont .info-mainv {
  margin-top: 64px;
}

.contents._dtl._pressrrom .info-cont .img {
  margin: 72px auto;
}

.contents._dtl._special {
  margin-top: -40px;
  padding: 0 0 96px;
}

.contents._top-bdr {
  border-top: 1px solid #F5F5F5;
  background: #fff !important;
}

.download-blc {
  margin-top: 60px;
}

.download-blc .inner {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 25px;
}

.download-blc .list {
  margin: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.download-blc .list li {
  margin: 10px;
}

.download-blc .list li a:before {
  content: '';
  width: 13px;
  height: 14px;
  margin-right: 7px;
  display: inline-block;
  background: url(../../img/common/icon_download.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
}

.dtl-download-blc {
  padding: 10px 0;
  margin-bottom: 80px;
}

#err-msg {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 20px 0 120px;
}

.table-sp-scroll table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table-sp-scroll th {
  background: whitesmoke;
}

.table-sp-scroll th, .table-sp-scroll td {
  font-size: 16px;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}

.scroll-hint-icon-wrap .scroll-hint-icon {
  background: url(/img/common/icon_swipe.png) no-repeat;
  background-size: contain;
  box-shadow: none;
  width: 104px;
  height: 104px;
  top: 50px;
}

.scroll-hint-icon-wrap .scroll-hint-icon:before, .scroll-hint-icon-wrap .scroll-hint-icon:after {
  display: none;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1 !important;
}

.scroll-hint.is-scrollable.is-active .scroll-hint-icon {
  opacity: 1;
}

*::before,
*::after {
  box-sizing: border-box;
}

.page-title {
  margin-top: -40px;
  padding: 50px 0;
  border-bottom: 1px solid #F5F5F5;
}

.page-title._top {
  padding: 60px 0;
}

.page-title._top .inner {
  justify-content: space-between;
}

.page-title._pressroom .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page-title._pressroom .ttl:hover:before {
  transform: rotate(180deg) translateX(4px);
}

.page-title._pressroom .ttl:before {
  content: '';
  background: url(/img/common/icon_arrow01_b.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  margin: 2px 15px 0 0;
  transform: rotate(180deg);
  display: block;
  transition: .3s ease all;
}

.page-title .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.page-title .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.page-title .ttl .small {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 13px;
  display: block;
}

.page-title .prev a {
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
  position: relative;
}

.page-title .prev a:before {
  content: "";
  width: 20px;
  height: 15px;
  margin: auto;
  background: url("../../img/common/icon_arrow01_r.svg") no-repeat 0 0/contain;
  transform: rotate(180deg);
  transition: .3s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.page-title .prev + .ttl {
  margin-top: 16px;
  margin-bottom: 6px;
}

.page-title .search-keyword {
  width: 100%;
  max-width: 800px;
  position: relative;
}

.page-title .search-keyword input[type=text] {
  display: block;
  width: 100%;
  padding: 18px 60px 18px 24px;
  border: 2px solid #F5F5F5;
  transition: border .3s ease;
}

.page-title .search-keyword input[type=text]:focus {
  border-color: #DF1B26;
}

.page-title .search-keyword .search-btn {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../img/common/icon_search.svg") no-repeat 0 0/contain;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.page-title .search-keyword input::-webkit-input-placeholder {
  color: #999;
}

.page-title .search-keyword input:-ms-input-placeholder {
  color: #999;
}

.page-title .search-keyword input::-moz-placeholder {
  color: #999;
}

.breadcrumb {
  padding: 24px 0;
  border-top: 1px solid #F5F5F5;
}

.breadcrumb ul {
  display: flex;
}

.breadcrumb li {
  font-size: 14px;
  color: #999;
}

.breadcrumb li:not(:last-child) {
  position: relative;
}

.breadcrumb li:not(:last-child)::after {
  content: "／";
  margin: 0 16px;
}

.breadcrumb li a {
  color: #282828;
  text-decoration: underline;
}

.breadcrumb li a:hover {
  text-decoration: none;
  transition: .3s ease;
}

.contents {
  padding: 64px 0 40px;
}

.contents + .contents {
  padding: 96px 0;
}

.contents:nth-of-type(even) {
  background: #F5F5F5;
}

.contents._border {
  background: #fff;
  border-top: 1px solid #F5F5F5;
}

.contents p {
  line-height: 1.71429;
}

.cards-list .list.slick-slider .slick-list {
  overflow: visible;
  visibility: visible;
  margin: 0 -16px;
}

.cards-list .list.slick-slider .slick-track {
  min-width: 100% !important;
}

.cards-list .list.slick-slider .slick-slide {
  margin: 0 16px;
}

.cards-list .list.slick-slider .slick-arrow {
  font-size: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  background: #282828 url(../../img/common/icon_arrow01_w.svg) no-repeat 50% 50%/10px 8px;
  border-radius: 30px;
  transition: .3s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.cards-list .list.slick-slider .slick-arrow.slick-prev {
  left: 16px;
  transform: rotate(180deg);
}

.cards-list .list.slick-slider .slick-arrow.slick-next {
  right: 16px;
}

.cards-list .list.slick-slider .slick-arrow.slick-disabled {
  background-color: #999 !important;
  cursor: default;
}

.cards-list .list li {
  font-size: 14px;
}

.cards-list .list a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cards-list .list .img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.cards-list .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: .6s ease;
}

.cards-list .list .img .new {
  color: #fff;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: #DF1B26;
  padding: 4px 9px 5px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
}

.cards-list .list dl {
  background: #fff;
  padding: 36px 24px 30px;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  flex: 1 0 0%;
}

.cards-list .list dl dd {
  display: inline-block;
  vertical-align: middle;
}

.cards-list .list dl dd.desc {
  line-height: 1.42857;
  letter-spacing: 0.05em;
}

.cards-list .list dl dd.date {
  color: #999;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}

.cards-list .list dl dd.tag {
  padding: 4px 4px 5px;
  margin-left: 20px;
}

.cards-list .list dl dd.tag._new {
  color: #fff;
  background: #282828;
}

.cards-list .list dl dd.tag._news {
  border: 2px solid #282828;
}

.cards-list .list dl dd.tag._release {
  color: #DF1B26;
  border: 2px solid #DF1B26;
}

.cards-list .list dl .ttl {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
}

.cards-list .list dl .text {
  margin-top: 10px;
  letter-spacing: 0.05em;
  line-height: 1.71429;
}

.cards-list .notice {
  margin: 72px auto 50px;
}

.cards-list .bottom-link {
  border-bottom: 1px solid #E1E1E1;
}

.cards-list .bottom-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  position: relative;
}

.cards-list .bottom-link a:after {
  content: "";
  display: block;
  width: 17px;
  height: 8px;
  margin: auto;
  background: url("../../img/common/icon_arrow-long01.svg") no-repeat 0 0/contain;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  transition: .3s ease;
}

.cards-list .bottom-link a:hover .img img {
  transform: scale(1);
}

.cards-list .bottom-link .img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.cards-list .bottom-link .text {
  padding-right: 37px;
  flex: 1;
}

.select-wrap {
  display: inline-block;
  border: 2px solid #F5F5F5;
  background: #fff;
  overflow: hidden;
  position: relative;
  transition: border .3s ease;
}

.select-wrap.is-focus, .select-wrap:hover {
  border-color: #DF1B26;
}

.select-wrap::before {
  content: '';
  width: 8px;
  height: 8px;
  margin: auto;
  border-left: 2px solid #282828;
  border-bottom: 2px solid #282828;
  transform: rotate(-45deg);
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
}

.select-wrap select {
  width: 100%;
  min-width: 180px;
  padding: 16px 40px 16px 17px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.select-wrap select::-ms-expand {
  display: none;
}

.relation .ttl02 {
  white-space: nowrap;
}

.relation .body .top {
  margin-bottom: 47px;
}

.relation .body .top .link {
  max-width: none;
}

.relation .body .link li:nth-child(n+3) {
  margin-top: 24px;
}

.relation .body .link a {
  font-size: 14px;
  font-weight: 500;
  padding-left: 23px;
  line-height: 1.4;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  background-position: left 2px;
  display: inline-block;
}

.relation .body .link a:hover {
  color: #DF1B26;
}

.relation .body .bnr a {
  font-size: 13px;
  font-weight: 500;
  display: block;
  max-width: 200px;
}

.relation .body .bnr a:hover {
  color: #DF1B26;
}

.relation .body .bnr a:hover .img-wrap:after {
  border-color: #DF1B26;
}

.relation .body .bnr a .img-wrap {
  margin-bottom: 10px;
  position: relative;
}

.relation .body .bnr a .img-wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s ease all;
}

.relation02 {
  padding: 64px 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

.relation02 .link li:nth-child(n+3) {
  margin-top: 24px;
}

.relation02 .link a {
  font-size: 14px;
  font-weight: 500;
  padding-left: 23px;
  line-height: 1.3;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  background-position: left center;
  display: inline-block;
}

.relation02 .link a:hover {
  color: #DF1B26;
}

.relation02 .bnr a {
  font-size: 13px;
  font-weight: 500;
  display: block;
  max-width: 200px;
}

.relation02 .bnr a:nth-child(n+2) {
  margin-left: 24px;
}

.relation02 .bnr a:hover {
  color: #DF1B26;
}

.relation02 .bnr a:hover .img-wrap:after {
  border-color: #DF1B26;
}

.relation02 .bnr a .img-wrap {
  margin-bottom: 10px;
  position: relative;
}

.relation02 .bnr a .img-wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s ease all;
}

.search-condition {
  margin-bottom: 60px;
}

.search-condition .ttl {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E1E1;
}

.search-condition .detail {
  font-size: 14px;
  line-height: 1.71429;
}

.search-condition .detail .item {
  display: flex;
}

.search-condition .detail .item dt {
  white-space: nowrap;
}

.search-condition .detail .item dd .blk {
  display: inline-block;
}

.search-num-area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
  font-size: 16px;
}

.search-num-area .keyword {
  margin-right: 16px;
  white-space: nowrap;
}

.pager .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  position: relative;
}

.pager li {
  margin: 0 4px;
}

.pager li:not(.prev):not(.next) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border: 1px solid #E1E1E1;
}

.pager li:not(.prev):not(.next) a.current {
  background: #282828;
  border: 1px solid #282828;
  color: #fff;
}

.pager li.prev, .pager li.next {
  font-size: 14px;
  position: relative;
}

.pager li.prev:before, .pager li.next:before {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  margin: auto;
  background: url("../../img/common/icon_arrow01_b.svg") no-repeat 0 0/contain;
  transition: .3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
}

.pager li.prev {
  margin-right: 40px;
  padding-left: 24px;
}

.pager li.prev:before {
  left: 0;
  transform: rotate(180deg);
}

.pager li.next {
  margin-left: 40px;
  padding-right: 24px;
}

.pager li.next:before {
  right: 0;
}

.pager li.first, .pager li.last {
  position: relative;
}

.pager li.first:before, .pager li.last:before {
  content: "・・・";
  font-size: 14px;
  font-weight: normal;
  height: 5px;
  margin: auto;
  line-height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.pager li.first {
  margin-right: 2.8em;
}

.pager li.first:before {
  left: 110%;
}

.pager li.last {
  margin-left: 2.8em;
}

.pager li.last:before {
  right: 110%;
}

.link-text, .page-search-box-bottomList li a, .contact-top .contact-link-list .item .list a {
  font-size: 14px;
  font-weight: 500;
  padding-left: 23px;
  line-height: 1.3;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 50%/16px 16px;
}

.link-text[target=_blank], .page-search-box-bottomList li a[target=_blank], .contact-top .contact-link-list .item .list a[target=_blank] {
  padding-right: 22px;
  position: relative;
}

.link-text[target=_blank]:after, .page-search-box-bottomList li a[target=_blank]:after, .contact-top .contact-link-list .item .list a[target=_blank]:after {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  margin: auto;
  background: url("../../img/common/icon_window.svg") no-repeat 0 0/contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-search-box {
  margin: 64px auto;
  padding: 32px 40px;
  background: #F5F5F5;
}

.page-search-box:first-child {
  margin-top: 0;
}

.page-search-box:last-child {
  margin-bottom: 0;
}

.page-search-box .ttl {
  font-size: 20px;
  line-height: 1.7;
}

.page-search-box .search-keyword {
  width: 100%;
  max-width: 816px;
  line-height: 1;
  position: relative;
}

.page-search-box .search-keyword input[type=text] {
  display: block;
  width: 100%;
  max-width: 816px;
  padding: 18px 60px 18px 24px;
  background: #fff;
  border: 2px solid transparent;
  transition: border .3s ease;
}

.page-search-box .search-keyword input[type=text]:focus {
  border-color: #DF1B26;
}

.page-search-box .search-keyword input::-webkit-input-placeholder {
  color: #999;
}

.page-search-box .search-keyword input:-ms-input-placeholder {
  color: #999;
}

.page-search-box .search-keyword input::-moz-placeholder {
  color: #999;
}

.page-search-box .search-keyword .search-btn {
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("../../img/common/icon_search.svg") no-repeat 50% 50%/17px 17px;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
}

.page-search-box-bottomList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -40px;
}

.page-search-box-bottomList li {
  margin-left: 24px;
}

.search-result .body {
  margin: 58px auto;
}

.search-result-list .result-list {
  margin: 58px auto;
}

.search-result-list .result-article {
  padding: 38px 0 48px;
}

.search-result-list .result-article:first-child {
  padding-top: 0;
}

.search-result-list .result-article:last-child {
  padding-bottom: 0;
}

.search-result-list .result-article:nth-child(n+2) {
  border-top: 1px solid #E1E1E1;
}

.search-result-list .result-article a {
  color: #282828;
}

.search-result-list .result-article a:hover {
  color: #DF1B26;
}

.search-result-list .result-article .ttl {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.search-result-list .result-article .ttl a {
  color: #282828;
}

.search-result-list .result-article .ttl a:hover {
  color: #DF1B26;
}

.search-result-list .result-article .ttl .new {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 8px;
  background: #DF1B26;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #fff;
}

.search-result-list .result-article .ttl .date {
  display: block;
  font-weight: 600;
}

.search-result-list .result-article .ttl .date.new:after {
  content: "NEW";
  display: inline-block;
  margin-left: 8px;
  padding: 5px 10px;
  background: #DF1B26;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}

.search-result-list .result-article .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.57143;
}

.search-result-list .result-article .text:last-child {
  margin-bottom: 0;
}

.search-result-list .result-article .url {
  color: #1BA3DF;
}

.search-result-list .result-article .url a {
  color: #282828;
}

.search-result-list .result-article .url a:hover {
  color: #DF1B26;
}

.special_top_slide {
  margin: 64px -24px 0;
  position: relative;
}

.special_top_slide .item {
  margin: 0 24px;
}

.special_top_slide .item .blk:nth-child(n+2) {
  margin-top: 48px;
}

.special_top_slide .item a {
  display: block;
  position: relative;
}

.special_top_slide .item a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border: 7px solid transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s ease;
}

.special_top_slide .slick-list {
  overflow: visible;
}

.special_top_slide .slick-arrow {
  background: #282828;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 99;
  cursor: pointer;
  transition: .3s ease;
}

.special_top_slide .slick-arrow:after {
  content: '';
  width: 10px;
  height: 8px;
  display: block;
  background: url(../../img/common/icon_arrow01_wb.svg) no-repeat;
  background-size: contain;
}

.special_top_slide .slick-arrow.slick-prev {
  left: 4px;
  transform: rotate(180deg);
}

.special_top_slide .slick-arrow.slick-next {
  right: 4px;
}

.special_top_slide .slick-arrow.slick-disabled {
  background: #999 !important;
  cursor: default;
}

.special_top_museum .museum_ttl {
  width: 395px;
  margin: 0 auto 48px;
  text-align: center;
}

.special_top_museum .museum_text {
  text-align: center;
  font-size: 14px;
  line-height: 2.28571;
  letter-spacing: 0.05em;
}

.special_top_museum .museum_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -16px -16px;
}

.special_top_museum .museum_list .item {
  width: 100%;
  max-width: 367px;
  padding: 16px;
}

.special_top_museum .museum_list .item a {
  display: block;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.special_top_museum .museum_list .item a:hover .img img {
  transform: scale(1.06);
}

.special_top_museum .museum_list .item .img {
  overflow: hidden;
}

.special_top_museum .museum_list .item .img img {
  transition: transform .3s ease;
}

.special_top_museum .museum_list .item .body {
  padding: 30px 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.contents.special_top_lakit {
  background: #F0F0FF;
  text-align: center;
  padding: 40px 0 80px;
}

.contents.special_top_lakit .lakit_ttl img {
  width: 280px;
}

.contents.special_top_lakit .lakit_sttl {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.contents.special_top_lakit .lakit_text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.28571;
  margin-top: 24px;
}

.contents.special_top_lakit #lakit_slide {
  margin-top: 38px;
}

.contents.special_top_lakit #lakit_slide .item {
  margin: 0 16px;
}

.contents.special_top_lakit .btn a {
  letter-spacing: 0.05em;
}

.contents.special_top_lakit .btn a:hover:after {
  transform: translate(0, 0);
}

.contents.special_top_lakit .btn a:after {
  width: 15px;
  height: 12px;
  background: url(/img/common/icon_window.svg) no-repeat;
  background-size: contain;
}

.products-top-new .news-list .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-top-new .news-list .img img {
  width: 90%;
  height: 90%;
}

.products-top-new .slick-list {
  overflow: visible;
  visibility: visible;
}

.products-top-new .slick-slide {
  margin: 0 16px;
}

.products-top-new .slick-arrow {
  width: 32px;
  height: 32px;
  margin: auto;
  background: #282828 url(../../img/common/icon_arrow01_w.svg) no-repeat 50% 50%/10px 8px;
  border-radius: 30px;
  transition: .3s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.products-top-new .slick-arrow.slick-prev {
  left: 16px;
  transform: rotate(180deg);
}

.products-top-new .slick-arrow.slick-next {
  right: 16px;
}

.products-top-new .slick-arrow.slick-disabled {
  background-color: #999 !important;
  cursor: default;
}

.products-top-search .blcWrap .blc {
  padding: 40px 0 80px;
}

.products-top-search .blcWrap .blc + .blc {
  padding: 80px 0;
  border-top: 1px solid #E1E1E1;
}

.products-top-search .blcWrap .blc:last-child {
  padding-bottom: 48px;
}

.products-top-search .blcWrap + .btn {
  margin-top: 0;
}

.products-top-search .slide01 {
  overflow: hidden;
}

.products-top-search .slide01 .slick-list {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.products-top-search .slide01 .item a {
  font-weight: 500;
  background: #fff;
  height: 266px;
  padding: 10px;
  display: block;
  line-height: 1.42857;
}

.products-top-search .slide01 .item dl {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.products-top-search .slide01 .item dt {
  height: 143px;
  transition: .3s ease;
}

.products-top-search .slide01 .item dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.products-top-search .slide01 .item dd {
  margin-top: 23px;
  text-align: center;
}

.products-top-search .slide01 .slick-dots-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.products-top-search .slide01 .slick-dots {
  font-size: 0;
  text-align: center;
}

.products-top-search .slide01 .slick-dots li {
  display: inline-block;
}

.products-top-search .slide01 .slick-dots li button {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.products-top-search .slide01 .slick-dots li button:not(.slick-arrow) {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  margin: 0 6px;
}

.products-top-search .slide01 .slick-dots li.slick-active button:not(.slick-arrow) {
  background: #DF1B26;
}

.products-top-search .slide01 .slick-arrow {
  width: 20px;
  height: 15px;
  background: none;
  margin: 0 34px;
  background: url(../../img/common/icon_arrow01.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: .3s ease;
}

.products-top-search .slide01 .slick-arrow.slick-prev {
  transform: rotate(180deg);
}

.products-top-search .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.products-top-search .list li {
  width: calc(25% - 24px);
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.products-top-search .list li a dd {
  color: #fff;
  background: #999;
  padding: 9px;
  text-align: center;
  transition: .3s ease;
  letter-spacing: 0.05em;
}

.products-top-search .list._pens li {
  width: calc(33% - 16px);
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.products-top-search .list._pens li a dd {
  color: #fff;
  background: #999;
  padding: 9px;
  text-align: center;
  transition: .3s ease;
  letter-spacing: 0.05em;
}

.products-new .news-list .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-new .news-list .img img {
  width: 80%;
  height: 80%;
}

.products-search .entry {
  margin: 48px auto 64px;
}

.products-search .entry__blc .head {
  display: flex;
  align-items: center;
  width: 225px;
  padding: 32px 40px;
  background: #F5F5F5;
  font-weight: bold;
}

.products-search .entry__blc .body {
  width: calc(100% - 225px);
  padding: 32px 40px;
}

.products-search .entry .discontinue {
  margin: 32px auto;
  text-align: center;
}

.products-search .list-column03 {
  display: flex;
  flex-wrap: wrap;
}

.products-search .list-column03 li {
  width: 33.33%;
  min-width: 200px;
  padding-right: 20px;
}

.products-search .list-column04 {
  display: flex;
  flex-wrap: wrap;
}

.products-search .list-column04 li {
  width: 25%;
  min-width: 150px;
  padding-right: 20px;
}

.products-search .list-inline li {
  display: inline-block;
  margin: 0 32px 16px 0;
}

.products-search input[type=text],
.products-search input[type=mail],
.products-search input[type=tel] {
  display: block;
  width: 100%;
  max-width: 764px;
  padding: 18px 24px;
  border: 2px solid #F5F5F5;
  transition: border .3s ease;
}

.products-search input[type=text]:focus,
.products-search input[type=mail]:focus,
.products-search input[type=tel]:focus {
  border-color: #DF1B26;
}

.products-search input[type=text] + p,
.products-search input[type=mail] + p,
.products-search input[type=tel] + p {
  margin-top: 16px;
}

.products-search input::-webkit-input-placeholder {
  color: #999;
}

.products-search input:-ms-input-placeholder {
  color: #999;
}

.products-search input::-moz-placeholder {
  color: #999;
}

.products-search input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.products-search input[type="checkbox"] + label {
  display: inline-block;
  padding: 3px 0 2px 35px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

.products-search input[type="checkbox"] + label:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.2s;
}

.products-search input[type="checkbox"]:checked + label::before {
  background: #999;
}

.products-search input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(0, -50%);
  position: absolute;
  left: 8px;
  top: 39%;
}

.products-search-category .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.products-search-category .list li {
  width: calc(25% - 24px);
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.products-search-category .list li a dd {
  color: #fff;
  background: #999;
  padding: 9px;
  text-align: center;
  transition: .3s ease;
  letter-spacing: 0.05em;
}

.products-search-category .list._pens li {
  width: calc(33% - 16px);
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.products-search-category .list._pens li a dd {
  color: #fff;
  background: #999;
  padding: 9px;
  text-align: center;
  transition: .3s ease;
  letter-spacing: 0.05em;
}

.products-search-category .list._green li {
  width: calc(17% - 24px);
}

.products-search-category .list._green li:nth-child(n+5) {
  margin-top: 0;
}

.products-search-category .list._green li dt {
  padding: 7px 21px;
}

.products-search-category .list._green li dd {
  line-height: 1.42857;
}

.products-sort {
  margin-bottom: 64px;
  padding: 24px;
  background: #F5F5F5;
}

.products-sort .select-wrap {
  border-color: #E1E1E1;
}

.products-sort .select-wrap select {
  min-width: 256px;
}

.products-detail-list > .item {
  margin-top: 64px;
  padding-bottom: 80px;
  border-bottom: 1px solid #E1E1E1;
}

.products-detail-list > .item .left {
  flex: 1 1 0;
}

.products-detail-list > .item .left .ttl {
  display: inline-block;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid #707070;
}

.products-detail-list > .item .right .meta {
  margin: 0 auto 20px;
  padding: 0 14px;
}

.products-detail-list > .item .right .meta .name {
  font-size: 16px;
  font-weight: bold;
}

.products-detail-list > .item .right .meta .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.products-detail-list > .item .right .meta .price {
  margin-right: 20px;
  font-size: 16px;
}

.products-detail-list > .item .right .meta .tag {
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.42857;
  background: #282828;
  color: #fff;
}

.products-detail-list > .item .right .type {
  border-top: 1px dotted #999;
}

.products-detail-list > .item .right .type li {
  padding: 12px 14px;
  border-bottom: 1px dotted #999;
}

.products-detail-list > .item .right .type dl {
  display: flex;
  line-height: 1.42857;
}

.products-detail-list > .item .right .type dl:nth-child(n+2) {
  margin-left: 40px;
}

.products-detail-list > .item .right .type dl dt {
  font-weight: bold;
  white-space: nowrap;
}

.products-detail-list > .item .right .type dl dt:after {
  content: "：";
}

.products-detail-list > .item .right .type dl dd {
  word-break: break-all;
}

.products-detail-list > .item .right .fits-products {
  margin-top: 20px;
  padding: 0 14px;
}

.products-detail-list > .item .right .fits-products dt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.products-detail-list > .item .right .fits-products .hidden {
  display: none;
}

.products-detail-list > .item .right .fits-products .hidden .fits-products-list .item {
  margin-top: 60px;
}

.products-detail-list > .item .right .fits-products-list .thumb img {
  max-width: 100%;
  width: auto;
}

.products-detail-list > .item .right .fits-products-list .thumb figcaption {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
}

.products-detail-list > .item .right .fits-products .more {
  margin-top: 24px;
  transition: .3s ease;
}

.products-detail-list > .item .right .fits-products .more.hidden {
  opacity: 0;
  visibility: hidden;
}

.products-detail-list > .item .right .fits-products .more span {
  display: inline-block;
  padding: 4px 0 4px 24px;
  position: relative;
  cursor: pointer;
}

.products-detail-list > .item .right .fits-products .more span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../../img/common/icon_arrow02.svg") no-repeat 0 0/contain;
  position: absolute;
  left: 0;
  transform: rotate(90deg);
}

.products-scene .cards-list:not(:last-child) {
  margin-bottom: 82px;
}

.products-scene .cards-list .list a {
  display: block;
}

.products-scene .cards-list .bottom-link a {
  display: flex;
}

.products-scene hr {
  margin: 80px 0;
}

.products-category img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.products-category-header {
  margin-bottom: 80px;
  border-bottom: 1px solid #F5F5F5;
}

.products-category-header .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background: #F5F5F5;
}

.products-category-header .text {
  padding: 20px 5.7vw;
}

.products-category-header .text .logo {
  margin-bottom: 40px;
}

.products-category-header .text .ttl {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.products-category-header .text .lead {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.products-category-header .text .desc {
  font-size: 14px;
  line-height: 1.57143;
  width: 100%;
}

.products-category-body .blk {
  margin-bottom: 80px;
}

.products-category-body .blk:not(:last-child) {
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #F5F5F5;
}

.products-category-body .blk .image {
  margin-right: 48px;
  text-align: center;
}

.products-category-body .blk .image iframe {
  width: 100%;
}

.products-category-body .blk .image a[data-lity] {
  display: inline-block;
}

.products-category-body .blk .image a[data-lity]:hover {
  opacity: 0.7;
}

.products-category-body .blk .image a[data-lity] iframe {
  max-width: 100%;
  pointer-events: none;
}

.products-category-body .blk .text {
  flex: 1;
}

.products-category-body .blk .text .lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
}

.products-category-body .blk .text .circle {
  font-size: 14px;
  line-height: 1.85714;
  letter-spacing: 0.05em;
}

.products-category-body .blk .text .circle li:before {
  content: "・";
  color: #DF1B26;
}

.products-category-lineup img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.products-category-lineup-header {
  margin-bottom: 74px;
}

.products-category-lineup-header .blk {
  margin-bottom: 40px;
}

.products-category-lineup-header .blk .logo {
  margin-right: 96px;
}

.products-category-lineup-header .blk .ttl {
  font-size: 24px;
  line-height: 1.5;
}

.products-category-lineup-header .desc p {
  margin-bottom: 20px;
}

.products-category-lineup-body .products-tab {
  margin-bottom: 0;
}

.products-category-lineup-body .products-tab .list li {
  white-space: nowrap;
}

.products-category-lineup-body .products-tab .list li a,
.products-category-lineup-body .products-tab .list li span {
  font-size: 16px;
}

.products-category-lineup-body-item {
  padding: 62px 0;
}

.products-category-lineup-body-item:nth-child(n+2) {
  border-top: 1px solid #E1E1E1;
}

.products-category-lineup-body-item .left {
  position: relative;
  margin-right: 64px;
}

.products-category-lineup-body-item .left img {
  width: 100%;
  height: 100%;
  max-height: 310px;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
}

.products-category-lineup-body-item .left .new {
  color: #fff;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: #DF1B26;
  padding: 4px 9px 5px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 10;
}

.products-category-lineup-body-item .left .copyright {
  text-align: right;
  line-height: 1.2;
  width: 100%;
  margin-top: 10px;
}

.products-category-lineup-body-item .left .copyright small {
  color: #999;
  font-size: 10px;
  font-weight: 100;
}

.products-category-lineup-body-item .right {
  flex-grow: 1;
  max-width: 762px;
  position: relative;
}

.products-category-lineup-body-item .right .meta {
  padding: 20px 16px;
  font-size: 16px;
  line-height: 1.375;
}

.products-category-lineup-body-item .right .meta .name {
  margin-bottom: 5px;
  font-weight: bold;
}

.products-category-lineup-body-item .right .cate {
  margin: 5px 0 7px;
}

.products-category-lineup-body-item .right .cate li {
  font-size: 12px;
  padding: 6px;
  min-width: 148px;
  text-align: center;
  margin-bottom: 8px;
  display: inline-block;
}

.products-category-lineup-body-item .right .cate li:not(:last-child) {
  margin-right: 8px;
}

.products-category-lineup-body-item .right .cate li.eco {
  color: #fff;
  background: #018DD8;
}

.products-category-lineup-body-item .right .cate li.green {
  color: #019942;
  background: #D6E57E;
}

.products-category-lineup-body-item .right .cate li.econet {
  color: #fff;
  background: #282828;
}

.products-category-lineup-body-item .right .type {
  font-size: 16px;
}

.products-category-lineup-body-item .right .type li {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 16px;
  border-top: 1px dotted #999;
}

.products-category-lineup-body-item .right .type li:nth-child(odd) {
  background: #F5F5F5;
}

.products-category-lineup-body-item .right .type li dl {
  display: flex;
  font-size: 14px;
  line-height: 1.42857;
}

.products-category-lineup-body-item .right .type li dl:not(:last-child) {
  margin-right: 40px;
}

.products-category-lineup-body-item .right .type li dl dt {
  font-weight: bold;
  white-space: nowrap;
}

.products-category-lineup-body-item .right .type li dl dt:after {
  content: "：";
}

.products-category-lineup-body-item .right .type li dl dd {
  word-break: break-all;
}

.products-brand-visual {
  padding-bottom: 64px;
}

.products-brand-visual .text {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.57143;
}

.products-brand-content {
  padding: 64px 0;
  border-bottom: 1px solid #E1E1E1;
}

.products-brand-content + .relation02 {
  border-top: none;
}

.products-catalog .bnr a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 32px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  position: relative;
}

.products-catalog .bnr a::before {
  content: '';
  display: block;
  width: 20px;
  height: 15px;
  background: url(../../img/common/icon_window.svg) no-repeat 0 0/contain;
  position: absolute;
  top: calc(50% - 10px);
  right: 40px;
}

.products-catalog .bnr .image {
  width: 129px;
  margin-right: 32px;
}

.products-catalog .bnr .body {
  flex: 1 1 0;
}

.products-catalog .bnr .body .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.products-catalog .bnr .body p {
  color: #DF1B26;
}

.products-tab {
  margin-bottom: 64px;
}

.products-tab:not(:first-child) {
  margin-top: 75px;
}

.products-tab .list {
  display: flex;
  justify-content: center;
}

.products-tab .list li {
  width: 100%;
  max-width: 266px;
}

.products-tab .list a, .products-tab .list span {
  display: block;
  padding: 0 5px 21px;
  text-align: center;
  border-bottom: 2px solid #E1E1E1;
  cursor: pointer;
}

.products-tab .list a.current, .products-tab .list span.current {
  color: #DF1B26;
  border-bottom-color: #DF1B26;
}

.products-tab-contents > .item {
  display: none;
}

.products-tab-contents > .item.default {
  display: block;
}

.products-tab-contents .blk:not(:last-child) {
  margin: 0 auto 80px;
  padding: 0 0 80px;
  position: relative;
}

.products-tab-contents .blk:not(:last-child):after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #F5F5F5;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 0);
}

.products-tab-contents-card-list > .item {
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.products-tab-contents-card-list > .item .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 5px;
  background: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  transition: background .3s, color .3s;
}

.products-tab-contents-card-list > .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  border-bottom: 1px solid #F5F5F5;
  overflow: hidden;
}

.products-tab-contents-card-list > .item .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  transition: transform .3s;
}

.products-tab-contents-card-list > .item .detail {
  padding: 32px 24px;
  line-height: 1.57143;
}

.products-tab-contents-card-list > .item .detail .lead {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
}

.products-tab-contents-card-list > .item .detail .desc {
  margin-bottom: 0;
  font-size: 14px;
}

.products-lineuplist {
  margin: 0 -10px;
}

.products-lineuplist img {
  transition: transform .3s ease;
}

.products-lineuplist .item {
  padding: 0 10px;
}

.products-lineuplist .item a {
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.products-lineuplist .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  padding: 15px 27px;
  position: relative;
}

.products-lineuplist .item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.products-lineuplist .item .image .new {
  color: #fff;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: #DF1B26;
  padding: 4px 9px 5px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 10;
}

.products-lineuplist .item .text {
  padding: 16px;
  font-size: 14px;
  line-height: 1.57143;
  border-top: 1px solid #F5F5F5;
}

.products-lineuplist:not(.slick-slider) .item a {
  display: block;
}

.products-lineuplist:not(.slick-slider) .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-lineuplist:not(.slick-slider) .item .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  transition: transform .3s ease;
}

.products-lineuplist .slick-arrow {
  width: 40px;
  height: 40px;
  margin: auto;
  font-size: 0;
  background: #282828 url(../../img/common/icon_arrow01_w.svg) no-repeat 50% 50%/10px 8px;
  border-radius: 30px;
  transition: .3s ease;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
}

.products-lineuplist .slick-arrow:hover {
  background-color: #DF1B26;
}

.products-lineuplist .slick-arrow.slick-disabled {
  background-color: #999 !important;
  cursor: default;
}

.products-lineuplist .slick-arrow.slick-prev {
  left: -10px;
  transform: rotate(180deg);
}

.products-lineuplist .slick-arrow.slick-next {
  right: -10px;
}

.products-lineuplist .slick-list {
  overflow: visible;
}

.products-lineuplist .slick-list .slick-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.products-lineuplist02 .item {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.products-lineuplist02 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-lineuplist02 .item .img img {
  width: auto;
  max-width: 100%;
  height: auto;
  transition: transform .3s ease;
}

.products-lineuplist02 .item .detail {
  padding: 16px 16px 14px;
  font-size: 14px;
  line-height: 1.57143;
}

.products-lineuplist02 .item .detail .name {
  color: #282828;
}

.products-lineuplist02 .item .detail .meta {
  color: #999;
}

.search-scene-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.search-scene-list._slide .slick-dots-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto 0;
}

.search-scene-list._slide .slick-arrow {
  width: 20px;
  height: 15px;
  background: none;
  margin: 0 34px;
  background: url(../../img/common/icon_arrow01.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: .3s ease;
}

.search-scene-list._slide .slick-arrow.slick-prev {
  transform: rotate(180deg);
}

.search-scene-list._slide .slick-dots {
  font-size: 0;
  text-align: center;
}

.search-scene-list._slide .slick-dots li {
  display: inline-block;
}

.search-scene-list._slide .slick-dots li button {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.search-scene-list._slide .slick-dots li button:not(.slick-arrow) {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  margin: 0 6px;
}

.search-scene-list._slide .slick-dots li button.slick-arrow {
  width: 20px;
  height: 15px;
  background: none;
  margin: 0 34px;
  background: url(../../img/common/icon_arrow01.svg) no-repeat;
  background-size: contain;
  transition: .3s ease;
}

.search-scene-list._slide .slick-dots li button.slick-arrow.slick-prev {
  transform: rotate(180deg);
}

.search-scene-list._slide .slick-dots li.slick-active button:not(.slick-arrow) {
  background: #DF1B26;
}

.search-scene-list .item {
  width: calc(33% - 10px);
  position: relative;
}

.search-scene-list .item dd {
  color: #fff;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.25);
  display: flex;
  font-size: 36px;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.products-search-result-list .item {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  position: relative;
}

.products-search-result-list .item a {
  display: block;
  position: relative;
}

.products-search-result-list .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.products-search-result-list .item .img img {
  width: auto;
  max-width: 100%;
  height: auto;
  transition: transform .3s ease;
}

.products-search-result-list .item .detail {
  padding: 16px 16px 14px;
  font-size: 14px;
  line-height: 1.57143;
}

.products-search-result-list .item .detail .name {
  color: #282828;
}

.products-search-result-list .item .detail .meta {
  color: #999;
}

.products-search-result-list .item .detail .price {
  font-size: 13px;
}

.products-search-result-list .item .detail .price span {
  display: inline-block;
}

.products-search-result-list .item .tag {
  display: inline-flex;
  padding: 8px 11px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background: #999;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.products-green-buy .lead {
  letter-spacing: 0.05em;
}

.products-green-buy .ttl03 {
  margin-top: 48px;
}

.products-green-buy .def01 {
  line-height: 1.57143;
  letter-spacing: 0.05em;
}

.products-green-buy .def01 > dd:not(:last-child) {
  margin-bottom: 20px;
}

.products-green-buy .def02 {
  margin-top: 20px;
}

.products-green-buy .def02 > dt {
  font-weight: bold;
}

.products-green-buy .list {
  line-height: 1.57143;
  letter-spacing: 0.05em;
}

.products-green-buy .list li {
  text-indent: -1em;
  padding-left: 1em;
}

.products-green-buy .list li:before {
  content: '●';
}

.products-green-buy .note {
  margin-top: 40px;
}

.products-greennet + .contents {
  padding: 80px 0;
}

.products-greennet .link {
  margin: 24px 0 40px;
}

.products-greennet .link a {
  display: inline-block;
  letter-spacing: 0.05em;
}

.products-greennet .link a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transition: .3s ease;
}

.products-greennet .link a:hover:before {
  transform: translateX(3px);
}

.products-greennet .link a:first-child {
  margin-right: 24px;
}

.products-ecology {
  margin-top: 80px;
  padding-top: 80px;
  position: relative;
}

.products-ecology:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.products-ecology ul {
  display: flex;
  justify-content: space-between;
}

.products-ecology ul li {
  width: 31%;
}

.products-ecology ul li:first-child dt {
  color: #fff;
  background: #018DD8;
}

.products-ecology ul li:nth-child(2) dt {
  color: #019942;
  background: #D6E57E;
}

.products-ecology ul li:last-child dt {
  color: #fff;
  background: #282828;
}

.products-ecology ul dt {
  font-size: 12px;
  padding: 6px;
  width: 148px;
  text-align: center;
  margin-bottom: 16px;
}

.products-ecology ul dd {
  letter-spacing: 0.05em;
  line-height: 1.57142;
}

.news-list li {
  font-size: 14px;
}

.news-list a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-list .img {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.news-list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  transition: .3s ease;
}

.news-list .img .new {
  color: #fff;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: #DF1B26;
  padding: 4px 9px 5px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 10;
}

.news-list dl {
  background: #fff;
  padding: 24px;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  flex: 1 0 0%;
}

.news-list dl dd {
  display: inline-block;
  vertical-align: middle;
}

.news-list dl dd.date {
  color: #999;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}

.news-list dl dd.tag {
  padding: 4px 4px 5px;
  margin-left: 20px;
}

.news-list dl dd.tag._new {
  color: #fff;
  background: #282828;
}

.news-list dl dd.tag._news {
  border: 2px solid #282828;
}

.news-list dl dd.tag._release {
  color: #DF1B26;
  border: 2px solid #DF1B26;
}

.news-list dl dd.tag._info {
  color: #fff;
  background: #282828;
}

.news-list dl .text {
  margin-top: 10px;
  letter-spacing: 0.05em;
  line-height: 1.71429;
}

.news-list dl .text:not(:first-of-type) {
  color: #999;
  font-size: 90%;
  font-weight: normal;
}

.news-text-list._bdr03 ul {
  border-bottom-color: #E1E1E1;
}

.news-text-list._bdr03 ul li {
  border-top-color: #E1E1E1;
}

.news-text-list._no-link ul .text {
  padding-right: 0;
}

.news-text-list._no-link ul .text:after {
  display: none;
}

.news-text-list._pdf ul li a {
  line-height: 1.625;
  letter-spacing: 0.05em;
  width: 100%;
  position: relative;
}

.news-text-list._pdf ul .text:after {
  display: none;
}

.news-text-list._pdf ul .capacity {
  font-size: 14px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-text-list._pdf ul .capacity:after {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../../img/common/icon_pdf.svg) no-repeat 0 0/contain;
  position: static;
  margin-left: 18px;
}

.news-text-list ul {
  font-size: 16px;
  border-bottom: 1px solid #F5F5F5;
}

.news-text-list ul li {
  border-top: 1px solid #F5F5F5;
}

.news-text-list ul .date {
  color: #999;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  position: relative;
  padding-right: 55px;
}

.news-text-list ul .date:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 49%;
  right: 17px;
}

.news-text-list ul .text {
  font-weight: 500;
  flex: 1 0 0%;
  display: inline;
  position: relative;
  transition: .3s ease;
}

.news-text-list ul .text:after {
  content: '';
  width: 17px;
  height: 8px;
  display: block;
  background: url(../../img/common/icon_arrow-long01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transition: .3s ease;
}

.news-text-list ul .text .tag {
  color: #282828;
  padding: 1px 10px;
  display: inline-block;
  vertical-align: middle;
}

.news-text-list ul .text .tag + .tag {
  margin-left: 8px;
}

.news-text-list ul .text .tag._new {
  color: #fff;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  background: #DF1B26;
  padding-top: 1px;
  padding-bottom: 1px;
}

.news-text-list ul .text .tag._news {
  font-size: 13px;
  border: 2px solid #000;
  padding: 1px 3px 2px;
}

.news-text-list ul .text .tag._release {
  font-size: 13px;
  color: #DF1B26;
  border: 2px solid #DF1B26;
  padding: 1px 3px 2px;
}

.news-text-list ul .text .tag._info {
  font-size: 13px;
  color: #fff;
  background: #282828;
  padding: 3px 6px 4px;
}

.mpuni_news_body b {
  font-size: 20px;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 3px;
}

.mpuni_news_body img {
  margin: 20px 0;
}

.no-date-text {
  text-align: center;
  margin: 0px auto 0;
  font-size: 16px;
}

.company-top-mainv {
  margin: 0 40px;
  width: calc(100% - 80px);
  position: relative;
}

.company-top-mainv .ttl {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-top-mainv .ttl .jp {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.company-top-mainv .ttl .en {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 16px;
  display: block;
}

.company-top-mainv .ttl._en .en {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
}

.company-top-mainv .catch {
  width: 640px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.company-top-link-list {
  padding-top: 64px;
}

.company-top-link-list nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.company-top-link-list a {
  display: block;
  transition: .3s ease;
}

.company-top-link-list a:hover {
  color: #DF1B26;
}

.company-top-link-list a:hover .img img {
  transform: scale(1.06);
}

.company-top-link-list .img {
  overflow: hidden;
}

.company-top-link-list .img img {
  transition: .3s ease;
}

.company-top-link-list .link {
  display: inline-block;
  letter-spacing: 0.05em;
  margin-top: 13px;
}

.company-top-link-list .link:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transition: .3s ease;
}

.company-top-navi {
  padding: 89px 0 80px;
  border-bottom: 1px solid #F5F5F5;
}

.company-top-navi .ttl01 {
  margin-bottom: 40px;
}

.company-top-navi .text {
  line-height: 1.71429;
}

.company-top-navi._info {
  padding-top: 153px;
}

.company-top-navi._info .list:before {
  background: url(../../img/company/img_info.jpg) no-repeat 0 0/cover;
}

.company-top-navi._business .list:before {
  background: url(../../img/company/img_business.jpg) no-repeat center center/cover;
}

.company-top-navi._business .list ul {
  justify-content: center;
}

.company-top-navi._ir {
  padding-bottom: 0;
}

.company-top-navi._ir .list:before {
  background: url(../../img/company/img_ir.jpg) no-repeat center center/cover;
}

.company-top-navi._faq .list:before {
  background: url(../../img/en/company/img_faq.jpg) no-repeat center center/cover;
}

.company-top-navi._faq .list ul {
  justify-content: center;
}

.company-top-navi .list {
  margin-top: 40px;
}

.company-top-navi .list:before {
  content: '';
  width: 100vw;
  height: 320px;
  display: block;
}

.company-top-navi .list ul {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.company-top-navi .list ul li {
  width: 232px;
  height: 64px;
  margin: 0 10px;
}

.company-top-navi .list ul li a {
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 15px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  transition: .3s ease;
}

.company-top-navi .list ul li a:hover {
  transform: scale(1.06);
}

.company-top-navi .list ul li a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 0/contain;
  margin: 1px 8px 0 0;
  transition: .3s ease;
}

.company-top-navi .news-text-list {
  background: #F5F5F5;
  padding: 96px 0 64px;
}

.company-top-navi .news-text-list dl {
  border-bottom-color: #DBDBDB;
}

.company-top-navi .news-text-list dl > div {
  border-top-color: #DBDBDB;
}

.company-top-navi .btn a {
  max-width: 288px;
  width: 80%;
  height: 56px;
}

.company-top-release {
  padding: 80px 0;
  border-bottom: 1px solid #F5F5F5;
}

.company-top-release .news-text-list {
  margin-top: 40px;
}

.company-top-release .btn a {
  max-width: 288px;
  width: 80%;
  height: 56px;
}

.company-top-recruit {
  padding: 110px 0 97px;
}

.company-top-recruit a {
  width: 100%;
  height: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.company-top-recruit a:hover img {
  transform: scale(1.06);
}

.company-top-recruit a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s ease;
}

.company-top-recruit .ttl {
  text-align: center;
}

.company-top-recruit .ttl .jp {
  font-size: 32px;
  letter-spacing: 0.05em;
}

.company-top-recruit .ttl .en {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}

.company-top-recruit p {
  font-size: 24px;
  margin-top: 24px;
  letter-spacing: 0.05em;
}

.press-new .news-text-list {
  margin-top: -24px;
}

.company-outline {
  padding: 64px 0 80px;
}

.company-outline .text-date {
  text-align: right;
  margin-top: 25px;
  letter-spacing: 0.05em;
}

.company-outline .gmap {
  width: 100%;
  height: 477px;
  margin-top: 64px;
}

.company-outline .access {
  margin-top: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.company-outline .access dt {
  font-weight: bold;
}

.company-outline .access dd:before {
  content: '・';
  color: #DF1B26;
}

.company-staff {
  background: #fff;
  padding: 80px 0 96px;
  border-top: 1px solid #F5F5F5;
}

.company-staff .tbl01 td dl {
  position: relative;
}

.company-history .box {
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.company-history .box + .box {
  margin-top: 24px;
}

.company-history .box .ac-head {
  font-size: 18px;
  font-weight: bold;
  padding: 31px;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
}

.company-history .box .ac-head.is-active:after {
  transform: rotate(180deg);
}

.company-history .box .ac-head:before, .company-history .box .ac-head:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #282828;
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  transition: .2s ease;
}

.company-history .box .ac-head:after {
  transform: translateY(-50%) rotate(90deg);
}

.company-history .box .news-text-list {
  padding: 0 24px 8px;
  display: none;
}

.company-history .box .news-text-list ul {
  border-bottom: none;
}

.company-history .box .news-text-list ul li {
  line-height: 2;
  padding: 18px 16px;
  align-items: flex-start;
}

.company-history .box .news-text-list ul .date {
  min-width: 190px;
}

.company-history .box .news-text-list ul .text {
  letter-spacing: 0.05em;
}

.company-history .link {
  text-align: right;
  margin-top: 30px;
}

.company-history .link a {
  display: inline-block;
  letter-spacing: 0.05em;
}

.company-history .link a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transition: .3s ease;
}

.company-history .link a:hover:before {
  transform: translateX(3px);
}

.company-brand {
  padding: 80px 0 96px;
  border-top: 1px solid #F5F5F5;
}

.company-brand .box + .box {
  margin-top: 78px;
}

.company-brand .box .ttl06 {
  margin-bottom: 30px;
}

.company-brand .box p {
  line-height: 2.28571;
  letter-spacing: 0.05em;
  text-indent: 1em;
}

.company-brand .box p + p {
  margin-top: 40px;
}

.company-brand .img-list {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.company-brand .img-list li {
  width: calc(25% - 18px);
  margin-right: 24px;
}

.company-brand .img-list li:nth-child(4n) {
  margin-right: 0;
}

.company-brand .img-list li p {
  margin-top: 11px;
  text-align: center;
  text-indent: 0;
  line-height: 1.42857;
}

.company-brand .img-list .img-wrap {
  border: 1px solid #E1E1E1;
}

.company-brand .box-map {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #E1E1E1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.company-brand .box-map .text-wrap {
  letter-spacing: 0.05em;
}

.company-brand .box-map .text-wrap .location dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 22px;
}

.company-brand .box-map .text-wrap .location dd {
  line-height: 2;
}

.company-brand .box-map .text-wrap .access {
  margin-top: 27px;
  line-height: 2;
}

.company-brand .box-map .text-wrap .access dt {
  font-weight: bold;
}

.company-brand .box-map .text-wrap .access dd {
  padding-left: 1em;
  text-indent: -1em;
}

.company-brand .box-map .text-wrap .access dd:before {
  content: '・';
  color: #DF1B26;
}

.company-brand .box-map .gmap {
  width: 640px;
  height: 483px;
}

.company-office .tbl01 td .text {
  flex: 1 0 0%;
  margin-right: 20px;
}

.company-office .tbl01 td .gmap {
  width: 640px;
  height: 250px;
}

.company-sale {
  padding: 80px 0;
  background: #fff;
  border-top: 1px solid #F5F5F5;
}

.company-sale .link {
  text-align: right;
}

.company-sale .link a:hover {
  color: #DF1B26;
}

.company-sale .link a:after {
  content: '';
  width: 14px;
  height: 11px;
  margin-left: 8px;
  background: url(../../img/common/icon_window.svg) no-repeat 0 0/contain;
  display: inline-block;
  vertical-align: middle;
}

.company-sale .tbl01 {
  margin-top: 37px;
}

.company-sale .tbl01 td {
  line-height: 2;
}

.company-sale .tbl01 td .def {
  margin-top: 16px;
}

.company-sale .tbl01 td .def dd {
  display: inline-block;
}

.company-sale .tbl01 td .def dd:not(:first-of-type):before {
  content: '／';
}

.company-sale .btn {
  margin-top: 25px;
}

.company-jp .tbl01 th, .company-jp .tbl01 td, .company-overseas .tbl01 th, .company-overseas .tbl01 td {
  line-height: 2;
}

.company-jp .tbl01 th a:hover, .company-overseas .tbl01 th a:hover {
  color: #DF1B26;
}

.company-jp .tbl01 th a:after, .company-overseas .tbl01 th a:after {
  content: '';
  width: 14px;
  height: 11px;
  margin-left: 11px;
  background: url(../../img/common/icon_window.svg) no-repeat 0 0/contain;
  display: inline-block;
}

.company-jp .tbl01 td dl > div, .company-overseas .tbl01 td dl > div {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.company-jp .tbl01 td dl dt, .company-overseas .tbl01 td dl dt {
  width: 70px;
  margin-right: 12px;
}

.company-jp .tbl01 td dl dd, .company-overseas .tbl01 td dl dd {
  flex: 1 0 0%;
}

.company-greeting .blc .text {
  flex: 1 0 0%;
}

.company-greeting .blc .text p {
  text-indent: 1em;
  line-height: 2.28571;
  letter-spacing: 0.05em;
}

.company-greeting .blc .text p + p {
  margin-top: 34px;
}

.company-greeting .blc .img .name {
  margin-top: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-greeting .blc .img .name p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.company-greeting .blc .img .name .img_name {
  width: 121px;
  margin-left: 24px;
}

.company-greeting._en .blc .text p {
  text-indent: 0;
}

.company-greeting._en .blc .img .name {
  width: 255px;
  margin: 9px auto 0;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}

.company-greeting._en .blc .img .name .img_name {
  width: 248px;
  margin-left: 0;
}

.company-environment .ttl06 {
  margin-bottom: 30px;
}

.company-environment h4 {
  margin-bottom: 22px;
  line-height: 1.35714;
  letter-spacing: 0.05em;
}

.company-environment h4:before {
  content: "■";
}

.company-environment p,
.company-environment li {
  line-height: 2.28571;
  letter-spacing: 0.05em;
}

.company-environment p {
  margin-bottom: 26px;
}

.company-environment li {
  counter-increment: Number;
}

.company-environment li:before {
  content: counter(Number) ".";
}

.company-environment .link {
  text-align: right;
  margin-top: 17px;
}

.company-environment .link a {
  display: inline-block;
  letter-spacing: 0.05em;
}

.company-environment .link a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transition: .3s ease;
}

.company-environment .link a:hover:before {
  transform: translateX(3px);
}

.company-contribution {
  padding: 80px 0;
  border-top: 1px solid #F5F5F5;
}

.company-contribution .ttl06 {
  margin-bottom: 32px;
}

.company-contribution h4 {
  margin-bottom: 22px;
  line-height: 1.35714;
  letter-spacing: 0.05em;
}

.company-contribution h4:before {
  content: "■";
}

.company-contribution p {
  line-height: 1.714285;
  letter-spacing: 0.05em;
}

.company-contribution .box > p {
  margin-bottom: 62px;
  text-indent: 1em;
}

.company-contribution .blc {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.company-contribution .blc > img {
  width: 51.6%;
}

.company-contribution .blc > div {
  width: 48.4%;
  padding-left: 40px;
}

.company-contribution .blc > div .link {
  text-align: right;
  margin-top: 25px;
}

.company-contribution .blc > div .link a {
  letter-spacing: 0.05em;
}

.company-contribution .blc > div .link a:after {
  content: '';
  width: 14px;
  height: 11px;
  margin-left: 14px;
  background: url(../../img/common/icon_window.svg) no-repeat 0 0/contain;
  display: inline-block;
}

.company-contribution .blc > div .link a:hover {
  color: #DF1B26;
}

.company-contribution .box div:last-child {
  margin-bottom: 0;
}

.company-investment {
  padding: 80px 0 96px;
  border-top: 1px solid #F5F5F5;
}

.company-investment p {
  line-height: 1.714285;
  letter-spacing: 0.05em;
  text-indent: 1em;
}

.company-investment .link {
  margin-top: 50px;
  text-align: right;
}

.company-investment .link a {
  letter-spacing: 0.05em;
}

.company-investment .link a:after {
  content: '';
  width: 14px;
  height: 11px;
  margin-left: 14px;
  background: url(../../img/common/icon_window.svg) no-repeat 0 0/contain;
  display: inline-block;
}

.company-investment .link a:hover {
  color: #DF1B26;
}

.company-lineup._en .mainv p {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 36px;
}

.company-lineup p,
.company-lineup dd {
  line-height: 1.57142;
  letter-spacing: 0.05em;
}

.company-lineup .contents {
  padding-bottom: 80px;
}

.company-lineup .contents + .contents {
  padding: 80px 0;
}

.company-lineup .inner > p {
  margin-bottom: 60px;
}

.company-lineup .mainv {
  position: relative;
  margin-bottom: 80px;
}

.company-lineup .mainv .img {
  display: block;
  width: 100vw;
  height: 455px;
}

.company-lineup .mainv .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.company-lineup .mainv p {
  font-size: 40px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3% 4%;
  box-sizing: border-box;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}

.company-lineup .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.company-lineup .box dl {
  margin: 0 16px;
  width: calc(33.33% - 32px);
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.company-lineup .box dl:nth-child(n+4) {
  margin-top: 32px;
}

.company-lineup .box dl dt p {
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  background: #999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 5px;
}

.company-lineup .box dl dd {
  padding: 32px 24px;
}

.company-lineup .box .type_text dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #F5F5F5;
  padding: 27px 10px;
  text-align: center;
}

.company-lineup .btn.cosmetics a:after {
  width: 14px;
  margin-left: 14px;
  background: url(../../img/common/icon_window.svg) no-repeat 0 0/contain;
}

.company-lineup .btn.cosmetics a:hover:after {
  background: url(../../img/common/icon_window_w.svg) no-repeat 0 0/contain;
  transform: none;
}

.company-lineup .btn._back {
  margin: 80px 0 16px;
  border-top: 1px solid #F5F5F5;
  padding-top: 80px;
}

.company-vision {
  padding-bottom: 27px;
}

.company-vision._en {
  padding-bottom: 124px;
}

.company-vision._en .blc {
  margin-top: 53px;
  padding-bottom: 0;
  border-bottom: 0;
}

.company-vision._en .blc .movie {
  margin-top: 56px;
}

.company-vision._en .btn {
  margin-top: 65px;
}

.company-vision .mainv {
  margin-bottom: 80px;
}

.company-vision .sec + .sec {
  margin-top: 58px;
}

.company-vision .sec h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.46875;
  margin-bottom: 18px;
}

.company-vision .sec h3._min {
  font-family: YuMincho, "Yu Mincho", serif;
}

.company-vision .sec p {
  letter-spacing: 0.05em;
  line-height: 1.71429;
}

.company-vision .sec p + p {
  margin-top: 25px;
}

.company-vision .blc {
  margin-top: 100px;
}

.company-vision .blc .logo {
  width: 150px;
  margin: 0 auto;
}

.company-vision .blc .movie {
  text-align: center;
  margin-top: 100px;
}

.rd-industrial-lead {
  padding-bottom: 56px;
}

.rd-industrial.contents {
  padding: 80px 0;
}

.rd-industrial .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.rd-industrial .text {
  flex: 1 0 0%;
}

.rd-industrial .text h3 a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: -24px;
  padding-left: 24px;
  display: inline-block;
}

.rd-industrial .text h3 a:hover {
  color: #DF1B26;
}

.rd-industrial .text h3 a:before {
  content: '';
  width: 16px;
  height: 16px;
  margin: -4px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 0/contain;
}

.rd-industrial .text p {
  letter-spacing: 0.05em;
  margin-top: 21px;
}

.rd-carbon-lead {
  padding-bottom: 56px;
}

.rd-carbon-lead .img {
  text-align: center;
  margin-bottom: 64px;
}

.rd-carbon-lead .img img {
  max-width: 534px;
}

.rd-carbon.contents {
  padding: 48px 0;
}

.rd-carbon .list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rd-carbon .list li {
  width: calc(100% / 3 - 21px);
}

.rd-carbon .list .img {
  overflow: hidden;
}

.rd-carbon .list .img a:hover img {
  transform: scale(1.06);
}

.rd-carbon .list .img a img {
  transition: .3s ease;
}

.rd-carbon .list h3 {
  margin-top: 19px;
}

.rd-carbon .list h3 a {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-indent: -24px;
  padding-left: 24px;
  display: inline-block;
}

.rd-carbon .list h3 a:hover {
  color: #DF1B26;
}

.rd-carbon .list h3 a:before {
  content: '';
  width: 16px;
  height: 16px;
  margin: -4px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 0/contain;
}

.rd-carbon .list p {
  margin-top: 21px;
  letter-spacing: 0.05em;
}

.rd-carbon-link.contents {
  padding-top: 75px;
}

.rd-carbon-link .list li:not(:last-child) {
  margin-bottom: 16px;
}

.rd-carbon-link .list li a {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.rd-carbon-link .list li a:hover {
  color: #DF1B26;
}

.rd-carbon-link .list li a:before {
  content: '';
  width: 16px;
  height: 16px;
  margin: -4px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 0/contain;
}

.rd-carbon-link .list li a.window:before {
  width: 14px;
  height: 10px;
  background: url(../../img/common/icon_window.svg) no-repeat 0 0/contain;
}

.contents._carbon-dtl {
  background: #fff;
  padding: 80px 0;
}

.contents._carbon-dtl:first-of-type {
  padding-top: 64px;
}

.contents._carbon-dtl + .contents._carbon-dtl {
  border-top: 1px solid #F5F5F5;
}

.contents._carbon-dtl._en dl dt {
  min-width: 14em;
}

.contents._carbon-dtl a:hover {
  color: #DF1B26;
}

.contents._carbon-dtl h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 1em 15px;
}

.contents._carbon-dtl dl {
  border: 2px solid #E1E1E1;
  padding: 26px 32px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.contents._carbon-dtl dl > div + div {
  margin-top: 15px;
}

.contents._carbon-dtl dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.contents._carbon-dtl dl dt:before {
  content: '■';
}

.contents._carbon-dtl dl dd {
  line-height: 1.57143;
}

.contents._carbon-dtl dl dd:not(:last-child):after {
  content: '／';
  margin: 0 1em;
}

.contents._carbon-dtl .img {
  text-align: center;
  margin-top: 32px;
}

.contents._carbon-dtl .img:not(:last-of-type) {
  margin-bottom: 64px;
}

.contents._carbon-dtl .img img {
  width: auto;
  max-width: 100%;
}

.contents._carbon-dtl .common-row + .common-row {
  margin-top: 45px;
}

.contents._carbon-dtl .common-row-content._col03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contents._carbon-dtl .common-row-content._col03 .item {
  width: 32%;
}

.contents._carbon-dtl .link-cate-list {
  margin: 0 1.5em;
}

.contents._carbon-dtl .link-cate-list li {
  line-height: 1.35;
  padding-left: 12px;
  position: relative;
}

.contents._carbon-dtl .link-cate-list li:not(:last-child) {
  margin-bottom: 8px;
}

.contents._carbon-dtl .link-cate-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #282828;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}

.customer-top-outline {
  margin-bottom: 64px;
  text-align: center;
}

.customer-top-outline .text p {
  display: inline-block;
  text-align: left;
}

.customer-top-outline .text + .btn {
  margin-top: 32px;
}

.customer-top-search .customer-search-box {
  margin: 64px auto 80px;
}

.customer-top .search-type-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 64px auto;
}

.customer-top .search-type-switch li {
  display: block;
  width: 100%;
  max-width: 272px;
  padding: 18px 15px 16px;
  text-align: center;
  border: 1px solid #E1E1E1;
  transition: border .3s ease, color .3s ease, background .3s ease;
  cursor: pointer;
}

.customer-top .search-type-switch li.is-active {
  background: #999;
  color: #fff;
  border-color: #999;
}

.customer-top .search-type-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 80px;
}

.customer-top .search-type-list .item {
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.customer-top .search-type-list .item a {
  display: block;
  height: 100%;
  cursor: pointer;
}

.customer-top .search-type-list .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 15px 5px;
}

.customer-top .search-type-list .item .icon img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.customer-top .search-type-list .item .image {
  line-height: 0;
}

.customer-top .search-type-list .item .image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.customer-top .search-type-list .item .text {
  border-top: 1px solid #F5F5F5;
  padding: 15px 10px;
}

.customer-top .search-type-list .item .text-accordion .text {
  transition: .3s ease;
  position: relative;
  cursor: pointer;
}

.customer-top .search-type-list .item .text-accordion .text:before, .customer-top .search-type-list .item .text-accordion .text:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  margin: auto;
  background: #282828;
  border-radius: 2px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
}

.customer-top .search-type-list .item .text-accordion .text:after {
  transform: rotate(90deg);
  transition: .3s ease;
}

.customer-top .search-type-list .item .text-accordion .text.is-open:after {
  transform: rotate(0deg);
}

.customer-top .search-type-list .item .text-accordion .accordion {
  display: none;
  text-align: left;
  padding: 8px 24px;
}

.customer-top .search-type-list .item .text-accordion .accordion .link li {
  padding: 16px 0;
}

.customer-top .search-type-list .item .text-accordion .accordion .link li:nth-child(n+2) {
  border-top: 1px solid #F5F5F5;
}

.customer-top .search-type-list .item .text-accordion .accordion .link a {
  font-size: 14px;
  font-weight: 500;
  padding-left: 23px;
  line-height: 1.3;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 50%/16px 16px;
}

.customer-top .search-type-list .item .text-accordion .accordion .link a[target=_blank] {
  padding-right: 22px;
  position: relative;
}

.customer-top .search-type-list .item .text-accordion .accordion .link a[target=_blank]:after {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  margin: auto;
  background: url("../../img/common/icon_window.svg") no-repeat 0 0/contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.customer-top .search-type-list._col03 .item {
  align-self: flex-start;
}

.customer-top .search-type-list._col04 .item .text {
  transition: color .3s ease;
}

.customer-top .search-type-list._col04 .item a:hover .text {
  color: #DF1B26;
}

.customer-top .search-type-detail#purpose, .customer-top .search-type-detail#product {
  display: none;
}

.customer-top .search-type-detail#purpose._dafault, .customer-top .search-type-detail#product._dafault {
  display: block;
}

.customer-top .search-type .desc {
  text-align: center;
}

.customer-top .search-type .desc + .btn {
  margin-top: 30px;
}

.customer-top-search-lightbox {
  width: 92vw;
  max-width: 960px;
  padding: 0 48px;
  background: #fff;
}

.customer-top-search-lightbox .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 36px;
}

.customer-top-search-lightbox .ttl .prev a {
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
  position: relative;
}

.customer-top-search-lightbox .ttl .prev a:before {
  content: "";
  width: 20px;
  height: 15px;
  margin: auto;
  background: url("../../img/common/icon_arrow01_r.svg") no-repeat 0 0/contain;
  transform: rotate(180deg);
  transition: .3s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.customer-top-search-lightbox .ttl .text {
  font-size: 22px;
  line-height: 1.5;
}

.customer-top-search-lightbox .list li {
  margin-top: 24px;
}

.customer-top-search-lightbox .list a {
  display: block;
  padding: 18px 50px 18px 32px;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  font-size: 18px;
  border: 2px solid transparent;
  background: #fff url("../../img/common/icon_arrow-long01.svg") no-repeat right 30px bottom 50%/17px 7px;
}

.customer-ans a:hover {
  text-decoration: none;
}

.customer-ans .ttl03 {
  margin-top: 64px;
}

.customer-ans .ttl05 {
  margin-top: 58px;
}

.customer-ans table {
  width: 100%;
}

.customer-ans .customer-recommend {
  font-size: 15px;
  font-weight: bold;
  margin: 40px 0 20px;
  padding-top: 40px;
  border-top: 1px solid #999;
  line-height: 1.6;
}

.customer-ans .customer-recommend-list {
  margin-top: 10px;
}

.customer-ans .customer-recommend-list li:not(:first-child) {
  margin-top: 10px;
}

.customer-ans .customer-recommend-list li a {
  text-indent: -23px;
  padding-left: 23px;
  display: inline-block;
}

.customer-ans .customer-recommend-list li a:before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.customer-ans .customer-recommend-list li a:hover {
  text-decoration: none;
}

.customer-ans .type-disc-red {
  margin-top: -5px;
  margin-bottom: 20px;
}

.customer-ans .type-disc-red li {
  position: relative;
  padding-left: 15px;
}

.customer-ans .type-disc-red li:not(:first-child) {
  margin-top: 10px;
}

.customer-ans .type-disc-red li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #DF1B26;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 3px;
}

.customer-ans .fw_bold {
  font-size: 18px;
  font-weight: bold;
}

.customer-ans .method {
  font-size: 16px;
  font-weight: bold;
  background: #F5F5F5;
  letter-spacing: 0.05em;
  line-height: 1.70833;
  padding: 4px 16px;
  margin-bottom: 32px;
}

.customer-ans .photo {
  margin: 10px 0;
}

.customer-ans .mb0 {
  margin-bottom: 0;
}

.customer-ans .mb5 {
  margin-bottom: 5px;
}

.customer-ans .mb10 {
  margin-bottom: 10px;
}

.customer-ans .mb20 {
  margin-bottom: 20px;
}

.customer-ans .mb30 {
  margin-bottom: 30px;
}

.customer-ans .mb40 {
  margin-bottom: 40px;
}

.customer-ans .mb50 {
  margin-bottom: 50px;
}

.customer-ans p.num01:before, .customer-ans p.num02:before, .customer-ans p.num03:before, .customer-ans p.num04:before, .customer-ans p.num05:before, .customer-ans p.num06:before, .customer-ans p.num07:before, .customer-ans p.num08:before, .customer-ans p.num09:before, .customer-ans p.num10:before, .customer-ans p.num11:before, .customer-ans p.num12:before, .customer-ans p.num13:before, .customer-ans p.num14:before, .customer-ans p.num15:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -3px;
}

.customer-ans p.num01, .customer-ans p.num02, .customer-ans p.num03, .customer-ans p.num04, .customer-ans p.num05, .customer-ans p.num06, .customer-ans p.num07, .customer-ans p.num08, .customer-ans p.num09, .customer-ans p.num10, .customer-ans p.num11, .customer-ans p.num12, .customer-ans p.num13, .customer-ans p.num14, .customer-ans p.num15 {
  position: relative;
  margin: 0 0 0 3px;
  padding-left: 15px;
}

.customer-ans p.num01:before {
  content: "(1)";
}

.customer-ans p.num02:before {
  content: "(2)";
}

.customer-ans p.num03:before {
  content: "(3)";
}

.customer-ans p.num04:before {
  content: "(4)";
}

.customer-ans p.num05:before {
  content: "(5)";
}

.customer-ans p.num06:before {
  content: "(6)";
}

.customer-ans p.num07:before {
  content: "(7)";
}

.customer-ans p.num08:before {
  content: "(8)";
}

.customer-ans p.num09:before {
  content: "(9)";
}

.customer-ans p.num010:before {
  content: "(10)";
}

.customer-ans p.num11:before {
  content: "(11)";
}

.customer-ans p.num12:before {
  content: "(12)";
}

.customer-ans p.num013:before {
  content: "(13)";
}

.customer-ans p.num014:before {
  content: "(14)";
}

.customer-ans .mpuni_qa_body .layout-table {
  margin-bottom: 20px;
}

.customer-ans .mpuni_qa_body .customer-recommend-list li {
  padding: 0;
}

.customer-ans .mpuni_qa_body .customer-recommend-list li:before {
  display: none;
}

.customer-ans .mpuni_qa_body .width-half {
  margin-bottom: 20px;
}

.contact-outline {
  margin-bottom: 64px;
  text-align: center;
}

.contact-outline .text p {
  display: inline-block;
  text-align: left;
}

.contact-outline .text + .btn {
  margin-top: 32px;
}

.contact-ttl {
  margin: 70px auto 37px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.46429;
}

.contact-top .contact-link-list .item {
  width: calc(50% - 20px);
  padding: 27px 40px 30px;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.contact-top .contact-link-list .item .ttl {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
}

.contact-top .contact-link-list .item .text {
  font-size: 14px;
  line-height: 1.5;
}

.contact-top .contact-link-list .item .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #E1E1E1;
}

.contact-top .contact-link-list .item .list li {
  margin: 2px 0;
}

.contact-top .contact-link-list .item .list li:not(:last-child) {
  margin-right: 40px;
}

.contact-top .search-type-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 64px auto;
}

.contact-top .search-type-switch li {
  display: block;
  width: 100%;
  max-width: 272px;
  padding: 18px 15px 16px;
  text-align: center;
  border: 1px solid #E1E1E1;
  transition: border .3s ease,color .3s ease,background .3s ease;
  cursor: pointer;
}

.contact-top .search-type-switch li.is-active {
  background: #999;
  color: #fff;
  border-color: #999;
}

.contact-top .search-type-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 80px;
}

.contact-top .search-type-list .item {
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.contact-top .search-type-list .item a {
  display: block;
  height: 100%;
  cursor: pointer;
}

.contact-top .search-type-list .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 15px 5px;
}

.contact-top .search-type-list .item .icon img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.contact-top .search-type-list .item .image {
  line-height: 0;
}

.contact-top .search-type-list .item .image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.contact-top .search-type-list .item .text {
  border-top: 1px solid #F5F5F5;
  padding: 15px 10px;
}

.contact-top .search-type-list .item .text-accordion .text {
  transition: .3s ease;
  position: relative;
  cursor: pointer;
}

.contact-top .search-type-list .item .text-accordion .text:before, .contact-top .search-type-list .item .text-accordion .text:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  margin: auto;
  background: #282828;
  border-radius: 2px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
}

.contact-top .search-type-list .item .text-accordion .text:after {
  transform: rotate(90deg);
  transition: .3s ease;
}

.contact-top .search-type-list .item .text-accordion .text.is-open:after {
  transform: rotate(0deg);
}

.contact-top .search-type-list .item .text-accordion .accordion {
  display: none;
  text-align: left;
  padding: 8px 24px;
}

.contact-top .search-type-list .item .text-accordion .accordion .link li {
  padding: 16px 0;
}

.contact-top .search-type-list .item .text-accordion .accordion .link li:nth-child(n+2) {
  border-top: 1px solid #F5F5F5;
}

.contact-top .search-type-list .item .text-accordion .accordion .link a {
  font-size: 14px;
  font-weight: 500;
  padding-left: 23px;
  line-height: 1.3;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 50%/16px 16px;
}

.contact-top .search-type-list .item .text-accordion .accordion .link a[target=_blank] {
  padding-right: 22px;
  position: relative;
}

.contact-top .search-type-list .item .text-accordion .accordion .link a[target=_blank]:after {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  margin: auto;
  background: url("../../img/common/icon_window.svg") no-repeat 0 0/contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.contact-top .search-type-list._col03 .item {
  align-self: flex-start;
}

.contact-top .search-type-list._col04 .item .text {
  transition: color .3s ease;
}

.contact-top .search-type-list._col04 .item a:hover .text {
  color: #DF1B26;
}

.contact-top .search-type-detail#purpose, .contact-top .search-type-detail#product {
  display: none;
}

.contact-top .search-type-detail#purpose._dafault, .contact-top .search-type-detail#product._dafault {
  display: block;
}

.contact-top .search-type .desc {
  text-align: center;
}

.contact-top .search-type .desc + .btn {
  margin-top: 30px;
}

.search-lightbox {
  width: 92vw;
  max-width: 960px;
  padding: 0 48px;
  background: #fff;
}

.search-lightbox .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 36px;
}

.search-lightbox .ttl .prev a {
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
  position: relative;
}

.search-lightbox .ttl .prev a:before {
  content: "";
  width: 20px;
  height: 15px;
  margin: auto;
  background: url("../../img/common/icon_arrow01_r.svg") no-repeat 0 0/contain;
  transform: rotate(180deg);
  transition: .3s ease;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.search-lightbox .ttl .text {
  font-size: 22px;
  line-height: 1.5;
}

.search-lightbox .list li {
  margin-top: 24px;
}

.search-lightbox .list a {
  display: block;
  padding: 18px 50px 18px 32px;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  font-size: 18px;
  border: 2px solid transparent;
  background: #fff url("../../img/common/icon_arrow-long01.svg") no-repeat right 30px bottom 50%/17px 7px;
}

.contact-detail .desc {
  margin-bottom: 64px;
  text-align: center;
}

.contact-detail em.red {
  color: #DF1B26;
  font-style: normal;
  font-weight: bold;
}

.contact-detail .alert-box {
  margin: 64px auto 80px;
  padding: 30px 40px 40px;
  background: #F5F5F5;
  border: 2px solid #E1E1E1;
}

.contact-detail .alert-box .ttl {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 1.5;
}

.contact-detail .alert-box .text {
  font-size: 14px;
  line-height: 1.57143;
}

.contact-detail .alert-box .link-list {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #E1E1E1;
}

.contact-detail .alert-box .link-list li {
  max-width: 272px;
  width: 100%;
  background: #fff;
}

.contact-detail .alert-box .link-list li:nth-child(n+2) {
  margin-left: 24px;
}

.contact-detail .alert-box .link-list li a {
  display: block;
  padding: 14px 50px;
  text-align: center;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 1.42857;
  position: relative;
}

.contact-detail .alert-box .link-list li a:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  margin: auto;
  background: url("../../img/common/icon_arrow01_b.svg") no-repeat 0 0/contain;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
}

.contact-detail .alert-box .link-list li a[target=_blank]:after {
  background-image: url("../../img/common/icon_window.svg");
}

.contact-detail .contact-method {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px auto 48px;
}

.contact-detail .contact-method .item {
  padding: 27px 24px 32px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.contact-detail .contact-method .item dt {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
}

.contact-detail .contact-method .item dd .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  border-bottom: 1px solid #E1E1E1;
}

.contact-detail .contact-method .item dd .detail .address {
  font-size: 16px;
  font-weight: bold;
}

.contact-detail .contact-method .item dd .detail .tel {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.contact-detail .contact-method .item dd .detail .tel:before {
  content: "";
  display: block;
  width: 40px;
  height: 23px;
  margin-right: 5px;
  background: url("../../img/common/icon_tel.svg") no-repeat 0 0/contain;
}

.contact-detail .contact-method .item dd .detail .tel small {
  font-size: 14px;
  font-weight: normal;
}

.contact-detail .contact-method .item dd p:not([class]),
.contact-detail .contact-method .item dd ul, .contact-detail .contact-method .item dd ol {
  font-size: 14px;
  line-height: 1.57143;
}

.contact-detail .contact-method .item dd .ttl {
  margin: 32px auto 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.contact-detail .contact-method .item dd ul > li, .contact-detail .contact-method .item dd ol > li {
  text-indent: -1em;
  padding-left: 1em;
}

.sitemap-box-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.sitemap-box-list > .col01,
.sitemap-box-list > .col02 {
  padding: 20px;
}

.sitemap-box-list > .col01 {
  width: 100%;
}

.sitemap-box-list > .col02 {
  width: 50%;
}

.sitemap-box-list .item {
  box-shadow: 0 4px 16px rgba(40, 40, 40, 0.1);
}

.sitemap-box-list .item + .item {
  margin-top: 40px;
}

.sitemap-box-list-header a {
  display: block;
  padding: 32px 30px 34px;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid transparent;
  text-align: center;
}

.sitemap-box-list-header a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 12px auto 0;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 50%/contain;
}

.sitemap-box-list-body {
  padding: 30px 32px;
  border-top: 1px solid #DBDBDB;
}

.sitemap-box-list-body ul {
  display: flex;
  flex-wrap: wrap;
}

.sitemap-box-list-body ul li {
  padding-right: 15px;
}

.sitemap-box-list-body ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding-left: 23px;
  position: relative;
}

.sitemap-box-list-body ul li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 50%/contain;
  position: absolute;
  left: 0;
  top: 0;
}

.sitemap-box-list-body ul li a[target=_blank]:after {
  width: 14px;
  height: 11px;
  top: 3px;
  background: url("../../img/common/icon_window.svg") no-repeat 0 50%/14px auto;
}

.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  margin: 64px auto 0;
  padding: 30px 0 0;
  border-top: 1px solid #DBDBDB;
}

.sitemap-list li {
  margin-right: 24px;
}

.sitemap-list li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding-left: 23px;
  position: relative;
}

.sitemap-list li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 50%/contain;
  position: absolute;
  left: 0;
  top: 0;
}

.sitemap-list li a[target=_blank]:after {
  width: 14px;
  height: 11px;
  top: 3px;
  background: url("../../img/common/icon_window.svg") no-repeat 0 50%/14px auto;
}

.pressroom-outline-desc {
  margin-bottom: 64px;
  text-align: center;
}

.pressroom-tab {
  margin-bottom: 64px;
}

.pressroom-tab:not(:first-child) {
  margin-top: 75px;
}

.pressroom-tab .list {
  display: flex;
  justify-content: center;
}

.pressroom-tab .list li {
  width: 100%;
  max-width: 266px;
  white-space: nowrap;
}

.pressroom-tab .list a, .pressroom-tab .list span {
  display: block;
  padding: 0 5px 21px;
  text-align: center;
  border-bottom: 2px solid #E1E1E1;
  cursor: pointer;
}

.pressroom-tab .list a.current, .pressroom-tab .list span.current {
  color: #DF1B26;
  border-bottom-color: #DF1B26;
}

.pressroom-tab-contents > .item {
  display: none;
}

.pressroom-tab-contents > .item.default {
  display: block;
}

.ir-top-info.contents {
  background: #F5F5F5;
}

.ir-top-info .box {
  width: calc(50% - 20px);
}

.ir-top-info .box .news-text-list dl > div {
  padding-top: 23px;
  padding-bottom: 23px;
}

.ir-top-info .box._greeting .inbox {
  padding: 0;
}

.ir-top-info .box._greeting .inbox > a {
  padding: 32px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}

.ir-top-info .box._greeting .inbox > a .img {
  width: 152px;
  margin-right: 36px;
}

.ir-top-info .box._greeting .inbox > a .text {
  flex: 1 0 0%;
}

.ir-top-info .box._greeting .inbox > a .text p {
  font-size: 16px;
}

.ir-top-info .inbox {
  background: #fff;
  padding: 32px 24px;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.15);
}

.ir-top-info .link {
  text-align: center;
  margin-top: auto;
}

.ir-top-info .link a,
.ir-top-info .link > span {
  letter-spacing: 0.05em;
  line-height: 1.42857;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 24px;
  transition: .3s ease;
}

.ir-top-news.contents {
  background: #fff;
}

.ir-top-infoList.contents {
  background: #F5F5F5;
}

.ir-top-infoList .box {
  width: calc(100% / 3 - 9px);
  padding: 25px 32px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.ir-top-infoList .box h2 {
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
}

.ir-top-infoList .box h2:after {
  content: '';
  width: 16px;
  height: 16px;
  margin: 12px auto 0;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: block;
}

.ir-top-infoList .box h2 a:hover {
  color: #DF1B26;
}

.ir-top-infoList .box p {
  margin-top: 24px;
  line-height: 1.42857;
  letter-spacing: 0.05em;
}

.ir-top-infoList .box ul {
  margin: 32px -32px 0;
  padding: 19px 30px 0;
  border-top: 1px solid #DBDBDB;
}

.ir-top-infoList .box ul._03 {
  flex-direction: column;
}

.ir-top-infoList .box ul li a {
  text-indent: -24px;
  padding-left: 24px;
  display: block;
}

.ir-top-infoList .box ul li a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.ir-top-infoList .box ul li a:hover {
  color: #DF1B26;
}

.ir-top-bnr {
  padding: 80px 0;
}

.ir-top-bnr .bnr._window a:after {
  background: url(../../img/common/icon_window.svg) no-repeat;
  background-size: contain;
}

.ir-top-bnr .bnr a {
  height: 100%;
  padding: 31px 60px 31px 32px;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.ir-top-bnr .bnr a:after {
  content: '';
  width: 20px;
  height: 15px;
  background: url(../../img/common/icon_arrow01.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 32px;
  top: calc(50% - 10px);
}

.ir-top-bnr .bnr .icon {
  width: 52px;
  height: 56px;
  margin-right: 28px;
}

.ir-top-bnr .bnr .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.ir-top-bnr .bnr .text {
  flex: 1 0 0%;
}

.ir-top-bnr .bnr h2 {
  font-size: 22px;
}

.ir-top-bnr .bnr p {
  letter-spacing: 0.05em;
  line-height: 1.42857;
  margin-top: 6px;
}

.ir-top-notice {
  background: #fff !important;
  border-top: 1px solid #F5F5F5;
}

.ir-related {
  background: #fff !important;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
}

.ir-related .ttl02 {
  margin-bottom: 0;
}

.ir-related .list li:not(:last-child) {
  margin-right: 40px;
}

.ir-related .list li a {
  padding: 3px 0 3px 23px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}

.ir-related .list li a:hover {
  color: #DF1B26;
}

.ir-library .list li {
  text-align: center;
  width: calc(100% / 3 - 9px);
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.ir-library .list li a {
  padding: 38px 29px 42px;
  display: block;
}

.ir-library .list li a:hover h2 {
  color: #DF1B26;
}

.ir-library .list li h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: block;
  transition: .3s ease;
}

.ir-library .list li h2:after {
  content: '';
  width: 16px;
  height: 16px;
  margin: 15px auto 20px;
  display: block;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  background-size: contain;
}

.ir-library .list li p {
  letter-spacing: 0.05em;
  line-height: 1.42857;
}

.side-year-list {
  width: 232px;
}

.side-year-list ul {
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
}

.side-year-list li:not(:first-child) {
  border-top: 1px solid #F5F5F5;
}

.side-year-list li.active a {
  font-weight: bold;
  background: #F5F5F5;
  pointer-events: none;
}

.side-year-list li.active a:after {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.side-year-list li a {
  font-size: 16px;
  padding: 14px 25px 14px 18px;
  line-height: 1.5;
  display: block;
  position: relative;
}

.side-year-list li a:hover {
  color: #DF1B26;
}

.ir-calendar .calendar-box {
  margin-bottom: 78px;
}

.ir-calendar .calendar-box > ul > li {
  width: calc(25% - 3px);
}

.ir-calendar .calendar-box > ul dl {
  text-align: center;
}

.ir-calendar .calendar-box > ul dl > div {
  display: flex;
  justify-content: space-between;
}

.ir-calendar .calendar-box > ul dt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 10px;
  background: #F5F5F5;
}

.ir-calendar .calendar-box > ul dd {
  font-size: 18px;
  background: #F5F5F5;
  flex: 1 0 0%;
  margin: 4px 2px 0;
  padding: 16px 10px;
}

.ir-calendar .calendar-box > ul dd._red {
  color: #fff;
  background: #DF1B26;
}

.ir-calendar .calendar-box > ul dd em {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  margin-right: 2px;
  vertical-align: -1px;
}

.ir-calendar .calendar-box > ul .list {
  margin-top: 12px;
}

.ir-calendar .calendar-box > ul .list li {
  line-height: 1.42857;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}

.ir-calendar .calendar-box > ul .list li:before {
  content: '・';
  color: #DF1B26;
}

.ir-calendar .calendar-box > ul .list li:not(:first-child) {
  margin-top: 3px;
}

.ir-calendar .calendar-box .note {
  text-align: right;
  margin-top: 25px;
  letter-spacing: 0.05em;
}

.ir-calendar .search-year {
  margin-bottom: 40px;
}

.ir-calendar .search-year + .ir-flex-box {
  margin-top: 24px;
}

.ir-plan h4 {
  margin-bottom: 22px;
  line-height: 1.3125;
  letter-spacing: 0.05em;
}

.ir-plan h4:before {
  content: "■";
}

.ir-plan p,
.ir-plan li {
  line-height: 2.28571;
  letter-spacing: 0.05em;
}

.ir-plan .inner > p {
  margin-bottom: 50px;
}

.ir-plan .box > div {
  padding: 24px 20px 75px;
}

.ir-plan .box > div p {
  text-indent: 1em;
}

.ir-plan .box li:not(:last-child) {
  margin-bottom: 15px;
}

.ir-plan .btn {
  margin-top: 35px;
}

.ir-governance p,
.ir-governance li {
  letter-spacing: 0.05em;
  line-height: 1.57142;
}

.ir-governance p {
  text-indent: 1em;
}

.ir-governance h2 + p {
  margin-bottom: 28px;
}

.ir-governance .link {
  text-align: right;
  margin-top: 20px;
}

.ir-governance .link a {
  display: inline-block;
  letter-spacing: 0.05em;
}

.ir-governance .link a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transition: .3s ease;
}

.ir-governance .link a:hover:before {
  transform: translateX(3px);
}

.ir-risk p {
  text-indent: 1em;
  letter-spacing: 0.05em;
}

.ir-risk .inner > p {
  margin-bottom: 42px;
  line-height: 1.57142;
}

.ir-risk .box div {
  padding: 24px 15px 40px;
}

.ir-risk .box p {
  line-height: 2.28571;
}

.ir-risk .btn {
  margin-top: 0;
}

.ir-memo {
  background: #fff !important;
  border-top: 1px solid #F5F5F5;
}

.ir-memo .tbl01 th {
  width: 211px;
}

.ir-memo .ttl03._small {
  margin-bottom: 25px;
}

.ir-memo .def dt {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 21px;
}

.ir-memo .def dt:not(:first-child) {
  margin-top: 40px;
}

.ir-memo .def dd {
  letter-spacing: 0.05em;
  line-height: 2;
}

.ir-memo .tbl02 th {
  width: calc(100% / 3);
}

.ir-holders._en .link-list h2 {
  letter-spacing: 0.05em;
}

.ir-holders .big {
  width: 69%;
  margin: 0 auto;
  box-shadow: 0px 4px 16px rgba(40, 40, 40, 0.1);
  margin-bottom: 40px;
}

.ir-holders .big a {
  width: 100%;
  height: 180px;
  padding-left: 332px;
  position: relative;
}

.ir-holders .big .img {
  position: absolute;
  top: 0;
  left: 0;
}

.ir-holders .big .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: top center;
}

.ir-holders .big p {
  text-align: center;
}

.ir-profit .ttl06 {
  margin-bottom: 22px;
}

.ir-profit .blc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ir-profit .blc .circle {
  margin-bottom: 0;
}

.ir-profit .blc .circle img {
  display: block;
  width: 67%;
  margin: 0 auto;
}

.ir-profit .blc div:last-child img {
  width: 57%;
  margin-top: 8.75%;
}

.ir-profit .box {
  width: 48%;
  margin-bottom: 46px;
}

.ir-profit .box img {
  padding: 0 15px;
}

.ir-profit .box ul {
  margin-top: 30px;
}

.ir-profit .box ul li {
  counter-increment: Number;
  position: relative;
  padding-left: 35px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.ir-profit .box ul li:before {
  content: "＊" counter(Number);
  position: absolute;
  top: 0;
  left: 0;
}

.privacy .ttl06 {
  margin-bottom: 24px;
}

.privacy h4 {
  font-size: 16px;
  border-bottom: 1px solid #999;
  padding-bottom: 14px;
  margin-bottom: 24px;
}

.privacy p,
.privacy li,
.privacy span {
  line-height: 1.57142;
  letter-spacing: 0.05em;
}

.privacy p {
  text-indent: 1em;
}

.privacy ol {
  margin-top: 30px;
}

.privacy ol li {
  counter-increment: Number;
}

.privacy ol li:before {
  content: counter(Number) ".　";
}

.privacy ul li {
  position: relative;
  padding-left: 15px;
}

.privacy ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.privacy .box {
  margin-bottom: 60px;
}

.privacy .box div {
  margin-bottom: 47px;
}

.privacy .box div:last-child {
  margin-bottom: 0;
}

.privacy .box div:last-child span {
  display: block;
  text-align: right;
  margin-top: 13px;
}

.privacy .box div p {
  padding: 0 15px;
}

.privacy .box:last-child {
  margin-bottom: 0;
}

.privacy .box:last-child > p {
  margin-bottom: 47px;
}

.privacy .link {
  text-align: right;
  margin-top: 18px;
}

.privacy .link a {
  display: inline-block;
  letter-spacing: 0.05em;
}

.privacy .link a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transition: .3s ease;
}

.privacy .link a:hover:before {
  transform: translateX(3px);
}

.terms p,
.terms li {
  line-height: 1.57142;
  letter-spacing: 0.05em;
}

.terms p,
.terms dd {
  margin-bottom: 30px;
}

.terms li:before {
  content: "・";
}

.terms dt:before {
  content: "■";
}

.terms .box {
  margin-bottom: 60px;
}

.terms .box:last-child {
  margin-bottom: 0;
}

.supplier p {
  line-height: 1.57142;
  letter-spacing: 0.05em;
}

.supplier .ttl06 {
  margin-bottom: 30px;
}

.supplier h4 {
  font-size: 16px;
  border-bottom: 1px solid #999;
  padding-bottom: 14px;
  margin-bottom: 24px;
}

.supplier li:before {
  content: "・";
}

.supplier .box {
  margin-bottom: 60px;
}

.supplier .box:last-child {
  margin-bottom: 0;
}

.supplier .box div {
  padding-bottom: 15px;
}

.supplier .box div:last-child {
  padding-bottom: 0;
}

.supplier .box div:last-child p:last-child {
  margin-bottom: 0;
}

.supplier .box div p,
.supplier .box div li {
  line-height: 2.28571;
}

.supplier .box div p,
.supplier .box div ul {
  margin-bottom: 30px;
}

.supplier .box div ul {
  margin-top: -30px;
}

.error404-logo {
  max-width: 240px;
  margin: 64px auto;
  text-align: center;
}

.error404-ttl {
  margin: 48px auto;
  text-align: center;
}

.error404-ttl .jp {
  font-size: 28px;
  font-weight: bold;
}

.error404-ttl .en {
  display: block;
  margin: 24px auto 0;
  font-size: 16px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #999;
  line-height: 1.375;
}

.error404-desc {
  text-align: center;
}

.sustain-cmn-nav {
  padding: 84px 0 96px;
}

.sustain-cmn-nav._en {
  padding-bottom: 99px;
}

.sustain-cmn-nav .list._en li.active a {
  justify-content: flex-start;
}

.sustain-cmn-nav .list._en li.active a:before, .sustain-cmn-nav .list._en li.active a:after {
  display: block;
}

.sustain-cmn-nav .list._en li.active a:before {
  background: #fff;
}

.sustain-cmn-nav .list._en a {
  font-weight: 600;
}

.sustain-cmn-nav .list._en .en {
  font-size: 24px;
  margin-top: 0;
}

.sustain-cmn-nav .list li {
  position: relative;
}

.sustain-cmn-nav .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border-style: solid;
  border-width: 6px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s ease;
  pointer-events: none;
}

.sustain-cmn-nav .list li:hover:before {
  opacity: 1;
}

.sustain-cmn-nav .list li._environment.active {
  background: #1DA236;
}

.sustain-cmn-nav .list li._environment.active a:after {
  background: url(/img/company/sustainability/icon-arrow01.svg) no-repeat;
  background-size: contain;
}

.sustain-cmn-nav .list li._environment:before {
  border-color: #1DA236;
}

.sustain-cmn-nav .list li._environment a {
  color: #1DA236;
  border-color: #1DA236;
}

.sustain-cmn-nav .list li._environment a:before {
  background: #1DA236;
}

.sustain-cmn-nav .list li._social.active {
  background: #236EAF;
}

.sustain-cmn-nav .list li._social.active a:after {
  background: url(/img/company/sustainability/icon-arrow02.svg) no-repeat;
  background-size: contain;
}

.sustain-cmn-nav .list li._social:before {
  border-color: #236EAF;
}

.sustain-cmn-nav .list li._social a {
  color: #236EAF;
  border-color: #236EAF;
}

.sustain-cmn-nav .list li._social a:before {
  background: #236EAF;
}

.sustain-cmn-nav .list li._governance.active {
  background: #D43D60;
}

.sustain-cmn-nav .list li._governance.active a:after {
  background: url(/img/company/sustainability/icon-arrow03.svg) no-repeat;
  background-size: contain;
}

.sustain-cmn-nav .list li._governance:before {
  border-color: #D43D60;
}

.sustain-cmn-nav .list li._governance a {
  color: #D43D60;
  border-color: #D43D60;
}

.sustain-cmn-nav .list li._governance a:before {
  background: #D43D60;
}

.sustain-cmn-nav .list li.active a {
  color: #fff;
  padding: 0;
  justify-content: center;
  pointer-events: none;
}

.sustain-cmn-nav .list li.active a:before, .sustain-cmn-nav .list li.active a:after {
  display: none;
}

.sustain-cmn-nav .list a {
  font-weight: bold;
  border-style: solid;
  border-width: 2px;
  height: 167px;
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.sustain-cmn-nav .list a:before, .sustain-cmn-nav .list a:after {
  content: '';
  display: block;
  position: absolute;
}

.sustain-cmn-nav .list a:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  bottom: 40px;
}

.sustain-cmn-nav .list a:after {
  width: 10px;
  height: 8px;
  background: url(/img/common/icon_arrow01_wb.svg) no-repeat;
  background-size: contain;
  left: 50%;
  bottom: 46px;
  transform: translateX(-50%);
}

.sustain-cmn-nav .list .jp {
  font-size: 24px;
  letter-spacing: 0.05em;
}

.sustain-cmn-nav .list .en {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-top: 13px;
}

.sustain-top._en .sustain-top-mainv .ttl {
  letter-spacing: 0em;
}

.sustain-top .sustain-top-mainv {
  position: relative;
}

.sustain-top .sustain-top-mainv .ttl {
  font-size: 40px;
  letter-spacing: 0.05em;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.sustain-top .slide {
  opacity: 0;
  transition: .2s ease all;
}

.sustain-top .slide.slick-initialized {
  opacity: 1;
}

.sustain-top .inner {
  padding-top: 75px;
}

.sustain-top .text {
  letter-spacing: 0.05em;
  line-height: 2.5;
  text-align: center;
}

.sustain-top .text._en {
  font-weight: 400;
  letter-spacing: 0em;
}

.sustain-top .text strong {
  font-family: 'ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝', 'MS Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
}

.sustain-top .catch {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 60px;
  text-align: center;
  margin-top: 70px;
}

.sustain-top .catch._en strong {
  letter-spacing: 0em;
}

.sustain-top .catch strong {
  font-size: 64px;
  letter-spacing: 0.05em;
}

.sustain-top .catch span {
  letter-spacing: 0.05em;
}

.sustain-cmn-mainv {
  position: relative;
}

.sustain-cmn-mainv._en-social .list ul li {
  line-height: 1.42857;
  width: auto;
  text-transform: uppercase;
}

.sustain-cmn-mainv._en-social .list ul li a {
  padding: 17px 16px;
}

.sustain-cmn-mainv._en-social .list ul li a:before {
  margin-right: 8px;
  width: 0;
  height: 0;
  padding: 16px 16px 0 0;
}

.sustain-cmn-mainv .list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  bottom: 40px;
}

.sustain-cmn-mainv .list ul li {
  width: 232px;
  height: 64px;
  margin: 0 10px;
}

.sustain-cmn-mainv .list ul li a {
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 13px 13px 13px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .3s ease;
  white-space: nowrap;
}

.sustain-cmn-mainv .list ul li a:hover {
  transform: scale(1.06);
}

.sustain-cmn-mainv .list ul li a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 0/contain;
  margin: 1px 7px 0 0;
  transform: rotate(90deg);
  transition: .3s ease;
}

.sustain-contents .ttl02 {
  border-left-color: #318565;
}

.sustain-contents .ttl06 {
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 30px;
}

.sustain-contents .ttl06:not(:first-of-type) {
  margin-top: 40px;
}

.sustain-contents p {
  letter-spacing: 0.05em;
  line-height: 1.42857;
}

.sustain-contents .link {
  margin-top: 13px;
}

.sustain-contents .link a {
  display: inline-block;
  letter-spacing: 0.05em;
}

.sustain-contents .link a:hover {
  color: #DF1B26;
}

.sustain-contents .link a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transition: .3s ease;
}

.page._sus-env sub {
  font-size: 79%;
  vertical-align: middle;
  position: relative;
  top: 5%;
}

.sustain-env-mainv {
  position: relative;
}

.sustain-env-mainv._en h2 {
  letter-spacing: 0em;
  line-height: 1.6;
}

.sustain-env-mainv._en p {
  font-weight: 400;
  letter-spacing: 0em;
}

.sustain-env-mainv .text-box {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sustain-env-mainv h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.sustain-env-mainv p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin-top: 80px;
}

.sustain-env-policy {
  padding-top: 80px;
}

.sustain-env-policy .wrap {
  background: #F5F5F5;
  border: 1px solid #E1E1E1;
  padding: 33px 40px 40px;
}

.sustain-env-policy .box {
  text-align: center;
}

.sustain-env-policy .box + .box {
  border-top: 1px solid #E1E1E1;
  padding-top: 33px;
  margin-top: 40px;
}

.sustain-env-policy h2 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.sustain-env-policy .text-wrap {
  margin-top: 28px;
  display: inline-block;
}

.sustain-env-policy .text-wrap p {
  letter-spacing: 0.05em;
  line-height: 1.42857;
  text-align: left;
}

.sustain-env-policy .text-wrap p + p {
  margin-top: 19px;
}

.sustain-env-policy .list {
  margin-top: 28px;
}

.sustain-env-policy .list ul li {
  width: 232px;
  height: 48px;
  margin: 0 12px;
}

.sustain-env-policy .list ul li a {
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 13px 13px 13px 16px;
  display: flex;
  align-items: center;
  transition: .3s ease;
  white-space: nowrap;
  position: relative;
}

.sustain-env-policy .list ul li a:hover {
  transform: scale(1.06);
}

.sustain-env-policy .list ul li a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 0/contain;
  transform: rotate(90deg);
  position: absolute;
  top: 16px;
  left: 24px;
}

.sustain-env-contents {
  margin-top: 140px;
  position: relative;
}

.sustain-env-contents:before {
  content: '';
  width: 148px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.sustain-env-contents._en .sec-result h3 sub {
  margin-right: .55em;
}

.sustain-env-contents._en .text {
  letter-spacing: 0em;
  line-height: 1.85714;
}

.sustain-env-contents .mainv {
  position: relative;
}

.sustain-env-contents .mainv h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
}

.sustain-env-contents .mainv p {
  letter-spacing: 0.05em;
  line-height: 1.42857;
  background: #fff;
  padding: 20px 32px 27px;
}

.sustain-env-contents .sec {
  padding-top: 40px;
  margin-top: 40px;
}

.sustain-env-contents .sec .col._gray {
  background: #F5F5F5;
  padding: 32px;
  margin-top: 32px;
}

.sustain-env-contents .sec .col._gray .img {
  border: 0;
}

.sustain-env-contents .sec .col._align > div:not(.img) {
  justify-content: flex-start;
}

.sustain-env-contents .sec .col > div.img {
  border: 1px solid #EFEFEF;
}

.sustain-env-contents .sec .col > div:not(.img) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sustain-env-contents .sec .col > div:not(.img) .link {
/*  position: absolute; */
  left: 0;
  bottom: 0;
}

.sustain-env-contents .sec .col p {
  letter-spacing: 0.05em;
  line-height: 1.42857;
}

.sustain-env-contents .sec .col .def dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.sustain-env-contents .sec .col .def dd {
  letter-spacing: 0.05em;
  line-height: 1.42857;
  margin-top: 13px;
}

.sustain-env-contents .sec .col + .col {
  border-top: 1px solid #F5F5F5;
}

.sustain-env-contents .ttl02 {
  border-left-color: #318565;
}

.sustain-env-contents .ttl06 {
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

.sustain-env-contents .ttl06 + p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 32px;
}

.sustain-env-contents .text {
  letter-spacing: 0.05em;
  line-height: 1.42857;
}

.sustain-env-contents .note-list, .sustain-env-contents .note {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 21px;
}

.sustain-env-contents .note-box {
  letter-spacing: 0.05em;
  border: 1px solid #EFEFEF;
  padding: 28px 32px;
  margin-top: 32px;
}

.sustain-env-contents .note-box dt {
  font-weight: bold;
}

.sustain-env-contents .note-box dd {
  font-size: 13px;
  line-height: 1.46154;
  margin-top: 14px;
}

.sustain-env-contents .link {
  margin-top: 13px;
}

.sustain-env-contents .link a {
  display: inline-block;
  letter-spacing: 0.05em;
}

.sustain-env-contents .link a:hover {
  color: #DF1B26;
}

.sustain-env-contents .link a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  transition: .3s ease;
}

.sustain-env-contents._climatic .tbl-wrap table {
  letter-spacing: 0.05em;
  width: 100%;
}

.sustain-env-contents._climatic .tbl-wrap th, .sustain-env-contents._climatic .tbl-wrap td {
  border: 1px solid #E1E1E1;
}

.sustain-env-contents._climatic .tbl-wrap thead td {
  border: 0;
}

.sustain-env-contents._climatic .tbl-wrap thead th {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #318565;
  padding: 20px 14px;
}

.sustain-env-contents._climatic .tbl-wrap tbody th {
  letter-spacing: 0.05em;
  text-align: left;
  background: #F5F5F5;
  font-weight: bold;
  padding: 27px 31px 27px 21px;
  width: 389px;
}

.sustain-env-contents._climatic .tbl-wrap tbody td {
  font-size: 18px;
  text-align: center;
  padding: 21px 31px 21px 21px;
}

.sustain-env-contents._climatic .tbl-wrap tbody td em {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-align: right;
  width: 3em;
  display: inline-block;
  margin-right: 4px;
}

.sustain-env-contents._climatic .sp-def {
  width: 100%;
  border: 1px solid #E1E1E1;
}

.sustain-env-contents._climatic .sp-def .def-head dt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #318565;
  padding: 13px;
}

.sustain-env-contents._climatic .sp-def > div {
  letter-spacing: 0.05em;
  display: flex;
}

.sustain-env-contents._climatic .sp-def > div > * {
  width: 50%;
}

.sustain-env-contents._climatic .sp-def > div > *:first-child {
  border-right: 1px solid #E1E1E1;
}

.sustain-env-contents._climatic .sp-def > dt {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  border: 0;
  background: #F5F5F5;
  padding: 17px 10px;
  white-space: nowrap;
}

.sustain-env-contents._climatic .sp-def dd {
  font-size: 18px;
  text-align: center;
  padding: 16px;
}

.sustain-env-contents._climatic .sp-def dd em {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  margin-right: 4px;
}

.sustain-env-contents._climatic .text {
  letter-spacing: 0.05em;
  line-height: 1.42857;
  margin-top: 25px;
}

.sustain-env-contents .sec-result {
  margin-top: 71px;
}

.sustain-env-contents .sec-result + .sec-result {
  margin-top: 50px;
}

.sustain-env-contents .sec-result._co2 .wrap {
  background: url(/img/company/sustainability/environment/bg_co2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.sustain-env-contents .sec-result._co2 h3 {
  background: rgba(105, 158, 207, 0.8);
}

.sustain-env-contents .sec-result._energy .wrap {
  background: url(/img/company/sustainability/environment/bg_energy.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.sustain-env-contents .sec-result._energy h3 {
  background: rgba(191, 203, 213, 0.8);
}

.sustain-env-contents .sec-result._renew .wrap {
  background: url(/img/company/sustainability/environment/bg_renew.jpg) no-repeat;
  background-size: cover;
  background-position: left 15% top;
}

.sustain-env-contents .sec-result._renew h3 {
  background: rgba(181, 179, 177, 0.9);
}

.sustain-env-contents .sec-result h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: calc(100% + 64px);
  height: 48px;
  margin: 0 -32px 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sustain-env-contents .sec-result .def {
  color: #fff;
  text-align: center;
}

.sustain-env-contents .sec-result .def .col + .col {
  border-top: 1px solid #F5F5F5;
  padding-top: 48px;
  margin-top: 45px;
}

.sustain-env-contents .sec-result .def dt {
  letter-spacing: 0.05em;
}

.sustain-env-contents .sec-result .def dt.num {
  font-size: 124px;
  font-weight: bold;
  margin-bottom: 40px;
}

.sustain-env-contents .sec-result .def dt.num span {
  font-size: 80px;
}

.sustain-env-contents .sec-result .def dt._type2 {
  font-size: 16px;
  border: 1px solid #fff;
  padding: 11px 25px;
}

.sustain-env-contents .sec-result .def dd {
  letter-spacing: 0.05em;
  text-align: left;
  display: inline-block;
}

.sustain-env-contents .sec-result .def dd .note {
  font-size: 12px;
  margin-top: 20px;
}

.sustain-env-contents._resource .list {
  padding-top: 80px;
}

.sustain-env-contents._resource .list li + li {
  margin-top: 16px;
}

.sustain-env-contents._resource .list a {
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 20px 20px 20px 64px;
  display: block;
  position: relative;
}

.sustain-env-contents._resource .list a:hover {
  border-color: #DF1B26;
}

.sustain-env-contents._resource .list a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/common/icon_arrow02.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .header .logo {
    padding: 20px 0 20px 32px;
    width: 288px;
  }
  .header .btn-search {
    display: none;
  }
  .header .search-box {
    display: none !important;
  }
  .header .btn-menu {
    display: none;
  }
  .header .menu-box {
    display: none !important;
  }
  .h-nav {
    height: 100%;
  }
  .h-nav ul {
    height: 100%;
  }
  .h-nav ul li {
    height: 100%;
  }
  .h-nav ul li:hover > a:after,
  .h-nav ul li:hover > div > a:after {
    background: #DF1B26;
  }
  .header.fixed .h-nav__link:hover, .header.fixed .h-nav__link:hover:visited, .header.fixed .h-nav__link:hover:hover {
    color: #282828;
  }
  .header-special .logo {
    padding: 20px 32px 20px 32px;
  }
  .header-special .prev a:hover:before {
    left: -8px;
  }
  .btn-spmenu {
    display: none;
  }
  .sp-menu {
    display: none;
  }
  .footer .f-link .list01._sp, .footer-special .f-link .list01._sp, .footer-en .f-link .list01._sp {
    display: none;
  }
  .footer .f-link .list01 .window_item + .window_item, .footer-special .f-link .list01 .window_item + .window_item, .footer-en .f-link .list01 .window_item + .window_item {
    margin-top: 16px;
  }
  .footer .f-link .list02, .footer-special .f-link .list02, .footer-en .f-link .list02 {
    border-top: 1px solid #DBDBDB;
  }
  .footer .f-link .list02 li + li, .footer-special .f-link .list02 li + li, .footer-en .f-link .list02 li + li {
    margin-left: 30px;
  }
  .footer .f-copy .inner, .footer-special .f-copy .inner, .footer-en .f-copy .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-en .list-en li {
    display: inline-block;
  }
  .footer-en .list-en li:not(:last-child):after {
    content: '／';
    margin: 0 3px 0 5px;
  }
  .top-mainv .slide .item {
    margin: 0 20px;
    width: 1240px;
  }
  .top-mainv .slide .slick-arrow:hover {
    background: #DF1B26;
  }
  .top-pickup dl {
    padding: 0 15px;
  }
  .top-pickup dl > div {
    display: flex;
  }
  .top-pickup dl dt a:hover {
    color: #DF1B26;
  }
  .top-pickup dl dt a:hover:after {
    transform: translateX(4px);
  }
  .top-bnr .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .top-bnr .list li a:hover:after {
    transform: translateX(4px);
  }
  .top-bnr .list li a:hover img {
    transform: scale(1.06);
  }
  .top-news .list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top-news .list li {
    width: calc(100% / 3 - 21px);
  }
  .top-news .list li:nth-child(n+4) {
    margin-top: 32px;
  }
  .top-news .list li:nth-child(3n+2):last-child {
    margin-right: 34%;
  }
  .top-news .list a:hover .img img {
    transform: scale(1.06);
  }
  .top-news .list .img {
    max-height: 260px;
  }
  .top-special .slide .item a:hover:after {
    border-color: #DF1B26;
  }
  .top-special .slide .slick-arrow:hover {
    background: #DF1B26;
  }
  .top-search .slide01._sp {
    display: none;
  }
  .top-search .slide01 .item a {
    border: 1px solid #F1F2F6;
  }
  .top-search .slide01 .item a:hover {
    color: #DF1B26;
  }
  .top-search .slide01 .item a:hover dt {
    transform: translateY(-8px);
  }
  .top-search .slide01 .slick-arrow.slick-prev:hover {
    transform: translateX(-5px) rotate(180deg);
  }
  .top-search .slide01 .slick-arrow.slick-next:hover {
    transform: translateX(5px);
  }
  .top-search .slide02 .item a:hover dd {
    background: rgba(40, 40, 40, 0);
  }
  .top-search .slide02 .slick-dots li button.slick-arrow.slick-prev:hover {
    transform: translateX(-5px) rotate(180deg);
  }
  .top-search .slide02 .slick-dots li button.slick-arrow.slick-next:hover {
    transform: translateX(5px);
  }
  .top-search .list li:nth-child(n+5) {
    margin-top: 32px;
  }
  .top-search .list li a:hover dd {
    background: #DF1B26;
  }
  .top-support .blc {
    height: 160px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .top-support .box._01 {
    margin-right: 88px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .top-support .list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-support .list li a:hover {
    background: #F5F5F5;
  }
  .top-sns dl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-sns dl dd a:hover {
    color: #DF1B26;
  }
  .page-title._dtl .ttl {
    min-width: 200px;
  }
  .page-title._dtl .dtl-date-box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .tbl01 th,
  .tbl01 td {
    border: 1px solid #E1E1E1;
  }
  .btm-note {
    text-align: center;
  }
  .contents._dtl img,
  .contents._dtl02 img {
    width: auto;
    max-width: 1000px;
  }
  .contents._dtl .special-cont .special-mainv .pc,
  .contents._dtl02 .special-cont .special-mainv .pc {
    display: block;
  }
  .contents._dtl .special-cont .special-mainv .sp,
  .contents._dtl02 .special-cont .special-mainv .sp {
    display: none;
  }
  .contents._dtl .special-cont a[data-lity],
  .contents._dtl02 .special-cont a[data-lity] {
    display: block;
    position: relative;
  }
  .contents._dtl .special-cont a[data-lity]:before,
  .contents._dtl02 .special-cont a[data-lity]:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: #DF1B26 url("../../img/common/icon_plus.svg") no-repeat 50% 50%/12px 12px;
    border-radius: 20px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    transition: .3s ease;
    z-index: 1;
  }
  .contents._dtl .special-cont .common-row .figure-column._reverse,
  .contents._dtl02 .special-cont .common-row .figure-column._reverse {
    flex-direction: row-reverse;
  }
  .contents._dtl .special-cont .common-row-content._slide,
  .contents._dtl02 .special-cont .common-row-content._slide {
    margin-right: -30px;
  }
  .contents._dtl .special-cont .common-row-content._slide.slick-slider,
  .contents._dtl02 .special-cont .common-row-content._slide.slick-slider {
    margin: 0 -15px;
  }
  .contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-list,
  .contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-list {
    width: 100%;
    overflow: hidden;
  }
  .contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-arrow:hover,
  .contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-arrow:hover {
    background-color: #DF1B26;
  }
  .contents._dtl .special-cont .common-row-content._reverse,
  .contents._dtl02 .special-cont .common-row-content._reverse {
    flex-direction: row-reverse;
  }
  .contents._dtl .dtl-page-box,
  .contents._dtl02 .dtl-page-box {
    text-align: center;
    margin-top: 64px;
  }
  .contents._dtl .dtl-def dl,
  .contents._dtl02 .dtl-def dl {
    display: flex;
    justify-content: center;
  }
  .contents._dtl .dtl-def dl > div,
  .contents._dtl02 .dtl-def dl > div {
    width: 400px;
    display: flex;
    flex-direction: column;
  }
  .contents._dtl .dtl-def dl > div:first-child,
  .contents._dtl02 .dtl-def dl > div:first-child {
    border-left: 1px solid #E1E1E1;
  }
  .contents._dtl .dtl-def dl dt,
  .contents._dtl .dtl-def dl dd,
  .contents._dtl02 .dtl-def dl dt,
  .contents._dtl02 .dtl-def dl dd {
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
  }
  .link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .link-list._col02 li:nth-child(n+3) {
    margin-top: 40px;
  }
  .link-list li:nth-child(n+4) {
    margin-top: 14px;
  }
  .contents._en {
    padding: 64px 0 80px;
  }
  .contents._en + .contents._en {
    padding-top: 80px;
  }
  .download-blc .list li a:hover {
    color: #DF1B26;
  }
  .page-title .prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .page-title .prev._top {
    top: 16px;
    transform: translate(0, 0);
  }
  .page-title .prev a:hover:before {
    left: -8px;
  }
  .page-title .prev + .ttl {
    max-width: 60%;
  }
  .page-title .search-year {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .cards-list .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cards-list .list.slick-slider .slick-list {
    width: 100%;
  }
  .cards-list .list.slick-slider .slick-arrow:hover {
    background-color: #DF1B26;
  }
  .cards-list .list li {
    width: calc(100% / 3 - 21px);
  }
  .cards-list .list li:nth-child(n+4) {
    margin-top: 32px;
  }
  .cards-list .list a:hover img {
    transform: scale(1.1);
  }
  .cards-list .list a:hover[data-lity] .img:before {
    background-color: #282828;
  }
  .cards-list .list a[data-lity] .img {
    position: relative;
  }
  .cards-list .list a[data-lity] .img:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: #DF1B26 url("../../img/common/icon_plus.svg") no-repeat 50% 50%/12px 12px;
    border-radius: 20px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    transition: .3s ease;
    z-index: 1;
  }
  .cards-list .notice {
    text-align: center;
  }
  .cards-list .bottom-link a:hover:after {
    right: 12px;
  }
  .select-wrap:not(:last-child) {
    margin-right: 16px;
  }
  .relation {
    display: flex;
    align-items: flex-start;
  }
  .relation .body {
    max-width: 880px;
    flex: 1 1 0;
    margin-left: 56px;
    padding-left: 56px;
    border-left: 1px solid #E1E1E1;
  }
  .relation .body .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: -20px;
    margin-left: -20px;
  }
  .relation .body .link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
  }
  .relation .body .link li {
    width: 50%;
    padding-right: 40px;
  }
  .relation .body .bnr {
    padding: 0 20px;
  }
  .relation02 .body {
    display: flex;
    align-items: flex-start;
  }
  .relation02 .link {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
  }
  .relation02 .link li {
    width: 50%;
    padding-right: 10px;
  }
  .relation02 .bnr {
    display: flex;
    margin-right: 64px;
  }
  .pager li:not(.prev):not(.next) a:hover {
    background: #282828;
    border: 1px solid #282828;
    color: #fff;
  }
  .pager li.prev:hover:before {
    transform: rotate(180deg) translate(4px, 0);
  }
  .pager li.next:hover:before {
    transform: translate(4px, 0);
  }
  .link-text:hover, .page-search-box-bottomList li a:hover, .contact-top .contact-link-list .item .list a:hover {
    color: #DF1B26;
  }
  .page-search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .special_top_slide .item a:hover:after {
    border-color: #DF1B26;
  }
  .special_top_slide .slick-arrow:hover {
    background: #DF1B26;
  }
  .products-top-new .slick-list {
    margin: 0 -16px;
  }
  .products-top-new .btn {
    margin-top: 68px;
  }
  .products-top-search .slide01._sp {
    display: none;
  }
  .products-top-search .slide01 .item a {
    border: 1px solid #F1F2F6;
  }
  .products-top-search .slide01 .item a:hover {
    color: #DF1B26;
  }
  .products-top-search .slide01 .item a:hover dt {
    transform: translateY(-8px);
  }
  .products-top-search .slide01 .slick-arrow.slick-prev:hover {
    transform: translateX(-5px) rotate(180deg);
  }
  .products-top-search .slide01 .slick-arrow.slick-next:hover {
    transform: translateX(5px);
  }
  .products-top-search .list li:nth-child(n+5) {
    margin-top: 32px;
  }
  .products-top-search .list li a:hover dd {
    background: #DF1B26;
  }
  .products-top-search .list._pens li a:hover dd {
    background: #DF1B26;
  }
  .products-search .entry__blc {
    display: flex;
    justify-content: space-between;
    border: 1px solid #E1E1E1;
  }
  .products-search .entry__blc:last-of-type {
    margin-bottom: 32px;
  }
  .products-search .entry__blc:nth-of-type(n+2) {
    margin-top: -1px;
  }
  .products-search .entry__blc .body {
    border-left: 1px solid #E1E1E1;
  }
  .products-search .list-column03 li:nth-child(n+4) {
    margin-top: 15px;
  }
  .products-search .list-column04 li:nth-child(n+5) {
    margin-top: 15px;
  }
  .products-search .list-inline {
    margin-bottom: -16px;
  }
  .products-search .list-inline:nth-of-type(n+2) {
    margin-top: 16px;
  }
  .products-search-category .list li:nth-child(n+5) {
    margin-top: 32px;
  }
  .products-search-category .list li a:hover dd {
    background: #DF1B26;
  }
  .products-search-category .list._pens li a:hover dd {
    background: #DF1B26;
  }
  .products-detail-list > .item {
    display: flex;
    justify-content: space-between;
  }
  .products-detail-list > .item .left {
    margin-right: 42px;
  }
  .products-detail-list > .item .left .ttl {
    margin: 0 auto 140px;
  }
  .products-detail-list > .item .right {
    width: 762px;
  }
  .products-detail-list > .item .right .type li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .products-detail-list > .item .right .fits-products-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  .products-detail-list > .item .right .fits-products-list .item {
    width: 33%;
    padding: 0 16px;
  }
  .products-detail-list > .item .right .fits-products .more {
    text-align: right;
  }
  .products-category {
    padding: 0;
  }
  .products-category-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .products-category-header .image {
    width: 50%;
  }
  .products-category-header .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
  }
  .products-category-body .blk {
    display: flex;
  }
  .products-category-body .blk .image {
    width: 50%;
  }
  .products-category-lineup {
    padding: 70px 0 0;
  }
  .products-category-lineup-header .blk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .products-category-lineup-header .blk .logo {
    max-width: 300px;
  }
  .products-category-lineup-body-item {
    display: flex;
    justify-content: space-between;
  }
  .products-category-lineup-body-item .left {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .products-category-lineup-body-item .right .type li:last-child {
    padding-right: 100px;
  }
  .products-category-lineup-body-item .right .link-text, .products-category-lineup-body-item .right .page-search-box-bottomList li a, .page-search-box-bottomList li .products-category-lineup-body-item .right a, .products-category-lineup-body-item .right .contact-top .contact-link-list .item .list a, .contact-top .contact-link-list .item .list .products-category-lineup-body-item .right a {
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 12px;
  }
  .products-catalog .inner {
    display: flex;
  }
  .products-catalog .text {
    flex: 1;
    margin-right: 64px;
  }
  .products-catalog .bnr {
    width: 664px;
  }
  .products-catalog .bnr a:hover {
    transform: scale(1.03);
  }
  .products-tab .list a:hover, .products-tab .list span:hover {
    color: #DF1B26;
    border-bottom-color: #DF1B26;
  }
  .products-tab-contents-card-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  .products-tab-contents-card-list > .item {
    margin: 0 16px;
    width: calc(33.33% - 32px);
  }
  .products-tab-contents-card-list > .item:nth-child(n+4) {
    margin-top: 32px;
  }
  .products-tab-contents-card-list > .item a:hover .ttl {
    background: #DF1B26;
  }
  .products-tab-contents-card-list > .item a:hover .image img {
    transform: scale(1.06);
  }
  .products-lineuplist .item {
    max-width: 252px;
  }
  .products-lineuplist .item a:hover .image {
    overflow: hidden;
  }
  .products-lineuplist .item a:hover .image img {
    transform: scale(1.06);
  }
  .products-lineuplist .item .text {
    min-height: 7em;
  }
  .products-lineuplist:not(.slick-slider) {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .products-lineuplist:not(.slick-slider) .item {
    width: 25%;
    max-width: 100%;
    padding: 0 20px;
  }
  .products-lineuplist:not(.slick-slider) .item:nth-child(n+5) {
    margin-top: 40px;
  }
  .products-lineuplist:not(.slick-slider) .item a:hover .img {
    overflow: hidden;
  }
  .products-lineuplist:not(.slick-slider) .item a:hover .img img {
    transform: scale(1.1);
  }
  .products-lineuplist:not(.slick-slider) .item .image {
    height: 230px;
    border-bottom: 1px solid #E1E1E1;
  }
  .products-lineuplist:not(.slick-slider) .item .text {
    min-height: 0em;
  }
  .products-lineuplist02 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .products-lineuplist02 .item {
    margin: 0 20px;
    width: calc(25% - 40px);
  }
  .products-lineuplist02 .item:nth-child(n+5) {
    margin-top: 40px;
  }
  .products-lineuplist02 .item a:hover .img {
    overflow: hidden;
  }
  .products-lineuplist02 .item a:hover .img img {
    transform: scale(1.1);
  }
  .products-lineuplist02 .item .img {
    height: 230px;
    padding: 15px 27px;
    border-bottom: 1px solid #E1E1E1;
  }
  .search-scene-list._slide .slick-arrow.slick-prev:hover {
    transform: translateX(-5px) rotate(180deg);
  }
  .search-scene-list._slide .slick-arrow.slick-next:hover {
    transform: translateX(5px);
  }
  .search-scene-list._slide .slick-dots li button.slick-arrow.slick-prev:hover {
    transform: translateX(-5px) rotate(180deg);
  }
  .search-scene-list._slide .slick-dots li button.slick-arrow.slick-next:hover {
    transform: translateX(5px);
  }
  .search-scene-list .item:nth-child(n+4) {
    margin-top: 21px;
  }
  .search-scene-list .item a:hover dd {
    background: rgba(40, 40, 40, 0);
  }
  .products-search-result-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 64px -20px 60px;
  }
  .products-search-result-list .item {
    margin: 0 20px;
    width: calc(25% - 40px);
  }
  .products-search-result-list .item:nth-child(n+5) {
    margin-top: 40px;
  }
  .products-search-result-list .item a:hover .img {
    overflow: hidden;
  }
  .products-search-result-list .item a:hover .img img {
    transform: scale(1.1);
  }
  .products-search-result-list .item .img {
    height: 230px;
    padding: 15px 27px;
    border-bottom: 1px solid #E1E1E1;
  }
  .news-list {
    margin: 0 -11px -32px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .news-list li {
    width: calc(100% / 3 - 22px);
    margin: 0 11px 32px;
  }
  .news-list a:hover img {
    transform: scale(1.06);
  }
  .news-text-list._no-link ul li {
    padding: 22px 25px;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
  }
  .news-text-list._pdf ul .text {
    padding-right: 25px;
  }
  .news-text-list ul li a {
    padding: 22px 25px;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
  }
  .news-text-list ul li a:hover .text {
    color: #DF1B26;
  }
  .news-text-list ul .text {
    padding-right: 30px;
  }
  .news-text-list ul .text a:hover {
    color: #DF1B26;
  }
  .news-text-list ul .text a:hover:after {
    transform: translateX(4px);
  }
  .news-text-list ul .text .tag {
    margin: -4px 0;
  }
  .news-text-list ul .text .tag:first-of-type {
    margin-left: 16px;
  }
  .company-top-mainv .ttl._en {
    top: 45%;
  }
  .company-top-link-list ul {
    display: flex;
    justify-content: space-between;
  }
  .company-top-link-list li {
    width: calc(100% / 3 - 11px);
  }
  .company-top-link-list a {
    text-align: center;
  }
  .company-top-navi._info .list ul li {
    margin: 0 10px;
    width: 295px;
  }
  .company-top-navi._info .list ul li a {
    padding: 15px;
    white-space: nowrap;
  }
  .company-top-navi._business .list ul li {
    width: 286px;
  }
  .company-top-navi._ir .list ul li {
    width: 295px;
  }
  .company-top-navi._faq .list ul li {
    width: 295px;
  }
  .company-top-navi .list ul {
    margin-top: -32px;
    display: flex;
    justify-content: space-between;
  }
  .company-top-navi .news-text-list {
    margin-top: -32px;
  }
  .company-staff .tbl01 td dl dt {
    width: 120px;
  }
  .company-staff .tbl01 td dl dd {
    position: absolute;
    top: 0;
    left: 134px;
  }
  .company-brand .box-map .text-wrap {
    flex: 1 0 0%;
    margin-right: 40px;
  }
  .company-office .tbl01 th {
    width: 143px;
  }
  .company-office .tbl01 td {
    display: flex;
    justify-content: space-between;
    margin-left: -1px;
    margin-bottom: -1px;
  }
  .company-sale .tbl01 th {
    width: 223px;
  }
  .company-jp._en .tbl01 td dl dt, .company-overseas._en .tbl01 td dl dt {
    width: 190px;
  }
  .company-jp .tbl01 th {
    width: 245px;
  }
  .company-overseas .tbl01 th {
    width: 253px;
  }
  .company-greeting .blc {
    display: flex;
    justify-content: space-between;
  }
  .company-greeting .blc .img {
    width: 320px;
    margin-left: 64px;
  }
  .company-vision .blc {
    padding-bottom: 39px;
    border-bottom: 1px solid #F5F5F5;
  }
  .company-vision .blc .movie iframe {
    max-width: 800px;
    height: 450px;
  }
  .company-vision .btn {
    margin-top: 85px;
  }
  .rd-industrial .box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .rd-industrial .img {
    width: 640px;
    margin-right: 40px;
  }
  .rd-carbon .list li:nth-child(n+4) {
    margin-top: 42px;
  }
  .rd-carbon .list li:nth-child(3n+2):last-child {
    margin-right: calc(34% + 3px);
  }
  .rd-carbon .list h3 a {
    font-size: 16px;
  }
  .rd-carbon-link .list li a {
    font-size: 16px;
  }
  .contents._carbon-dtl dl > div {
    display: flex;
    align-items: center;
  }
  .contents._carbon-dtl dl dt {
    margin-right: 24px;
    min-width: 4.3em;
  }
  .customer-top .search-type-switch li:not(.is-active):hover {
    border-color: #282828;
    background: #282828;
    color: #fff;
  }
  .customer-top .search-type-list .item .text-accordion .text.is-open {
    background: #F5F5F5;
  }
  .customer-top .search-type-list .item .text-accordion .accordion .link a:hover {
    color: #DF1B26;
  }
  .customer-top .search-type-list._col03 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .customer-top .search-type-list._col03 .item {
    width: calc(33.33% - 32px);
    margin: 0 16px;
  }
  .customer-top .search-type-list._col03 .item:nth-child(n+4) {
    margin-top: 32px;
  }
  .customer-top .search-type-list._col04 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .customer-top .search-type-list._col04 .item {
    width: calc(25% - 32px);
    margin: 0 16px;
  }
  .customer-top .search-type-list._col04 .item:nth-child(n+5) {
    margin-top: 32px;
  }
  .customer-top-search-lightbox .ttl .prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .customer-top-search-lightbox .ttl .prev a:hover:before {
    left: -8px;
  }
  .customer-top-search-lightbox .list a:hover {
    border: 2px solid #DF1B26;
    background: #fff url("../../img/common/icon_arrow-long01.svg") no-repeat right 22px bottom 50%/17px 7px;
  }
  .customer-ans .mpuni_qa_body img {
    width: auto;
    max-width: 100%;
  }
  .customer-ans .mpuni_qa_body .width-half {
    width: 50%;
  }
  .contact-top .contact-link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-top .contact-link-list .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .contact-top .search-type-switch li:not(.is-active):hover {
    border-color: #282828;
    background: #282828;
    color: #fff;
  }
  .contact-top .search-type-list .item .text-accordion .text.is-open {
    background: #F5F5F5;
  }
  .contact-top .search-type-list .item .text-accordion .accordion .link a:hover {
    color: #DF1B26;
  }
  .contact-top .search-type-list._col03 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .contact-top .search-type-list._col03 .item {
    width: calc(33.33% - 32px);
    margin: 0 16px;
  }
  .contact-top .search-type-list._col03 .item:nth-child(n+4) {
    margin-top: 32px;
  }
  .contact-top .search-type-list._col04 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .contact-top .search-type-list._col04 .item {
    width: calc(25% - 32px);
    margin: 0 16px;
  }
  .contact-top .search-type-list._col04 .item:nth-child(n+5) {
    margin-top: 32px;
  }
  .search-lightbox .ttl .prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .search-lightbox .ttl .prev a:hover:before {
    left: -8px;
  }
  .search-lightbox .list a:hover {
    border: 2px solid #DF1B26;
    background: #fff url("../../img/common/icon_arrow-long01.svg") no-repeat right 22px bottom 50%/17px 7px;
  }
  .contact-detail .alert-box .link-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .contact-detail .alert-box .link-list li a:hover {
    border: 2px solid #DF1B26;
  }
  .contact-detail .contact-method {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-detail .contact-method .item {
    width: calc(50% - 20px);
  }
  .contact-detail .contact-method .item dd .detail._address {
    padding: 18px 10px;
  }
  .contact-detail .contact-method .item dd .detail._tel {
    padding: 28px 10px;
  }
  .sitemap-box-list-header a:hover {
    border-color: #DF1B26;
  }
  .sitemap-box-list-body {
    min-height: 160px;
  }
  .sitemap-box-list-body ul li a:hover {
    color: #DF1B26;
  }
  .sitemap-box-list-body ul.inline li {
    padding-right: 24px;
  }
  .sitemap-box-list-body ul.col02 li {
    width: 50%;
  }
  .sitemap-box-list-body ul.col02 li:nth-child(n+3) {
    margin-top: 20px;
  }
  .sitemap-box-list-body ul.col03 li {
    width: 33.33%;
  }
  .sitemap-box-list-body ul.col03 li:nth-child(n+4) {
    margin-top: 20px;
  }
  .sitemap-list li a:hover {
    color: #DF1B26;
  }
  .pressroom-tab .list a:hover, .pressroom-tab .list span:hover {
    color: #DF1B26;
    border-bottom-color: #DF1B26;
  }
  .ir-top-info .blc {
    display: flex;
    justify-content: space-between;
  }
  .ir-top-info .box {
    display: flex;
    flex-direction: column;
  }
  .ir-top-info .box .news-text-list {
    margin-bottom: 24px;
  }
  .ir-top-info .box._greeting .inbox > a:hover .link span {
    color: #DF1B26;
  }
  .ir-top-info .box._greeting .inbox > a .text p {
    letter-spacing: 0.05em;
  }
  .ir-top-info .box._greeting .inbox > a .text .link {
    margin-top: 85px;
  }
  .ir-top-info .inbox {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .ir-top-info .link a:hover,
  .ir-top-info .link > span:hover {
    color: #DF1B26;
  }
  .ir-top-infoList .blc {
    display: flex;
    justify-content: space-between;
  }
  .ir-top-infoList .box p {
    min-height: 2.7em;
  }
  .ir-top-infoList .box ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .ir-top-infoList .box ul._01 li {
    width: 37%;
  }
  .ir-top-infoList .box ul._01 li:nth-child(even) {
    width: calc(63% - 24px);
  }
  .ir-top-infoList .box ul._03 li {
    width: 100% !important;
  }
  .ir-top-infoList .box ul li {
    width: 50%;
    margin: 10px 24px 10px 0;
  }
  .ir-top-infoList .box ul li:nth-child(even) {
    margin-right: 0;
    width: calc(50% - 24px);
  }
  .ir-top-bnr .blc {
    display: flex;
    justify-content: space-between;
  }
  .ir-top-bnr .bnr {
    width: calc(50% - 20px);
  }
  .ir-top-bnr .bnr a:hover {
    transform: scale(1.03);
  }
  .ir-top-bnr .bnr h2 {
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .ir-related .inner {
    display: flex;
    justify-content: flex-start;
  }
  .ir-related .list {
    border-left: 1px solid #E1E1E1;
    margin-left: 56px;
    padding: 12px 0 12px 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .ir-library .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ir-library .list li:nth-child(n+4) {
    margin-top: 14px;
  }
  .ir-flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ir-flex-box > *:nth-child(2) {
    flex: 1 0 0%;
    margin-left: 48px;
  }
  .ir-calendar .calendar-box > ul {
    display: flex;
    justify-content: space-between;
  }
  .ir-memo .tbl01 {
    margin-bottom: 80px;
  }
  .ir-memo .def dt {
    font-size: 16px;
  }
  .ir-holders._en .btn {
    margin-top: 121px;
  }
  .ir-holders .big {
    min-width: 700px;
  }
  .ir-holders .big p {
    font-size: 18px;
  }
  .sustain-cmn-nav._en .btn {
    margin-top: 64px;
  }
  .sustain-cmn-nav .list._en a {
    padding-top: 51px !important;
  }
  .sustain-cmn-nav .list._en a:before {
    bottom: 49px;
  }
  .sustain-cmn-nav .list._en a:after {
    bottom: 55px;
  }
  .sustain-cmn-nav .list ul {
    display: flex;
    justify-content: space-between;
  }
  .sustain-cmn-nav .list li {
    width: calc(100% / 3 - 5px);
  }
  .sustain-top .text {
    font-size: 16px;
  }
  .sustain-cmn-mainv._en-social .list ul li {
    height: 72px;
  }
  .sustain-cmn-mainv .img {
    height: 480px;
    overflow: hidden;
  }
  .sustain-cmn-mainv .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .sustain-cmn-mainv .list {
    transform: translateX(-50%);
  }
  .sustain-cmn-mainv .list ul {
    margin-top: -32px;
    display: flex;
    justify-content: center;
  }
  .sustain-contents {
    padding-top: 40px;
    margin-top: 40px;
  }
  .sustain-contents._en p {
    letter-spacing: 0em;
    line-height: 1.71429;
  }
  .sustain-env-policy._en .text-wrap p {
    line-height: 2;
  }
  .sustain-env-policy._en .text-wrap p + p {
    margin-top: 0;
  }
  .sustain-env-policy._en .list ul li {
    width: 272px;
  }
  .sustain-env-policy .list ul {
    display: flex;
    justify-content: center;
  }
  .sustain-env-policy .list ul li a {
    justify-content: center;
  }
  .sustain-env-contents._en .sec .col p {
    letter-spacing: 0em;
    line-height: 1.85714;
  }
  .sustain-env-contents._en .sec .col .def dd {
    letter-spacing: 0em;
    line-height: 1.85714;
  }
  .sustain-env-contents._en .note-box dd {
    line-height: 1.84615;
  }
  .sustain-env-contents .mainv._en p {
    letter-spacing: 0em;
    line-height: 1.85714;
  }
  .sustain-env-contents .mainv h2 {
    transform: translateY(-50%);
  }
  .sustain-env-contents .mainv p {
    max-width: 1240px;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sustain-env-contents .sec .col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sustain-env-contents .sec .col._pd {
    padding: 48px 40px;
  }
  .sustain-env-contents .sec .col > div {
    width: calc(50% - 31px);
  }
  .sustain-env-contents .sec .col > div:not(.img) {
    position: relative;
  }
  .sustain-env-contents .sec-result .wrap {
    padding: 8px 40px 45px;
    min-height: 541px;
  }
  .sustain-env-contents .sec-result .def._pt {
    padding-top: 70px;
  }
  .sustain-env-contents .sec-result .def .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sustain-env-contents .sec-result .def .col > div {
    width: calc(50% - 15px);
  }
  .sustain-env-contents .sec-result .def .col > div._reverse {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .sustain-env-contents .sec-result .def .col > div._reverse dt {
    line-height: 1.75;
    width: 265px;
    margin-left: 31px;
    order: 2;
  }
  .sustain-env-contents .sec-result .def .col > div._reverse dd {
    width: 224px;
    order: 1;
  }
  .sustain-env-contents .sec-result .def dd {
    font-size: 16px;
    line-height: 1.875;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .lity-content {
    padding: 27px 0;
  }
  .header {
    min-width: auto;
    height: 56px;
  }
  .header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .logo a {
    width: 66px;
  }
  .h-nav {
    display: none;
  }
  .h-nav02 {
    display: none;
  }
  .header-special {
    min-width: auto;
    height: 56px;
  }
  .header-special .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header-special .logo a {
    width: 66px;
  }
  .header._en {
    justify-content: flex-end;
  }
  .footer .f-link .list01._pc, .footer-special .f-link .list01._pc, .footer-en .f-link .list01._pc {
    display: none;
  }
  .footer .f-link .list01 .window_item, .footer-special .f-link .list01 .window_item, .footer-en .f-link .list01 .window_item {
    padding: 24px 0;
  }
  .footer .f-link .list01 .window_item a, .footer-special .f-link .list01 .window_item a, .footer-en .f-link .list01 .window_item a {
    padding: 10px 8px;
  }
  .footer .f-link .list01 .window_item a:after, .footer-special .f-link .list01 .window_item a:after, .footer-en .f-link .list01 .window_item a:after {
    width: 10px;
    height: 7px;
    top: calc(50% - 4px);
    right: 8px;
  }
  .footer .f-link .list01 .window_item a .jp, .footer-special .f-link .list01 .window_item a .jp, .footer-en .f-link .list01 .window_item a .jp {
    font-size: 10px;
  }
  .footer .f-link .list01 .window_item a .en, .footer-special .f-link .list01 .window_item a .en, .footer-en .f-link .list01 .window_item a .en {
    font-size: 10px;
    margin-top: 2px;
  }
  .footer .f-link .list02, .footer-special .f-link .list02, .footer-en .f-link .list02 {
    padding: 14px 0 16px;
  }
  .footer .f-link .list02 li, .footer-special .f-link .list02 li, .footer-en .f-link .list02 li {
    margin: 0 15px;
  }
  .footer .f-link .list02 li a, .footer-special .f-link .list02 li a, .footer-en .f-link .list02 li a {
    padding: 10px 0 10px 10px;
  }
  .footer .f-copy, .footer-special .f-copy, .footer-en .f-copy {
    padding: 27px 0;
  }
  .footer .f-copy .logo, .footer-special .f-copy .logo, .footer-en .f-copy .logo {
    width: 140px;
    height: 15px;
  }
  .footer .f-copy p, .footer-special .f-copy p, .footer-en .f-copy p {
    font-size: 10px;
    margin-top: 16px;
  }
  .footer-en {
    padding-top: 36px;
  }
  .footer-en .f-link {
    padding-bottom: 38px;
  }
  .footer-en .list-en + .list-en {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #DCDCDC;
  }
  .footer-en .list-en li + li {
    margin-top: 17px;
  }
  .footer-en .list-en li a {
    font-weight: 500;
  }
  .footer-en .f-copy .logo {
    width: 283px;
    height: 18px;
  }
  .top-mainv {
    width: 100%;
    padding: 0 20px;
  }
  .top-mainv .slide .item {
    width: calc(100vw - 40px);
  }
  .top-mainv .slide .slick-dots {
    bottom: 16px;
  }
  .top-pickup {
    padding-top: 24px;
  }
  .top-pickup .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0 0 20px;
  }
  .top-pickup dl dd {
    display: inline-block;
  }
  .top-pickup dl dt {
    margin-top: 10px;
  }
  .top-pickup dl dt a {
    line-height: 1.75;
    padding-right: 45px;
  }
  .top-bnr {
    padding: 25px 0 40px;
  }
  .top-bnr__big {
    padding: 23px 0;
  }
  .top-bnr .list li {
    width: 100%;
    height: 104px;
  }
  .top-bnr .list li + li {
    margin-top: 20px;
  }
  .top-bnr .list li a:after {
    right: 15px;
  }
  .top-bnr .list li .text {
    padding: 7px 15px;
    min-width: 200px;
  }
  .top-bnr .list li .text .jp {
    font-size: 18px;
  }
  .top-news {
    padding: 35px 0 56px;
  }
  .top-news .list {
    margin-top: 30px;
  }
  .top-news .list li {
    width: 100%;
  }
  .top-news .list li:nth-child(n+2) {
    margin-top: 32px;
  }
  .top-news .list .img {
    height: 63vw;
  }
  .top-news .list dl dd.tag {
    margin-left: 13px;
  }
  .top-special {
    border-top: 1px solid #F5F5F5;
    padding: 56px 0;
  }
  .top-special .slide {
    margin: 32px 16px 0;
  }
  .top-special .slide .item {
    margin: 0 12px;
  }
  .top-special .slide .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .top-special .slide .slick-arrow.slick-prev {
    left: -4px;
  }
  .top-special .slide .slick-arrow.slick-next {
    right: -4px;
  }
  .top-search {
    padding: 56px 0;
  }
  .top-search .blcWrap .blc {
    padding: 32px 0 48px;
  }
  .top-search .blcWrap .blc + .blc {
    padding: 48px 0;
  }
  .top-search .slide01:not(._sp) {
    display: none;
  }
  .top-search .slide01._sp .itemWrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top-search .slide01._sp .item {
    width: 50%;
    height: 236px;
  }
  .top-search .slide01 .item:nth-child(odd) {
    border-right: 1px solid #F1F2F6;
  }
  .top-search .slide01 .item:nth-child(n-2) {
    border-bottom: 1px solid #F1F2F6;
  }
  .top-search .slide01 .item dt {
    height: 132px;
  }
  .top-search .slide01 .item dd {
    margin-top: 20px;
  }
  .top-search .slide01 .slick-dots {
    margin-top: 30px;
  }
  .top-search .slide02 .slick-list {
    overflow: visible;
  }
  .top-search .slide02 .item {
    margin: 0 5px;
  }
  .top-search .slide02 .item dd {
    font-size: 20px;
  }
  .top-search .list li {
    width: calc(50% - 7px);
  }
  .top-search .list li:nth-child(n+3) {
    margin-top: 20px;
  }
  .top-support {
    padding: 55px 0;
  }
  .top-support .box._01 .text {
    margin-top: 30px;
  }
  .top-support .list {
    width: 100%;
    margin-top: 30px;
  }
  .top-support .list li {
    width: 100%;
    height: 132px;
  }
  .top-support .list li:nth-child(2) {
    margin-top: -1px;
  }
  .top-sns {
    padding: 40px 0;
  }
  .top-sns dl {
    text-align: center;
  }
  .top-sns dl dt {
    font-size: 14px;
    text-align: center;
    margin: 0 0 30px;
  }
  .top-sns dl dd {
    margin: 0 19px;
    display: inline-block;
  }
  .top-sns dl dd a {
    font-size: 14px;
    text-align: center;
  }
  .top-sns dl dd .img {
    width: 35px;
    height: 24px;
    display: block;
    margin: 0 auto 8px;
  }
  .wrapper {
    min-width: auto;
    padding-top: 76px;
  }
  .inner {
    padding: 0;
    width: 100%;
    padding: 0 20px;
  }
  .pagetop {
    right: 16px;
    bottom: 16px;
  }
  .ttl01 .jp {
    font-size: 24px;
  }
  .ttl01 .jp:after {
    width: 70px;
  }
  .ttl01 .en {
    margin-top: 16px;
  }
  .ttl02,
  .contents._carbon-dtl h2 {
    font-size: 20px;
    line-height: 1.7;
    padding: 3px 0 3px 20px;
    margin-bottom: 24px;
    border-left-width: 4px;
  }
  .ttl02:not(:first-child),
  .contents._carbon-dtl h2:not(:first-child) {
    margin-top: 32px;
  }
  .ttl03,
  .contents._dtl h2:not(.ttl02) {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .ttl03:not(:first-child),
  .contents._dtl h2:not(.ttl02):not(:first-child) {
    margin-top: 32px;
  }
  .ttl03._small,
  .contents._dtl h2:not(.ttl02)._small {
    padding: 8px 16px;
  }
  .contents._carbon-dtl h3,
  .customer-ans h4 {
    font-size: 14px;
    line-height: 1.5;
    padding: 9px 20px;
    margin: 0 -20px 24px;
  }
  .ttl04,
  .contents._dtl h3 {
    font-size: 18px;
    line-height: 1.55556;
    padding: 0 0 0 20px;
    margin-bottom: 24px;
    border-left: none;
    position: relative;
  }
  .ttl04:before,
  .contents._dtl h3:before {
    content: '';
    width: 4px;
    height: 100%;
    display: block;
    background: #DF1B26;
    position: absolute;
    left: 0;
    top: 0;
  }
  .ttl04:not(:first-child),
  .contents._dtl h3:not(:first-child) {
    margin-top: 32px;
  }
  .ttl05,
  .contents._dtl h4 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .ttl05:not(:first-child),
  .contents._dtl h4:not(:first-child) {
    margin-top: 32px;
  }
  .ttl07 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 27px;
  }
  .btn {
    margin-top: 40px;
  }
  .btn._large a {
    width: calc(100% - 40px);
    max-width: 400px;
    padding: 16px 35px 16px 16px;
    justify-content: space-between;
  }
  .btn._search {
    width: 100%;
    max-width: 335px;
  }
  .btn._only {
    margin-bottom: 40px;
  }
  .page-title._en .prev + .ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .page-title .ttl01 .jp {
    font-size: 28px;
  }
  .page-title .ttl01 .en {
    font-size: 20px;
  }
  .page-title .select-year {
    margin-top: 24px;
  }
  .page-title .search-year:last-child {
    margin-bottom: 15px;
  }
  .page-title._dtl .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-title._dtl .ttl {
    text-align: left;
    order: 1;
    margin-top: 0;
  }
  .page-title._dtl .prev {
    margin-bottom: 15px;
  }
  .page-title._dtl .dtl-date-box {
    justify-content: center;
    margin-top: 15px;
    width: 100%;
    order: 3;
  }
  .page-title._dtl .dtl-date-box .dtl-date {
    margin: 0 15px;
  }
  .page-title._dtl .select-year {
    width: 100%;
    order: 2;
  }
  .tbl01 {
    margin: 0 -20px;
  }
  .tbl01 th,
  .tbl01 td {
    margin-top: -1px;
    padding: 9px 20px;
    display: block;
  }
  .tbl01 th {
    width: 100%;
  }
  .tbl01 td {
    padding: 22px 20px 32px;
  }
  .tbl01._img {
    width: 100% !important;
  }
  .tbl01._img td {
    width: 100% !important;
    height: auto !important;
    padding: 10px 20px;
  }
  .tbl01._img tr:not(:first-child) td:first-child {
    padding-top: 35px;
  }
  .tbl02 {
    overflow-x: scroll;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .tbl02 .tbl02_inner {
    padding-right: 20px;
    width: 900px;
  }
  .tbl02 th,
  .tbl02 td {
    padding: 9px 20px;
  }
  .tbl02 td {
    padding: 12px 15px;
  }
  .btm-note {
    margin-top: 32px;
  }
  .page-title._dtl .dtl-prev,
  .contents._dtl .dtl-prev {
    margin-right: auto;
  }
  .page-title._dtl .dtl-next,
  .contents._dtl .dtl-next {
    margin-left: auto;
  }
  .contents._dtl b,
  .contents._dtl02 b {
    font-size: 16px;
  }
  .contents._dtl .tag-list,
  .contents._dtl02 .tag-list {
    margin-bottom: 10px;
  }
  .contents._dtl h1,
  .contents._dtl02 h1 {
    font-size: 22px;
    line-height: 1.54545;
  }
  .contents._dtl .info-cont,
  .contents._dtl02 .info-cont {
    margin-top: 40px;
  }
  .contents._dtl .info-cont .info-mainv,
  .contents._dtl02 .info-cont .info-mainv {
    width: 100vw;
    height: auto;
    margin: 0 -20px 40px;
  }
  .contents._dtl .info-cont .info-mainv img,
  .contents._dtl02 .info-cont .info-mainv img {
    width: 100%;
  }
  .contents._dtl .info-cont .ttl03,
  .contents._dtl .info-cont .ttl04,
  .contents._dtl .info-cont .ttl05,
  .contents._dtl02 .info-cont .ttl03,
  .contents._dtl02 .info-cont .ttl04,
  .contents._dtl02 .info-cont .ttl05 {
    margin-top: 50px;
  }
  .contents._dtl .info-cont .text,
  .contents._dtl02 .info-cont .text {
    line-height: 2;
  }
  .contents._dtl .info-cont .img,
  .contents._dtl02 .info-cont .img {
    margin-top: 32px;
  }
  .contents._dtl .info-cont p,
  .contents._dtl02 .info-cont p {
    line-height: 2;
  }
  .contents._dtl .info-cont a.download,
  .contents._dtl02 .info-cont a.download {
    margin-top: 15px;
  }
  .contents._dtl .info-cont table,
  .contents._dtl02 .info-cont table {
    margin: 42px auto;
  }
  .contents._dtl .special-cont .special-mainv,
  .contents._dtl02 .special-cont .special-mainv {
    margin-bottom: 24px;
  }
  .contents._dtl .special-cont .special-mainv .pc,
  .contents._dtl02 .special-cont .special-mainv .pc {
    display: none;
  }
  .contents._dtl .special-cont .special-mainv .sp,
  .contents._dtl02 .special-cont .special-mainv .sp {
    display: block;
  }
  .contents._dtl .special-cont .sns-list,
  .contents._dtl02 .special-cont .sns-list {
    margin-bottom: 40px;
  }
  .contents._dtl .special-cont a[data-lity],
  .contents._dtl02 .special-cont a[data-lity] {
    pointer-events: none;
  }
  .contents._dtl .special-cont a.download,
  .contents._dtl02 .special-cont a.download {
    margin-top: 15px;
  }
  .contents._dtl .special-cont .common-row:not(._slide),
  .contents._dtl02 .special-cont .common-row:not(._slide) {
    margin: 56px auto;
  }
  .contents._dtl .special-cont .common-row + .common-row,
  .contents._dtl02 .special-cont .common-row + .common-row {
    margin-top: -28px;
  }
  .contents._dtl .special-cont .common-row .figure-column,
  .contents._dtl02 .special-cont .common-row .figure-column {
    margin-right: -10px;
    margin-left: -10px;
  }
  .contents._dtl .special-cont .common-row .figure-column .img,
  .contents._dtl .special-cont .common-row .figure-column .detail,
  .contents._dtl02 .special-cont .common-row .figure-column .img,
  .contents._dtl02 .special-cont .common-row .figure-column .detail {
    width: 100%;
    padding: 0 10px;
  }
  .contents._dtl .special-cont .common-row .figure-column .img,
  .contents._dtl02 .special-cont .common-row .figure-column .img {
    width: 100vw;
    padding: 0;
    margin: 0 -10px;
  }
  .contents._dtl .special-cont .common-row .figure-column .detail,
  .contents._dtl02 .special-cont .common-row .figure-column .detail {
    margin-top: 1.5em;
  }
  .contents._dtl .special-cont .common-row-content._slide,
  .contents._dtl02 .special-cont .common-row-content._slide {
    width: 100%;
  }
  .contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-list,
  .contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-list {
    overflow: visible;
    visibility: visible;
  }
  .contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-track,
  .contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-track {
    margin-right: -40px;
  }
  .contents._dtl .special-cont .common-row-content._slide.slick-slider .slick-slide,
  .contents._dtl02 .special-cont .common-row-content._slide.slick-slider .slick-slide {
    margin: 0 8px;
  }
  .contents._dtl .special-cont .common-row-content._col01 .item:nth-child(n+2),
  .contents._dtl02 .special-cont .common-row-content._col01 .item:nth-child(n+2) {
    margin-top: 32px;
  }
  .contents._dtl .special-cont .common-row-content._col02,
  .contents._dtl02 .special-cont .common-row-content._col02 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .contents._dtl .special-cont .common-row-content._col02 .item,
  .contents._dtl02 .special-cont .common-row-content._col02 .item {
    width: 100%;
    padding: 0 10px;
  }
  .contents._dtl .special-cont .common-row-content._col02 .item:nth-child(n+3),
  .contents._dtl02 .special-cont .common-row-content._col02 .item:nth-child(n+3) {
    margin-top: 32px;
  }
  .contents._dtl .special-cont .common-row-content._col02 .item:nth-child(n+2),
  .contents._dtl02 .special-cont .common-row-content._col02 .item:nth-child(n+2) {
    margin-top: 32px;
  }
  .contents._dtl .special-cont .common-row-content._col03,
  .contents._dtl02 .special-cont .common-row-content._col03 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .contents._dtl .special-cont .common-row-content._col03 .item,
  .contents._dtl02 .special-cont .common-row-content._col03 .item {
    padding: 0 5px;
  }
  .contents._dtl .special-cont .common-row-content._col03 .item:nth-child(n+4),
  .contents._dtl02 .special-cont .common-row-content._col03 .item:nth-child(n+4) {
    margin-top: 32px;
  }
  .contents._dtl .special-cont .common-row-content._col04,
  .contents._dtl02 .special-cont .common-row-content._col04 {
    margin-right: -7px;
    margin-left: -7px;
  }
  .contents._dtl .special-cont .common-row-content._col04 .item,
  .contents._dtl02 .special-cont .common-row-content._col04 .item {
    width: 50%;
    padding: 0 7px;
  }
  .contents._dtl .special-cont .common-row-content._col04 .item:nth-child(n+5),
  .contents._dtl02 .special-cont .common-row-content._col04 .item:nth-child(n+5) {
    margin-top: 32px;
  }
  .contents._dtl .special-cont .common-row-content._col04 .item:nth-child(n+3),
  .contents._dtl02 .special-cont .common-row-content._col04 .item:nth-child(n+3) {
    margin-top: 32px;
  }
  .contents._dtl .special-cont p,
  .contents._dtl02 .special-cont p {
    line-height: 2;
  }
  .contents._dtl .dtl-page-box,
  .contents._dtl02 .dtl-page-box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contents._dtl .dtl-page-box .dtl-back,
  .contents._dtl02 .dtl-page-box .dtl-back {
    margin: 0 15px;
  }
  .contents._dtl .dtl-def,
  .contents._dtl02 .dtl-def {
    margin-top: 40px;
  }
  .contents._dtl .dtl-def dl > div,
  .contents._dtl02 .dtl-def dl > div {
    width: 100%;
    border: 1px solid #E1E1E1;
  }
  .link-list._col02 li {
    width: 100%;
  }
  .link-list._col02 li + li {
    margin-top: 24px;
  }
  .link-list._col02 li a {
    min-height: 120px;
  }
  .link-list li {
    width: 100%;
  }
  .link-list li + li {
    margin-top: 24px;
  }
  .link-list a {
    padding: 17px 15px 22px;
  }
  .link-list h2 {
    font-size: 18px;
  }
  .link-list p {
    margin-top: 14px;
  }
  .contents._dtl._pressrrom h1 {
    margin-bottom: 20px;
  }
  .contents._dtl._pressrrom .info-cont {
    margin-top: 0;
  }
  .contents._dtl._pressrrom .info-cont .info-mainv {
    margin: 40px -20px;
  }
  .contents._dtl._pressrrom .info-cont .img {
    margin: 40px auto;
  }
  .contents._dtl._special {
    margin-top: 0;
  }
  .download-blc {
    margin-top: 25px;
  }
  .dtl-download-blc {
    margin-bottom: 65px;
  }
  #err-msg {
    font-size: 15px;
    padding: 10px 0 60px;
  }
  .table-sp-scroll {
    overflow-x: scroll;
    padding-left: 20px;
  }
  .table-sp-scroll table {
    width: 600px !important;
    margin-bottom: 15px;
  }
  .table-sp-scroll table th, .table-sp-scroll table td {
    display: table-cell;
    border: 1px solid #E1E1E1;
  }
  .table-sp-scroll table th {
    width: 200px;
  }
  .table-sp-scroll .tbl02 th, .table-sp-scroll .tbl02 td {
    padding: 5px 10px;
  }
  img.auto {
    width: auto;
  }
  .page-title {
    margin-top: -20px;
    padding: 25px 0;
  }
  .page-title._top {
    padding: 40px 0;
  }
  .page-title._pressroom .ttl:before {
    width: 15px;
    height: 12px;
    margin-right: 10px;
  }
  .page-title .inner {
    display: block;
  }
  .page-title .ttl {
    margin-top: 24px;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
  }
  .page-title .ttl:first-child {
    margin-top: 0;
  }
  .page-title .ttl .small {
    margin-top: 4px;
  }
  .page-title .prev a {
    margin-top: 10px;
    padding-left: 24px;
  }
  .page-title .search-keyword {
    margin-top: 32px;
  }
  .page-title .search-keyword input[type=text] {
    padding: 16px 50px 16px 18px;
    font-size: 16px;
  }
  .page-title .search-year {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .breadcrumb {
    padding: 12px 20px;
  }
  .breadcrumb ul {
    padding: 12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .contents {
    padding: 40px 0 20px;
  }
  .contents + .contents {
    padding: 56px 0;
  }
  .cards-list .list.slick-slider .slick-list {
    margin: 0 -10px;
  }
  .cards-list .list.slick-slider .slick-slide {
    margin: 0 10px;
  }
  .cards-list .list.slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .cards-list .list.slick-slider .slick-arrow.slick-next {
    right: 0;
  }
  .cards-list .list li {
    width: 100%;
  }
  .cards-list .list li:nth-child(n+2) {
    margin-top: 32px;
  }
  .cards-list .list a[data-lity] {
    pointer-events: none;
  }
  .cards-list .list dl {
    padding: 24px;
  }
  .cards-list .list dl dd.tag {
    margin-left: 13px;
  }
  .cards-list .notice {
    margin: 32px auto 40px;
  }
  .cards-list .bottom-link a {
    padding: 24px 8px;
  }
  .select-wrap {
    display: block;
  }
  .select-wrap::before {
    border-left: 1px solid #282828;
    border-bottom: 1px solid #282828;
  }
  .select-wrap:nth-of-type(n+2) {
    margin: 16px auto;
  }
  .select-wrap select {
    font-size: 16px;
  }
  .relation .body .top {
    margin-bottom: 38px;
  }
  .relation .body .link li:nth-child(n+2) {
    margin-top: 24px;
  }
  .relation .body .bnr {
    margin-top: 30px;
  }
  .relation .body .bnr a {
    max-width: 350px;
    margin: auto;
  }
  .relation02 {
    padding: 40px 0;
  }
  .relation02 .link li:nth-child(n+2) {
    margin-top: 24px;
  }
  .relation02 .bnr {
    margin-bottom: 30px;
  }
  .relation02 .bnr a {
    max-width: 350px;
    margin: auto;
  }
  .relation02 .bnr a:nth-child(n+2) {
    margin: 24px auto 0;
  }
  .search-condition {
    margin-bottom: 30px;
  }
  .search-condition .detail .item {
    flex-wrap: wrap;
  }
  .search-num-area {
    margin-bottom: 32px;
    padding-bottom: 12px;
  }
  .search-num-area .keyword {
    margin: 4px 16px 4px 0;
  }
  .search-num-area .result {
    margin: 4px 0;
  }
  .pager {
    display: flex;
    justify-content: center;
  }
  .pager .pagination {
    padding-bottom: 30px;
    min-width: 220px;
  }
  .pager li.prev {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pager li.next {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .page-search-box {
    margin: 38px -20px 36px;
    padding: 27px 20px 30px;
  }
  .page-search-box .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-search-box .search-keyword input[type=text] {
    padding: 15px 18px;
    font-size: 16px;
  }
  .page-search-box .search-keyword .search-btn {
    background: url("../../img/common/icon_search.svg") no-repeat 50% 50%/20px 20px;
  }
  .page-search-box-bottomList {
    margin-top: -20px;
  }
  .page-search-box-bottomList li {
    width: 100%;
    margin: 10px 0;
    text-align: right;
  }
  .search-result {
    padding-top: 0;
  }
  .search-result .body {
    margin: 50px auto;
  }
  .search-result-list .result-list {
    margin: 50px auto;
  }
  .search-result-list .result-article {
    padding: 40px 0;
  }
  .search-result-list .result-article .ttl {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .search-result-list .result-article .ttl .new {
    margin-left: 6px;
    padding: 4px 8px;
    font-size: 13px;
  }
  .search-result-list .result-article .ttl .date.new:after {
    margin-left: 6px;
    padding: 4px 8px;
    font-size: 13px;
  }
  .search-result-list .result-article .url {
    font-size: 14px;
  }
  .special_top_slide {
    margin: 32px 16px 0;
  }
  .special_top_slide .item {
    margin: 0 12px;
  }
  .special_top_slide .item .blk:nth-child(n+2) {
    margin-top: 24px;
  }
  .special_top_slide .item img {
    width: 280px;
  }
  .special_top_slide .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .special_top_slide .slick-arrow.slick-prev {
    left: -4px;
  }
  .special_top_slide .slick-arrow.slick-next {
    right: -4px;
  }
  .special_top_museum .museum_ttl {
    width: 265px;
    margin: 0 auto 38px;
  }
  .special_top_museum .museum_text {
    line-height: 1.71429;
    letter-spacing: 0em;
  }
  .special_top_museum .museum_list {
    margin: 24px -16px -16px;
  }
  .contents.special_top_lakit {
    padding: 30px 0 48px;
  }
  .contents.special_top_lakit .lakit_ttl img {
    width: 240px;
  }
  .contents.special_top_lakit .lakit_sttl {
    font-size: 20px;
    line-height: 1.45;
  }
  .contents.special_top_lakit .lakit_text {
    letter-spacing: 0.03em;
  }
  .contents.special_top_lakit #lakit_slide .item {
    margin: 0 5px;
  }
  .products-top-new .news-list li:nth-child(n+2) {
    margin-top: 0px;
  }
  .products-top-search .blcWrap .blc {
    padding: 32px 0 48px;
  }
  .products-top-search .blcWrap .blc + .blc {
    padding: 48px 0;
  }
  .products-top-search .slide01:not(._sp) {
    display: none;
  }
  .products-top-search .slide01._sp .itemWrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .products-top-search .slide01._sp .item {
    width: 50%;
    height: 236px;
  }
  .products-top-search .slide01 .item:nth-child(odd) {
    border-right: 1px solid #F1F2F6;
  }
  .products-top-search .slide01 .item:nth-child(n-2) {
    border-bottom: 1px solid #F1F2F6;
  }
  .products-top-search .slide01 .item dt {
    height: 132px;
  }
  .products-top-search .slide01 .item dd {
    margin-top: 20px;
  }
  .products-top-search .slide01 .slick-dots {
    margin-top: 30px;
  }
  .products-top-search .list li {
    width: calc(50% - 7px);
  }
  .products-top-search .list li:nth-child(n+3) {
    margin-top: 20px;
  }
  .products-top-search .list._pens li {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .products-top-search .list._pens li:nth-child(n+2) {
    margin-top: 20px;
  }
  .products-search .entry {
    margin: 32px auto;
  }
  .products-search .entry__blc .head {
    text-align: left;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 13px 20px;
  }
  .products-search .entry__blc .body {
    width: 100%;
    padding: 16px 0 32px;
  }
  .products-search .entry .discontinue {
    margin: 0px auto 32px;
  }
  .products-search .entry .discontinue label {
    display: inline-block;
  }
  .products-search .list-column03 {
    display: block;
  }
  .products-search .list-column03 li {
    width: 100%;
    padding: 16px 5px;
    border-bottom: 1px solid #E1E1E1;
    line-height: 1.4;
  }
  .products-search .list-column03 li:first-child {
    padding-top: 8px;
  }
  .products-search .list-column04 {
    display: block;
  }
  .products-search .list-column04 li {
    width: 100%;
    padding: 16px 5px;
    border-bottom: 1px solid #E1E1E1;
    line-height: 1.4;
  }
  .products-search .list-column04 li:first-child {
    padding-top: 8px;
  }
  .products-search .list-inline li {
    display: block;
    margin: 0;
    padding: 16px 5px;
    border-bottom: 1px solid #E1E1E1;
    line-height: 1.4;
  }
  .products-search .list-inline li:first-child {
    padding-top: 8px;
  }
  .products-search input[type=text],
  .products-search input[type=mail],
  .products-search input[type=tel] {
    padding: 16px 18px;
    font-size: 16px;
  }
  .products-search input[type=text] + p,
  .products-search input[type=mail] + p,
  .products-search input[type=tel] + p {
    font-size: 12px;
  }
  .products-search input[type="checkbox"] + label {
    display: block;
  }
  .products-search-category .list li {
    width: calc(50% - 7px);
  }
  .products-search-category .list li:nth-child(n+3) {
    margin-top: 20px;
  }
  .products-search-category .list._pens li {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .products-search-category .list._pens li:nth-child(n+2) {
    margin-top: 20px;
  }
  .products-search-category .list._green li {
    width: calc(50% - 7px);
  }
  .products-search-category .list._green li:nth-child(n+3) {
    margin-top: 20px;
  }
  .products-search-category .list._green li dd {
    font-size: 12px;
    padding: 9px 3px;
  }
  .products-sort {
    margin: 0 -20px 50px;
    padding: 24px 20px;
  }
  .products-sort .select-wrap select {
    min-width: 100%;
  }
  .products-detail-list > .item {
    margin: 48px -20px 0;
    padding: 0 20px 48px;
    display: block !important;
  }
  .products-detail-list > .item .left figure {
    margin: 60px auto;
    text-align: center;
  }
  .products-detail-list > .item .left figure img {
    max-width: 100%;
    width: auto;
  }
  .products-detail-list > .item .right .meta {
    padding: 0 8px;
  }
  .products-detail-list > .item .right .meta .desc {
    margin-top: 5px;
  }
  .products-detail-list > .item .right .meta .price {
    margin-right: 16px;
  }
  .products-detail-list > .item .right .type li {
    padding: 12px 8px;
  }
  .products-detail-list > .item .right .type dl:nth-child(n+2) {
    margin: 10px auto 0;
  }
  .products-detail-list > .item .right .fits-products {
    padding: 0 8px;
  }
  .products-detail-list > .item .right .fits-products .hidden .fits-products-list .item {
    margin-top: 40px;
  }
  .products-detail-list > .item .right .fits-products-list .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .products-scene .cards-list:not(:last-child) {
    margin-bottom: 56px;
  }
  .products-scene hr {
    margin: 48px 0;
  }
  .products-category {
    padding: 0;
  }
  .products-category-header .image {
    padding: 35px 20px;
  }
  .products-category-header .image img {
    max-height: 200px;
  }
  .products-category-header .text {
    padding: 48px 20px;
  }
  .products-category-header .text .logo {
    margin-bottom: 32px;
  }
  .products-category-header .text .ttl {
    margin-bottom: 24px;
    font-size: 22px;
  }
  .products-category-body .blk {
    margin-bottom: 48px;
  }
  .products-category-body .blk:not(:last-child) {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
  .products-category-body .blk .image {
    margin: 0 auto 32px;
  }
  .products-category-lineup {
    padding: 40px 0 0;
  }
  .products-category-lineup-header {
    margin-bottom: 42px;
  }
  .products-category-lineup-header .blk {
    margin-bottom: 24px;
  }
  .products-category-lineup-header .blk .logo {
    margin: 0 0 32px;
  }
  .products-category-lineup-header .blk .ttl {
    font-size: 22px;
  }
  .products-category-lineup-header .desc p {
    margin-bottom: 28px;
  }
  .products-category-lineup-body .products-tab .list {
    overflow: scroll;
    justify-content: flex-start;
  }
  .products-category-lineup-body .products-tab .list li {
    max-width: 100%;
  }
  .products-category-lineup-body .products-tab .list li a,
  .products-category-lineup-body .products-tab .list li span {
    padding: 0 15px 14px;
  }
  .products-category-lineup-body-item {
    padding: 48px 0;
    flex-direction: column;
  }
  .products-category-lineup-body-item .left {
    margin: 0 0 32px;
  }
  .products-category-lineup-body-item .left img {
    max-height: 210px;
  }
  .products-category-lineup-body-item .left .new {
    font-size: 12px;
    padding: 4px 6px;
    top: -28px;
    left: 0;
  }
  .products-category-lineup-body-item .left .copyright {
    margin-top: 20px;
  }
  .products-category-lineup-body-item .right .meta {
    padding: 0px 14px 20px;
  }
  .products-category-lineup-body-item .right .type li {
    padding: 18px 14px;
  }
  .products-category-lineup-body-item .right .type li dl {
    margin-right: 16px;
    line-height: 1.85714;
  }
  .products-category-lineup-body-item .right .type li dl:not(:last-child) {
    margin-right: 27px;
  }
  .products-category-lineup-body-item .right .type li dl dd {
    word-break: normal;
  }
  .products-category-lineup-body-item .right .link-text, .products-category-lineup-body-item .right .page-search-box-bottomList li a, .page-search-box-bottomList li .products-category-lineup-body-item .right a, .products-category-lineup-body-item .right .contact-top .contact-link-list .item .list a, .contact-top .contact-link-list .item .list .products-category-lineup-body-item .right a {
    margin: 5px 12px 0;
  }
  .products-brand-visual {
    padding-bottom: 40px;
  }
  .products-brand-visual .text {
    margin-top: 24px;
  }
  .products-brand-content {
    padding: 40px 0;
  }
  .products-catalog .bnr {
    margin-top: 40px;
  }
  .products-catalog .bnr a {
    min-height: 104px;
    padding: 13px;
  }
  .products-catalog .bnr a::before {
    width: 14px;
    height: 10px;
    top: 16px;
    right: 16px;
  }
  .products-catalog .bnr .image {
    width: 77px;
    margin-right: 15px;
  }
  .products-catalog .bnr .body .ttl {
    font-size: 16px;
  }
  .products-catalog .bnr .body p {
    font-size: 12px;
  }
  .products-tab {
    margin-bottom: 50px;
  }
  .products-tab:not(:first-child) {
    margin-top: 40px;
  }
  .products-tab .list {
    margin: 0 -20px;
  }
  .products-tab .list li {
    display: flex;
    max-width: 33.33%;
  }
  .products-tab .list a, .products-tab .list span {
    width: 100%;
    padding: 0 5px 14px;
    border-bottom-width: 3px;
    font-size: 13px;
    line-height: 1.53846;
  }
  .products-tab-contents .blk:not(:last-child) {
    margin: 0 auto 48px;
    padding: 0 0 48px;
  }
  .products-tab-contents-card-list > .item {
    max-width: 400px;
    margin: auto;
  }
  .products-tab-contents-card-list > .item:nth-child(n+2) {
    margin-top: 32px;
  }
  .products-tab-contents-card-list > .item .ttl {
    min-height: 48px;
  }
  .products-lineuplist .item {
    max-width: 200px;
  }
  .products-lineuplist .item .image {
    width: auto;
    height: 200px;
    margin: auto;
    padding: 15px 20px;
  }
  .products-lineuplist:not(.slick-slider) .item {
    padding: 0;
  }
  .products-lineuplist:not(.slick-slider) .item:nth-child(n+2) {
    margin-top: 24px;
  }
  .products-lineuplist:not(.slick-slider) .item a {
    display: flex;
    flex-direction: row;
  }
  .products-lineuplist:not(.slick-slider) .item .image {
    width: 120px;
    height: auto;
    padding: 12px;
    border-right: 1px solid #E1E1E1;
  }
  .products-lineuplist02 .item:nth-child(n+2) {
    margin-top: 24px;
  }
  .products-lineuplist02 .item a {
    display: flex;
    flex-direction: row;
  }
  .products-lineuplist02 .item .img {
    width: 120px;
    padding: 12px;
    border-right: 1px solid #E1E1E1;
  }
  .products-lineuplist02 .item .detail {
    padding: 14px 12px;
    flex: 1 1 0;
    line-height: 1.28571;
  }
  .search-scene-list._slide {
    margin: 0 -5px;
  }
  .search-scene-list._slide .item {
    width: auto;
    margin: 0 5px;
  }
  .search-scene-list._slide .item:nth-child(n+3) {
    margin-top: 0;
  }
  .search-scene-list .item {
    width: calc(50% - 7px);
  }
  .search-scene-list .item:nth-child(n+3) {
    margin-top: 15px;
  }
  .search-scene-list .item dd {
    font-size: 22px;
  }
  .products-search-result-list {
    margin: 48px auto 40px;
  }
  .products-search-result-list .item:nth-child(n+2) {
    margin-top: 24px;
  }
  .products-search-result-list .item a {
    display: flex;
    flex-direction: row;
  }
  .products-search-result-list .item .img {
    width: 120px;
    padding: 12px;
    border-right: 1px solid #E1E1E1;
  }
  .products-search-result-list .item .detail {
    padding: 14px 12px;
    flex: 1 1 0;
    line-height: 1.28571;
  }
  .products-search-result-list .item .tag {
    padding: 5px 8px;
    font-size: 11px;
  }
  .products-greennet + .contents {
    padding: 48px 0;
  }
  .products-greennet .link {
    margin-bottom: 28px;
  }
  .products-greennet .link a:first-child {
    margin: 0 0 20px;
  }
  .products-ecology {
    margin-top: 48px;
    padding-top: 48px;
  }
  .products-ecology ul {
    display: block;
  }
  .products-ecology ul li {
    width: 100%;
  }
  .products-ecology ul li:not(:last-child) dd {
    margin-bottom: 32px;
  }
  .products-ecology ul dt {
    margin-bottom: 14px;
  }
  .products-ecology ul dd {
    line-height: 1.71428;
  }
  .news-list li {
    width: 100%;
  }
  .news-list li:nth-child(n+2) {
    margin-top: 32px;
  }
  .news-list dl dd.tag {
    margin-left: 13px;
  }
  .news-text-list._bdr02 ul {
    border-bottom-color: #F5F5F5;
  }
  .news-text-list._bdr02 ul li {
    border-top-color: #F5F5F5;
  }
  .news-text-list._bdr03 ul {
    border-bottom-color: #DCDCDC;
  }
  .news-text-list._bdr03 ul li {
    border-top-color: #DCDCDC;
  }
  .news-text-list._sp-nobdr ul > li:first-child {
    border-top: none;
  }
  .news-text-list._no-link ul li {
    padding: 24px 0;
    display: block;
  }
  .news-text-list._pdf ul li a {
    padding-right: 95px;
  }
  .news-text-list._pdf ul .text {
    padding-right: 0;
  }
  .news-text-list._pdf ul .capacity {
    font-size: 12px;
    position: absolute;
    top: calc(1em + 50%);
    right: 0;
    transform: translateY(-50%);
  }
  .news-text-list._pdf ul .capacity:after {
    margin-left: 8px;
  }
  .news-text-list._no-date ul .text {
    margin-top: 0;
  }
  .news-text-list._no-date ul .capacity {
    top: 50%;
  }
  .news-text-list ul {
    border-bottom-color: #DCDCDC;
  }
  .news-text-list ul li {
    border-top-color: #DCDCDC;
  }
  .news-text-list ul li a {
    padding: 24px 0;
    display: block;
  }
  .news-text-list ul .date {
    display: inline-block;
  }
  .news-text-list ul .text {
    line-height: 1.75;
    margin-top: 10px;
    padding-right: 45px;
    display: inline-block;
  }
  .news-text-list ul .text a:after {
    content: '';
    width: 17px;
    height: 8px;
    display: block;
    background: url(../../img/common/icon_arrow-long01.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transition: .3s ease;
  }
  .news-text-list ul .text .tag {
    margin-top: 1px;
  }
  .news-text-list ul .text .tag:first-of-type {
    margin-left: 10px;
  }
  .news-text-list ul .text .tag._news {
    padding: 2px 3px 3px;
  }
  .news-text-list ul .text .tag._release {
    padding: 2px 3px 3px;
  }
  .mpuni_news_body b {
    font-size: 16px;
  }
  .company-top-mainv {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .company-top-mainv .ttl .jp {
    font-size: 28px;
  }
  .company-top-mainv .ttl .en {
    font-size: 20px;
    margin-top: 12px;
  }
  .company-top-mainv .ttl._en .en {
    font-size: 22px;
    font-weight: bold;
    width: calc(100vw - 60px);
  }
  .company-top-mainv .catch {
    width: 230px;
  }
  .company-top-link-list {
    padding-top: 48px;
  }
  .company-top-link-list nav {
    padding: 0;
    width: 100%;
    padding: 0 20px;
  }
  .company-top-link-list li + li {
    margin-top: 37px;
  }
  .company-top-link-list .link {
    font-size: 16px;
    margin-top: 11px;
  }
  .company-top-navi {
    padding: 60px 0 46px;
  }
  .company-top-navi._en {
    padding-top: 49px;
  }
  .company-top-navi .ttl01 {
    margin-bottom: 30px;
  }
  .company-top-navi._info {
    padding-top: 103px;
  }
  .company-top-navi._info .list:before {
    background: url(../../img/company/img_info_sp.jpg) no-repeat 0 0/cover;
  }
  .company-top-navi._business .list:before {
    background: url(../../img/company/img_business_sp.jpg) no-repeat center center/cover;
  }
  .company-top-navi._ir .list {
    padding-bottom: 10px;
    background: #F5F5F5;
  }
  .company-top-navi._ir .list:before {
    background: url(../../img/company/img_ir_sp.jpg) no-repeat center center/cover;
  }
  .company-top-navi .list {
    margin-top: 32px;
  }
  .company-top-navi .list:before {
    height: 164px;
  }
  .company-top-navi .list ul {
    padding: 0;
    width: 100%;
    padding: 0 20px;
  }
  .company-top-navi .list ul {
    margin-top: -38px;
  }
  .company-top-navi .list ul li {
    width: 100%;
    height: 56px;
    margin: 10px 0;
  }
  .company-top-navi .news-text-list {
    padding: 28px 0 56px;
  }
  .company-top-navi .btn {
    margin-top: 32px;
  }
  .company-top-release {
    padding: 56px 0 40px;
  }
  .company-top-release .news-text-list {
    margin-top: 32px;
  }
  .company-top-release .btn {
    margin-top: 32px;
  }
  .company-top-recruit {
    padding: 40px 0;
  }
  .company-top-recruit a {
    color: #fff;
    height: 148px;
    padding: 10px;
  }
  .company-top-recruit .ttl .jp {
    font-size: 20px;
  }
  .company-top-recruit .ttl .en {
    font-size: 16px;
    margin-top: 6px;
  }
  .company-top-recruit p {
    font-size: 13px;
    text-align: center;
    line-height: 1.45;
    margin-top: 16px;
  }
  .company-outline {
    padding: 40px 0 56px;
  }
  .company-outline .text-date {
    margin-top: -20px;
  }
  .company-outline .gmap {
    height: 250px;
    margin-top: 38px;
  }
  .company-outline .access {
    margin-top: 20px;
  }
  .company-outline .access dd {
    text-indent: -1em;
    padding-left: 1em;
  }
  .company-staff {
    padding: 40px 0 56px;
  }
  .company-staff .tbl01 td dl {
    margin-bottom: 5px;
  }
  .company-staff .tbl01 td dl dd {
    font-size: 12px;
    margin-top: 5px;
  }
  .company-staff .btn._back {
    margin-top: 0;
  }
  .company-history {
    padding-bottom: 47px;
  }
  .company-history .box .ac-head {
    padding: 19px 14px;
  }
  .company-history .link {
    margin-top: 20px;
  }
  .company-brand {
    padding: 48px 0 40px;
  }
  .company-brand .box + .box {
    margin-top: 38px;
  }
  .company-brand .img-list {
    margin-top: 24px;
  }
  .company-brand .img-list li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .company-brand .img-list li:nth-child(even) {
    margin-right: 0;
  }
  .company-brand .img-list li:nth-child(n+3) {
    margin-top: 23px;
  }
  .company-brand .box-map {
    margin-top: 40px;
    padding-top: 35px;
    border-top-color: #F5F5F5;
  }
  .company-brand .box-map .gmap {
    width: calc(100% + 40px);
    height: 250px;
    margin: 32px -20px 0;
  }
  .company-office .tbl01 td {
    line-height: 1.42857;
  }
  .company-office .tbl01 td .gmap {
    width: 100%;
    height: 223px;
    margin-top: 24px;
  }
  .company-sale {
    padding: 48px 0 40px;
  }
  .company-sale .tbl01 td {
    line-height: 1.42857;
  }
  .company-jp._en .tbl01 td dl > div, .company-overseas._en .tbl01 td dl > div {
    display: block;
  }
  .company-jp._en .tbl01 td dl > div:last-child dd, .company-overseas._en .tbl01 td dl > div:last-child dd {
    margin-bottom: 0;
  }
  .company-jp._en .tbl01 td dl dt, .company-overseas._en .tbl01 td dl dt {
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin-right: 0;
    margin: 0 0 3px 0;
  }
  .company-jp._en .tbl01 td dl dd, .company-overseas._en .tbl01 td dl dd {
    font-weight: normal;
    margin-bottom: 15px;
  }
  .company-jp .tbl01 th, .company-jp .tbl01 td, .company-overseas .tbl01 th, .company-overseas .tbl01 td {
    line-height: 1.42857;
  }
  .company-greeting .blc .text p {
    line-height: 2;
  }
  .company-greeting .blc .text p + p {
    margin-top: 30px;
  }
  .company-greeting .blc .img {
    margin-top: 24px;
  }
  .company-greeting .btn {
    margin-top: 45px;
  }
  .company-environment .ttl06 {
    margin: 0 -20px 24px;
    padding: 10px 20px;
  }
  .company-environment h4 {
    margin-bottom: 14px;
  }
  .company-environment p,
  .company-environment li {
    line-height: 1.35714;
  }
  .company-environment p {
    margin-bottom: 30px;
  }
  .company-environment .link {
    margin-top: 57px;
  }
  .company-environment .link a {
    font-weight: bold;
  }
  .company-contribution {
    padding: 48px 0;
  }
  .company-contribution .ttl06 {
    margin: 0 -20px 24px;
    padding: 10px 20px;
  }
  .company-contribution p {
    line-height: 1.35714;
  }
  .company-contribution .blc {
    display: block;
  }
  .company-contribution .blc > img {
    width: 100%;
  }
  .company-contribution .blc > div {
    width: 100%;
    padding: 16px 0 0;
  }
  .company-contribution .blc > div .link {
    margin-top: 36px;
  }
  .company-contribution .blc > div .link a {
    font-weight: bold;
  }
  .company-investment {
    padding: 48px 0;
  }
  .company-investment .link {
    text-align: left;
  }
  .company-investment .link a {
    font-weight: bold;
    display: inline-block;
    position: relative;
    letter-spacing: 0.05em;
    line-height: 1.35714;
    margin-right: 30px;
  }
  .company-investment .link a:after {
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
  .company-lineup._en .mainv p {
    font-size: 20px;
    min-width: 325px;
  }
  .company-lineup p,
  .company-lineup dd {
    line-height: 1.35714;
  }
  .company-lineup .contents {
    padding-bottom: 48px;
  }
  .company-lineup .contents + .contents {
    padding: 48px 0;
  }
  .company-lineup .inner > p {
    margin-bottom: 48px;
  }
  .company-lineup .mainv {
    margin-bottom: 48px;
  }
  .company-lineup .mainv .img {
    height: 375px;
  }
  .company-lineup .mainv p {
    font-size: 22px;
    line-height: 1.36363;
    width: 60%;
    min-width: 250px;
    text-align: center;
    padding: 10px;
  }
  .company-lineup .box {
    justify-content: space-between;
    margin: 0;
  }
  .company-lineup .box dl {
    margin: 0;
    width: 48%;
  }
  .company-lineup .box dl:nth-child(n+3) {
    margin-top: 32px;
  }
  .company-lineup .box dl dt p {
    font-size: 16px;
    line-height: 1.3125;
    min-height: 44px;
  }
  .company-lineup .box dl dd {
    font-size: 13px;
    padding: 12px 10px;
  }
  .company-lineup .box .type_sharp dt {
    font-size: 13px;
    letter-spacing: 0;
  }
  .company-lineup .box .type_text dt {
    font-size: 16px;
    line-height: 1.3125;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company-lineup .btn._back {
    margin: 40px 0 0;
    padding-top: 40px;
  }
  .company-vision {
    padding-bottom: 40px;
  }
  .company-vision._en {
    padding-bottom: 48px;
  }
  .company-vision._en .blc {
    margin-top: 30px;
  }
  .company-vision._en .blc .movie {
    margin-top: 32px;
  }
  .company-vision._en .btn {
    margin-top: 40px;
  }
  .company-vision .mainv {
    margin-bottom: 40px;
  }
  .company-vision .sec + .sec {
    margin-top: 35px;
  }
  .company-vision .sec .ttl02 {
    margin-bottom: 17px;
  }
  .company-vision .sec h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 11px;
  }
  .company-vision .sec p + p {
    margin-top: 20px;
  }
  .company-vision .blc {
    margin-top: 42px;
  }
  .company-vision .blc .logo {
    width: 114px;
  }
  .company-vision .blc .movie {
    margin-top: 32px;
  }
  .company-vision .blc .movie iframe {
    height: 50.2vw;
  }
  .rd-industrial-lead {
    padding-bottom: 48px;
  }
  .rd-industrial .box {
    margin-top: 65px;
  }
  .rd-industrial .img {
    width: 100%;
    margin-bottom: 24px;
  }
  .rd-industrial .text h3 a {
    line-height: 1.375;
  }
  .rd-industrial .text p {
    margin-top: 16px;
  }
  .rd-carbon-lead {
    padding-bottom: 48px;
  }
  .rd-carbon-lead .img {
    margin-bottom: 40px;
  }
  .rd-carbon-lead .img img {
    width: 90%;
  }
  .rd-carbon .list {
    margin-top: 55px;
  }
  .rd-carbon .list li {
    width: calc(50% - 7px);
    display: flex;
    flex-direction: column;
  }
  .rd-carbon .list li:nth-child(n+3) {
    margin-top: 26px;
  }
  .rd-carbon .list h3 {
    margin-bottom: 16px;
  }
  .rd-carbon .list h3 a {
    line-height: 1.57143;
  }
  .rd-carbon .list p {
    margin-top: auto;
    line-height: 1.57143;
  }
  .rd-carbon-link.contents {
    padding: 45px 0 40px;
  }
  .contents._carbon-dtl {
    padding: 48px 0;
  }
  .contents._carbon-dtl:first-of-type {
    padding-top: 40px;
  }
  .contents._carbon-dtl h4 {
    font-size: 15px;
    margin: 0 0 15px;
  }
  .contents._carbon-dtl dl {
    padding: 19px 24px;
  }
  .contents._carbon-dtl dl > div + div {
    margin-top: 12px;
  }
  .contents._carbon-dtl dl dt {
    margin-bottom: 12px;
  }
  .contents._carbon-dtl dl dd {
    display: inline;
  }
  .contents._carbon-dtl dl dd:not(:last-child):after {
    margin: 0 .7em;
  }
  .contents._carbon-dtl .img {
    margin-top: 24px;
  }
  .contents._carbon-dtl .img:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .contents._carbon-dtl .img img:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .contents._carbon-dtl .common-row-content._sp-col01 {
    display: block;
  }
  .contents._carbon-dtl .common-row-content._sp-col01 .item {
    width: 100%;
  }
  .contents._carbon-dtl .common-row-content._sp-col01 .item + .item {
    margin-top: 30px;
  }
  .contents._carbon-dtl .link-cate-list {
    margin: 0 .2em;
  }
  .customer-top-outline {
    margin-bottom: 48px;
  }
  .customer-top-search .customer-search-box {
    margin: 32px auto 40px;
  }
  .customer-top .search-type-switch {
    margin: 48px auto;
  }
  .customer-top .search-type-switch li {
    padding: 12px 5px 13px;
  }
  .customer-top .search-type-list {
    margin-bottom: 40px;
  }
  .customer-top .search-type-list .item .icon {
    padding: 16px 5px;
  }
  .customer-top .search-type-list .item .text {
    padding: 12px 10px;
    line-height: 1.42857;
  }
  .customer-top .search-type-list .item .text-accordion {
    position: relative;
  }
  .customer-top .search-type-list .item .text-accordion .image {
    width: 56px;
    position: absolute;
    left: 17px;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }
  .customer-top .search-type-list .item .text-accordion .text {
    flex: 1 1 0;
    padding: 18px 30px 18px 90px;
    padding-right: 30px;
    text-align: left;
  }
  .customer-top .search-type-list .item .text-accordion .text:before, .customer-top .search-type-list .item .text-accordion .text:after {
    width: 12px;
    right: 12px;
  }
  .customer-top .search-type-list .item .text-accordion .accordion {
    padding: 8px 15px;
  }
  .customer-top .search-type-list .item .text-accordion .accordion .link {
    border-top: 1px solid #F5F5F5;
  }
  .customer-top .search-type-list .item .text-accordion .accordion .link li {
    padding: 12px 0;
  }
  .customer-top .search-type-list._col03 .item {
    width: 100%;
  }
  .customer-top .search-type-list._col03 .item:nth-child(n+2) {
    margin-top: 16px;
  }
  .customer-top .search-type-list._col04 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .customer-top .search-type-list._col04 .item {
    width: calc(50% - 14px);
    margin: 0 7px;
  }
  .customer-top .search-type-list._col04 .item:nth-child(n+3) {
    margin-top: 14px;
  }
  .customer-top-search-lightbox {
    width: 95vw;
    padding: 0 20px;
  }
  .customer-top-search-lightbox .ttl {
    display: block;
    margin-bottom: 28px;
  }
  .customer-top-search-lightbox .ttl .prev a {
    margin-bottom: 24px;
    padding-left: 24px;
  }
  .customer-top-search-lightbox .ttl .text {
    font-size: 20px;
  }
  .customer-top-search-lightbox .list li {
    margin-top: 16px;
  }
  .customer-top-search-lightbox .list a {
    padding: 18px 34px 18px 16px;
    font-size: 13px;
    background: #fff url("../../img/common/icon_arrow-long01.svg") no-repeat right 13px bottom 50%/17px 7px;
  }
  .customer-ans .ttl03 {
    margin-top: 48px;
  }
  .customer-ans .ttl05 {
    margin-top: 48px;
  }
  .customer-ans .fw_bold {
    font-size: 16px;
  }
  .customer-ans .mpuni_qa_body .layout-table th, .customer-ans .mpuni_qa_body .layout-table td {
    padding: 10px;
    display: block;
  }
  .customer-ans .mpuni_qa_body .movie iframe {
    width: 100%;
  }
  .contact-outline {
    margin-bottom: 48px;
  }
  .contact-ttl {
    margin: 30px auto 28px;
    font-size: 24px;
  }
  .contact-top .contact-link-list .item {
    width: 100%;
    padding: 24px;
  }
  .contact-top .contact-link-list .item:nth-child(n+2) {
    margin-top: 16px;
  }
  .contact-top .contact-link-list .item .list li:nth-child(n+2) {
    margin-top: 10px;
  }
  .contact-top .search-type-switch {
    margin: 48px auto;
  }
  .contact-top .search-type-switch li {
    padding: 12px 5px 13px;
  }
  .contact-top .search-type-list {
    margin-bottom: 40px;
  }
  .contact-top .search-type-list .item .icon {
    padding: 16px 5px;
  }
  .contact-top .search-type-list .item .text {
    padding: 12px 10px;
    line-height: 1.42857;
  }
  .contact-top .search-type-list .item .text-accordion {
    position: relative;
  }
  .contact-top .search-type-list .item .text-accordion .image {
    width: 56px;
    position: absolute;
    left: 17px;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }
  .contact-top .search-type-list .item .text-accordion .text {
    flex: 1 1 0;
    padding: 18px 30px 18px 90px;
    padding-right: 30px;
    text-align: left;
  }
  .contact-top .search-type-list .item .text-accordion .text:before, .contact-top .search-type-list .item .text-accordion .text:after {
    width: 12px;
    right: 12px;
  }
  .contact-top .search-type-list .item .text-accordion .accordion {
    padding: 8px 15px;
  }
  .contact-top .search-type-list .item .text-accordion .accordion .link {
    border-top: 1px solid #F5F5F5;
  }
  .contact-top .search-type-list .item .text-accordion .accordion .link li {
    padding: 12px 0;
  }
  .contact-top .search-type-list._col03 .item {
    width: 100%;
  }
  .contact-top .search-type-list._col03 .item:nth-child(n+2) {
    margin-top: 16px;
  }
  .contact-top .search-type-list._col04 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .contact-top .search-type-list._col04 .item {
    width: calc(50% - 14px);
    margin: 0 7px;
  }
  .contact-top .search-type-list._col04 .item:nth-child(n+3) {
    margin-top: 14px;
  }
  .search-lightbox {
    width: 95vw;
    padding: 0 20px;
  }
  .search-lightbox .ttl {
    display: block;
    margin-bottom: 28px;
  }
  .search-lightbox .ttl .prev a {
    margin-bottom: 24px;
    padding-left: 24px;
  }
  .search-lightbox .ttl .text {
    font-size: 20px;
  }
  .search-lightbox .list li {
    margin-top: 16px;
  }
  .search-lightbox .list a {
    padding: 18px 34px 18px 16px;
    font-size: 13px;
    background: #fff url("../../img/common/icon_arrow-long01.svg") no-repeat right 13px bottom 50%/17px 7px;
  }
  .contact-detail .desc {
    margin-bottom: 40px;
  }
  .contact-detail .alert-box {
    margin: 40px auto 56px;
    padding: 32px 24px;
  }
  .contact-detail .alert-box .ttl {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
  }
  .contact-detail .alert-box .link-list {
    margin-top: 24px;
    padding-top: 24px;
  }
  .contact-detail .alert-box .link-list li {
    margin: 0 auto;
  }
  .contact-detail .alert-box .link-list li:nth-child(n+2) {
    margin: 16px auto 0;
  }
  .contact-detail .alert-box .link-list li a:after {
    width: 16px;
    height: 12px;
  }
  .contact-detail .contact-method {
    margin: 56px auto 24px;
  }
  .contact-detail .contact-method .item {
    padding: 24px;
  }
  .contact-detail .contact-method .item:nth-child(n+2) {
    margin-top: 24px;
  }
  .contact-detail .contact-method .item dd .detail {
    margin-bottom: 20px;
    padding: 24px 10px;
  }
  .contact-detail .contact-method .item dd .detail .tel {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .sitemap-box-list {
    margin: -12px;
  }
  .sitemap-box-list > .col01,
  .sitemap-box-list > .col02 {
    padding: 12px;
  }
  .sitemap-box-list > .col02 {
    width: 100%;
  }
  .sitemap-box-list .item + .item {
    margin-top: 24px;
  }
  .sitemap-box-list-header a {
    font-size: 20px;
    padding: 25px 20px 28px;
  }
  .sitemap-box-list-header a:after {
    margin: 10px auto 0;
  }
  .sitemap-box-list-body {
    padding: 20px 24px;
  }
  .sitemap-box-list-body ul li {
    margin: 10px 0;
    min-width: 250px;
  }
  .sitemap-list {
    margin: 40px auto 0;
    padding: 30px 0 0;
  }
  .sitemap-list li {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .pressroom-outline-desc {
    margin-bottom: 40px;
  }
  .pressroom-tab {
    margin-bottom: 50px;
  }
  .pressroom-tab:not(:first-child) {
    margin-top: 40px;
  }
  .pressroom-tab .list {
    margin: 0 -20px;
    overflow: scroll;
    justify-content: flex-start;
  }
  .pressroom-tab .list li {
    display: flex;
    max-width: 33.33%;
  }
  .pressroom-tab .list a, .pressroom-tab .list span {
    width: 100%;
    padding: 0 5px 14px;
    border-bottom-width: 3px;
    font-size: 13px;
    line-height: 1.53846;
  }
  .ir-top-info .box {
    width: 100%;
  }
  .ir-top-info .box + .box {
    margin-top: 48px;
  }
  .ir-top-info .box._greeting .inbox > a {
    align-items: center;
    padding: 24px 20px 65px;
  }
  .ir-top-info .box._greeting .inbox > a .img {
    width: 124px;
    margin-right: 16px;
  }
  .ir-top-info .box._greeting .inbox > a .text .link {
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ir-top-info .inbox {
    padding: 24px 20px 23px;
  }
  .ir-top-info .link {
    margin-top: 20px;
  }
  .ir-top-infoList .box {
    width: 100%;
    padding: 25px 25px 30px;
  }
  .ir-top-infoList .box + .box {
    margin-top: 24px;
  }
  .ir-top-infoList .box ul li + li {
    margin-top: 20px;
  }
  .ir-top-infoList .box ul li a {
    letter-spacing: 0.05em;
  }
  .ir-top-bnr {
    padding: 48px 0;
  }
  .ir-top-bnr .bnr + .bnr {
    margin-top: 24px;
  }
  .ir-top-bnr .bnr a {
    padding: 20px 45px 20px 20px;
  }
  .ir-top-bnr .bnr a:after {
    right: 20px;
  }
  .ir-top-bnr .bnr .icon {
    width: 40px;
    height: 40px;
    margin-right: 18px;
  }
  .ir-top-bnr .bnr h2 {
    font-size: 19px;
    line-height: 1.45;
  }
  .ir-top-bnr .bnr p {
    font-size: 13px;
    line-height: 1.53846;
    margin-top: 4px;
  }
  .ir-related {
    padding: 48px 0 !important;
  }
  .ir-related .list {
    margin-top: 29px;
  }
  .ir-related .list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .ir-library .list li {
    width: 100%;
  }
  .ir-library .list li:not(:first-child) {
    margin-top: 24px;
  }
  .ir-library .list li a {
    padding: 27px 24px 29px;
  }
  .ir-library .list li h2 {
    font-size: 20px;
  }
  .ir-library .list li h2:after {
    margin: 14px auto 23px;
  }
  .ir-finance {
    padding-bottom: 40px;
  }
  .ir-securities {
    padding-bottom: 40px;
  }
  .ir-disclosures {
    padding-bottom: 40px;
  }
  .ir-annual {
    padding-bottom: 40px;
  }
  .ir-calendar .calendar-box {
    margin-bottom: 48px;
  }
  .ir-calendar .calendar-box > ul > li {
    width: 100%;
  }
  .ir-calendar .calendar-box > ul > li:not(:first-child) {
    margin-top: 30px;
  }
  .ir-calendar .calendar-box > ul dt {
    font-size: 19px;
    padding: 12px;
  }
  .ir-calendar .calendar-box > ul dd {
    font-size: 19px;
    padding: 18px 10px;
  }
  .ir-calendar .calendar-box > ul dd em {
    font-size: 34px;
  }
  .ir-calendar .calendar-box > ul .list {
    margin-top: 13px;
  }
  .ir-calendar .calendar-box > ul .list li {
    font-size: 15px;
  }
  .ir-calendar .calendar-box .note {
    text-align: center;
  }
  .ir-calendar .news-text-list {
    border-top: 1px solid #F5F5F5;
    margin: 0 -20px;
    padding: 48px 20px 0;
  }
  .ir-plan .ttl06 {
    margin: 0 -20px;
    padding: 10px 20px;
  }
  .ir-plan p,
  .ir-plan li {
    line-height: 1.35714;
  }
  .ir-plan .box > div {
    padding: 24px 0 55px;
  }
  .ir-plan .box li:not(:last-child) {
    margin-bottom: 25px;
  }
  .ir-governance p,
  .ir-governance li {
    line-height: 1.35714;
  }
  .ir-governance h2 + p {
    margin-bottom: 23px;
  }
  .ir-governance .link {
    text-align: center;
    margin-top: 40px;
  }
  .ir-risk .ttl06 {
    margin: 0 -20px;
    padding: 10px 20px;
  }
  .ir-risk .inner > p {
    margin-bottom: 60px;
    line-height: 1.35714;
  }
  .ir-risk .box div {
    padding: 24px 0 50px;
  }
  .ir-risk .box p {
    line-height: 1.35714;
  }
  .ir-memo {
    padding-top: 40px !important;
  }
  .ir-memo .tbl01 th {
    width: 100%;
  }
  .ir-memo .tbl01 td {
    padding-bottom: 27px;
    line-height: 1.42857;
  }
  .ir-memo .ttl03._small {
    margin: 40px 0 24px;
  }
  .ir-memo .ttl03._small:first-of-type {
    margin-top: 5px;
  }
  .ir-memo .def dt:not(:first-child) {
    margin-top: 28px;
  }
  .ir-memo .def dd {
    line-height: 1.42857;
  }
  .ir-memo h3 + p {
    line-height: 1.42857;
  }
  .ir-holders .big {
    width: 100%;
  }
  .ir-holders .big a {
    padding-left: calc(45% + 15px);
  }
  .ir-holders .big .img {
    width: 45%;
    height: 100%;
  }
  .ir-profit .blc {
    display: block;
  }
  .ir-profit .blc .circle {
    margin-bottom: 40px;
  }
  .ir-profit .blc .circle img {
    width: 100%;
  }
  .ir-profit .blc div:last-child img {
    width: 83%;
    margin: 0;
  }
  .ir-profit .box {
    width: 100%;
    margin-bottom: 40px;
  }
  .ir-profit .box img {
    padding: 0;
  }
  .ir-profit .box ul {
    margin-top: 24px;
  }
  .ir-profit .box ul li {
    font-size: 14px;
    line-height: 1.35714;
  }
  .privacy .ttl06 {
    margin: 0 -20px 24px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .privacy h4 {
    font-size: 14px;
  }
  .privacy p,
  .privacy li,
  .privacy span {
    line-height: 1.35714;
  }
  .privacy ol {
    margin-top: 22px;
  }
  .privacy .box div p {
    padding: 0;
  }
  .terms p,
  .terms li {
    line-height: 1.35714;
  }
  .terms p,
  .terms dd {
    margin-bottom: 24px;
  }
  .supplier p {
    line-height: 1.35714;
  }
  .supplier .ttl06 {
    margin: 0 -20px 21px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .supplier h4 {
    font-size: 14px;
  }
  .supplier .box div p,
  .supplier .box div li {
    line-height: 1.35714;
  }
  .error404-logo {
    max-width: 148px;
    margin: 40px auto;
  }
  .error404-ttl .jp {
    font-size: 20px;
  }
  .error404-ttl .en {
    margin: 16px auto 0;
  }
  .error404-desc {
    text-align: left;
  }
  .sustain-cmn-nav {
    padding: 41px 0 40px;
  }
  .sustain-cmn-nav._en {
    padding-top: 80px;
    padding-bottom: 48px;
  }
  .sustain-cmn-nav .list._en a {
    padding-top: 42px !important;
  }
  .sustain-cmn-nav .list._en a:before {
    bottom: 42px;
  }
  .sustain-cmn-nav .list._en a:after {
    bottom: 48px;
  }
  .sustain-cmn-nav .list li + li {
    margin-top: 16px;
  }
  .sustain-cmn-nav .list a {
    height: 147px;
    padding-top: 27px;
  }
  .sustain-cmn-nav .list a:before {
    bottom: 32px;
  }
  .sustain-cmn-nav .list a:after {
    bottom: 38px;
  }
  .sustain-cmn-nav .list .jp {
    font-size: 20px;
  }
  .sustain-top .sustain-top-mainv .ttl {
    font-size: 22px;
    height: 40px;
  }
  .sustain-top .inner {
    padding-top: 39px;
  }
  .sustain-top .text {
    line-height: 2;
  }
  .sustain-top .text._en {
    font-size: 12px;
    line-height: 2.33333;
  }
  .sustain-top .catch {
    font-size: 36px;
    line-height: 1.4;
    margin-top: 35px;
  }
  .sustain-top .catch._en strong {
    font-size: 26px;
    white-space: normal;
  }
  .sustain-top .catch strong {
    font-size: 38px;
    white-space: nowrap;
  }
  .sustain-top .catch span {
    padding-left: .8em;
    display: block;
  }
  .sustain-cmn-mainv._en-social .list {
    padding: 0 20px;
    bottom: 24px;
  }
  .sustain-cmn-mainv._en-social .list ul li {
    height: auto;
  }
  .sustain-cmn-mainv._en-social .list ul li a {
    padding: 14px 16px;
    white-space: normal;
  }
  .sustain-cmn-mainv .list {
    padding: 0;
    width: 100%;
    padding: 0 20px;
  }
  .sustain-cmn-mainv .list {
    padding: 0 40px;
    left: 0;
  }
  .sustain-cmn-mainv .list ul li {
    width: 100%;
    height: 56px;
    margin: 16px 0;
  }
  .sustain-cmn-mainv .list ul li:last-child {
    margin-bottom: 0;
  }
  .sustain-contents {
    padding-top: 25px;
    margin-top: 25px;
  }
  .sustain-contents .ttl06 {
    font-size: 14px;
    margin: 0 -20px 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sustain-contents .link {
    margin-top: 24px;
  }
  .page._sus-env._en .page-title .prev + .ttl {
    font-size: 16px;
    margin-top: 28px;
  }
  .sustain-env-mainv._en h2 {
    line-height: 1.5;
  }
  .sustain-env-mainv h2 {
    font-size: 24px;
    line-height: 1.7;
    padding: 0 20px;
    width: 100%;
  }
  .sustain-env-mainv p {
    font-size: 12px;
    margin-top: 35px;
    padding: 0 20px;
    width: 100%;
  }
  .sustain-env-policy {
    padding-top: 40px;
  }
  .sustain-env-policy._en h2 {
    text-align: left;
  }
  .sustain-env-policy .wrap {
    border-width: 2px;
    padding: 35px 20px 40px;
  }
  .sustain-env-policy .box + .box {
    padding-top: 27px;
    margin-top: 32px;
  }
  .sustain-env-policy h2 {
    font-size: 20px;
  }
  .sustain-env-policy .text-wrap {
    margin-top: 20px;
  }
  .sustain-env-policy .list {
    margin-top: 20px;
  }
  .sustain-env-policy .list ul li {
    width: 100%;
    height: 48px;
    margin: 16px 0;
  }
  .sustain-env-policy .list ul li:last-child {
    margin-bottom: 0;
  }
  .sustain-env-policy .list ul li a {
    padding-left: 64px;
  }
  .sustain-env-contents {
    margin-top: 80px;
  }
  .sustain-env-contents:before {
    top: -40px;
  }
  .sustain-env-contents._en .sec-result._renew h3 {
    font-size: 19px;
    letter-spacing: 0em;
  }
  .sustain-env-contents .mainv h2 {
    font-size: 32px;
    top: 18vw;
  }
  .sustain-env-contents .mainv p {
    width: calc(100% - 40px);
    padding: 20px;
    margin: -26px auto 0;
    position: relative;
  }
  .sustain-env-contents .sec {
    padding-top: 12px;
    margin-top: 12px;
  }
  .sustain-env-contents .sec._sp-mt {
    margin-top: 70px !important;
  }
  .sustain-env-contents .sec .col._gray {
    padding: 32px 20px 40px;
    margin: 32px -20px 0;
  }
  .sustain-env-contents .sec .col._sp-link {
    padding-bottom: 40px;
    position: relative;
  }
  .sustain-env-contents .sec .col > div:nth-of-type(2) {
    margin-top: 24px;
  }
  .sustain-env-contents .sec .col + .col {
    padding-top: 32px;
    margin-top: 32px;
  }
  .sustain-env-contents .ttl02 {
    line-height: 1.4;
  }
  .sustain-env-contents .ttl06 {
    margin-left: -20px;
    margin-right: -20px;
    margin: 20px -20px 24px;
  }
  .sustain-env-contents .ttl06:not(:first-of-type) {
    margin-top: 40px;
  }
  .sustain-env-contents .ttl06 + p {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .sustain-env-contents .note-box {
    padding: 16px 20px;
  }
  .sustain-env-contents .link {
    margin-top: 24px;
  }
  .sustain-env-contents._climatic._en .sp-def > dt {
    letter-spacing: 0em;
  }
  .sustain-env-contents._climatic._en .sp-def dd {
    font-size: 14px;
  }
  .sustain-env-contents._climatic .text {
    margin-top: 24px;
  }
  .sustain-env-contents .sec-result {
    margin-top: 41px;
  }
  .sustain-env-contents .sec-result + .sec-result {
    margin-top: 0;
  }
  .sustain-env-contents .sec-result .inner {
    padding: 0;
  }
  .sustain-env-contents .sec-result .wrap {
    padding: 40px 20px 38px;
  }
  .sustain-env-contents .sec-result h3 {
    font-size: 20px;
    width: 100%;
    margin: 0 0 20px;
  }
  .sustain-env-contents .sec-result .def .col + .col {
    padding-top: 38px;
    margin-top: 38px;
  }
  .sustain-env-contents .sec-result .def .col > div + div {
    margin-top: 28px;
  }
  .sustain-env-contents .sec-result .def dt {
    margin-bottom: 6px;
  }
  .sustain-env-contents .sec-result .def dt.num {
    font-size: 104px;
    margin-bottom: 25px;
  }
  .sustain-env-contents .sec-result .def dt.num._02 {
    font-size: 56px;
    letter-spacing: 0;
  }
  .sustain-env-contents .sec-result .def dt.num span {
    font-size: 28px;
  }
  .sustain-env-contents .sec-result .def dt._type2 {
    font-size: 14px;
    line-height: 1.35;
    padding: 16px 10px;
    margin-bottom: 24px;
    text-align: center;
  }
  .sustain-env-contents .sec-result .def dt._type2 + dd {
    width: 224px;
    margin: 0 auto;
  }
  .sustain-env-contents .sec-result .def dd {
    line-height: 1.42857;
  }
  .sustain-env-contents._resource .list {
    padding-top: 24px;
  }
  .sustain-env-contents._resource .sec {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1130px) and (min-width: 769px) {
  .h-nav ul li {
    margin: 0 2px;
  }
  .h-nav ul li > a,
  .h-nav ul li > div > a {
    font-size: 1.1vw;
    padding: 0 12px;
    white-space: nowrap;
  }
  .h-nav ul li > a:after,
  .h-nav ul li > div > a:after {
    width: calc(100% - 24px);
  }
  .h-nav02 ul li {
    width: 85px;
  }
  .h-nav02 ul li a,
  .h-nav02 ul li > div {
    font-size: 1.1vw;
  }
  .top-news .list dl dd.date {
    font-size: 12px;
  }
  .top-news .list dl dd.tag {
    font-size: 11px;
    margin-left: 10px;
  }
  .products-category-lineup-body-item .right .type li dl {
    font-size: 12px;
  }
  .products-category-lineup-body-item .right .type li dl:not(:last-child) {
    margin-right: 20px;
  }
  .products-catalog .inner {
    display: block;
  }
  .products-catalog .text {
    margin-right: 0;
  }
  .products-catalog .bnr {
    margin-top: 40px;
  }
  .company-office .tbl01 td .gmap {
    width: 53%;
    height: 30vw;
  }
  .ir-top-info .box._greeting .inbox > a {
    align-items: center;
    padding-bottom: 65px;
  }
  .ir-top-info .box._greeting .inbox > a .text .link {
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ir-calendar .calendar-box > ul dd {
    font-size: 1.5vw;
  }
  .ir-calendar .calendar-box > ul dd em {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .h-nav ul li dl {
    font-size: 12px;
  }
  .h-nav ul li dl > div {
    padding: 10px 30px;
  }
  .h-nav ul li dl > div:first-child {
    line-height: 1.35;
  }
  .h-nav ul li dl > div.box {
    min-width: 470px;
  }
  .h-nav ul li dl dd:not(._bnr) a {
    font-size: 11px;
  }
  .h-nav ul li dl dd._bnr a {
    font-size: 11px;
  }
  .top-sns dl dt {
    font-size: 13px;
  }
  .page-title._dtl .ttl {
    min-width: auto;
  }
  .page-title._dtl .dtl-date-box .dtl-date {
    margin: 0 35px;
  }
  .contents._dtl img,
  .contents._dtl02 img {
    max-width: 100%;
  }
  .breadcrumb li {
    font-size: 11px;
    line-height: 1.4;
    padding-right: 15px;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .relation .body .top {
    display: block;
  }
  .relation .body .link {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .relation .body .link li {
    display: inline-block;
    width: auto;
    margin: 12px 0;
    padding-right: 20px;
  }
  .relation .body .link li:nth-child(n+3) {
    margin-top: 12px;
  }
  .relation .body .link li:nth-child(n+2) {
    margin-top: 12px;
  }
  .relation02 .body {
    display: block;
  }
  .relation02 .link {
    max-width: 100%;
  }
  .relation02 .link + .bnr {
    margin-top: 24px;
  }
  .relation02 .link li {
    display: inline-block;
    width: auto;
    margin: 12px 0;
    padding-right: 20px;
  }
  .relation02 .link li:nth-child(n+3) {
    margin-top: 12px;
  }
  .relation02 .link li:nth-child(n+2) {
    margin-top: 12px;
  }
  .relation02 .bnr + .link {
    margin-top: 24px;
  }
  .products-detail-list > .item .right {
    width: 65%;
  }
  .products-detail-list > .item .right .type dl {
    font-size: 12px;
  }
  .products-detail-list > .item .right .type dl:nth-child(n+2) {
    margin-left: 20px;
  }
  .products-category-lineup-body-item .left {
    width: 50%;
  }
  .products-tab-contents-card-list > .item .image img {
    width: 100%;
  }
  .products-search-result-list .item {
    margin: 0 20px;
    width: calc(33.33% - 40px);
  }
  .products-search-result-list .item:nth-child(n+4) {
    margin-top: 24px;
  }
  .company-top-navi._info .list ul li {
    margin: 0 3px;
  }
  .company-top-navi._info .list ul li a {
    font-size: 1.1vw;
    padding: 15px 9px;
  }
  .company-brand .box-map .gmap {
    width: 50%;
    height: 35vw;
  }
}

@media screen and (max-width: 414px) {
  .mf_finder_container .mf_finder_organic_doc {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .mf_finder_container .mf_finder_organic_doc_contents_wrapper {
    margin-left: 0;
    margin-top: 1rem;
  }
  .pager li {
    margin: 0 3px;
  }
  .pager li:not(.prev):not(.next) a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .pager li.first:before, .pager li.last:before {
    letter-spacing: -0.3em;
    font-size: 10px;
  }
  .pager li.first {
    margin-right: 1.5em;
  }
  .pager li.first:before {
    left: 105%;
  }
  .pager li.last {
    margin-left: 1.5em;
  }
}

@media screen and (max-width: 1210px) and (min-width: 769px) {
  .footer, .footer-special, .footer-en {
    font-size: 1.1vw;
  }
  .footer .f-link .list01._pc, .footer-special .f-link .list01._pc, .footer-en .f-link .list01._pc {
    margin: 0 -15px;
    justify-content: center;
  }
  .footer .f-link .list01._pc > li, .footer-special .f-link .list01._pc > li, .footer-en .f-link .list01._pc > li {
    padding: 0 15px;
  }
  .footer .f-link .list01._pc > li:last-child, .footer-special .f-link .list01._pc > li:last-child, .footer-en .f-link .list01._pc > li:last-child {
    width: 230px;
  }
  .footer .f-link .list01 .window_item a .jp, .footer-special .f-link .list01 .window_item a .jp, .footer-en .f-link .list01 .window_item a .jp {
    font-size: 11px;
  }
}

@media screen and (max-width: 1240px) and (min-width: 769px) {
  .top-mainv .slide .item {
    width: 85vw;
  }
  .top-mainv .slide .slick-arrow.slick-prev {
    right: calc(50% + 41vw);
  }
  .top-mainv .slide .slick-arrow.slick-next {
    left: calc(50% + 41vw);
  }
  .top-support .list {
    width: 50vw;
  }
  .page-title._top .ttl01 {
    padding-right: 174px;
  }
  .cards-list .list.slick-slider .slick-list {
    margin: 0 -10px;
    width: calc(100vw - 40px) !important;
  }
  .cards-list .list.slick-slider .slick-slide {
    width: calc(33vw - 31px) !important;
    margin: 0 10px;
  }
  .products-lineuplist02 .item .img img {
    width: 100%;
  }
  .products-search-result-list .item .img img {
    width: 100%;
  }
  .sustain-env-contents .mainv h2 {
    top: 23%;
  }
  .sustain-env-contents .mainv p {
    white-space: normal;
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .contents._dtl .special-cont a[data-lity]:hover,
  .contents._dtl02 .special-cont a[data-lity]:hover {
    opacity: 0.7;
  }
}
