/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.flexbox .titlenavigation .local-mega-navigation-mobile .nav-mobile-bar {
  align-items: center;
  height: 22px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #globalheader .toggleMenu a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}

#browsebar-wrapper {
  background: #434343;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1.375;
}

@media screen and (max-width: 640px) {
  .table-scroll {
    overflow-y: scroll;
  }
}

.main-wrapper {
  width: 967px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .main-wrapper {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: inherit;
  }
}

@media screen and (max-width: 640px) {
  #animation-slide {
    display: none;
  }
}

.contact-area {
  padding: 75px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .contact-area {
    padding: 50px 0;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .contact-area img {
    width: 100%;
  }
}

.service-content {
  padding: 30px 0 50px;
  background: #f4f4ed;
  margin-bottom: 50px;
}

.service-content .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .service-content .ttl {
    font-size: 20px;
  }
}

.service-content .service-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;

}

.service-content .service-list .item {
  padding: 1px;
}

@media screen and (max-width: 640px) {
  .service-content .service-list .item {
    width: 50%;
  }
}

.service-content .service-list .item img {
  width: 320px;
  height: 94px;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .service-content .service-list .item img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  x_.service-content .service-list .item:nth-child(5) {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .service-content .btn-wrap img {
    width: 100%;
  }
}

table {
  margin-bottom: 20px;
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000000;
}

@media screen and (max-width: 640px) {
  table {
    width: 967px;
  }
}

table tr:first-child th:nth-child(3) {
  border-bottom: 1px solid #A1A1A1;
}

table td {
  border-right: 1px solid #A1A1A1;
  line-height: 1.5;
  border-bottom: 1px solid #A1A1A1;
  text-align: center;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}

table td:last-child {
  border-right: none;
}

table td .img-wrap {
  text-align: center;
  text-align: center;
}

table td .img-wrap img {
  margin: 0 auto;
}

table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #000;
  line-height: 1.4;
  font-size: 13px;
  border-right: 1px solid #a1a1a1;
}

table .head {
  width: 210px;
  border: initial;
  border-bottom: 1px solid #000000;
}

table .gray {
  background-color: #EBEBEB;
}

table .right {
  border-right: 1px solid #A1A1A1;
}

table .border {
  border-bottom: 1px solid #000000;
}

table .sentence {
  text-align: center;
  font-size: 14px;
}

.movie-wrap {
  position: relative;
  margin-bottom: 3px;
}

.movie-wrap .text {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 483.5px);
}

@media screen and (max-width: 640px) {
  .movie-wrap .text {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .movie-wrap .text img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .movie-wrap video {
    width: 100%;
  }
}

.first-view {
  background-image: -webkit-linear-gradient(-45deg, #fff 25%, #DCDCDF 25%, #DCDCDF 50%, #fff 50%, #fff 75%, #DCDCDF 75%, #DCDCDF);
  background-size: 5px 5px;
  padding: 30px 0 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .first-view {
    padding: 25px 0 25px;
    margin-bottom: 40px;
  }
}

.first-view .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .first-view .flex-wrap {
    flex-direction: column;
  }
}

.first-view .left .ttl {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  .first-view .left .ttl {
    font-size: 24px;
  }
}

.first-view .left .sentence {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .first-view .left .sentence {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.first-view .img-wrap {
  margin-top: 0px;
}

.border-box {
  border: 1px solid #b4b4b4;
  padding: 5px;
  margin-top: 10px;
  font-size: 12px;
}

.comment {
  width: 635px;
  padding: 20px;
  border: 1px solid #929293;
  border-radius: 15px;
  margin-top: -20px;
  background-color: #fff;
  margin-bottom: 80px;
  display: flex;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .comment {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-top: -110px;
    margin-bottom: 50px;
  }
}

.comment .left .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.comment .left .sentence {
  font-size: 16px;
  line-height: 1.5;
}

.comment .right img {
  width: 247px;
}

.flex-wrap {
  display: flex;
  justify-content: space-between;
}

.flex-wrap .movie {
  margin-top: 30px;
}

.features {
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .features {
    margin-bottom: 60px;
  }
}

.features .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.features .flex-wrap .item {
  width: 302px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 40px;
}

.features .flex-wrap .item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .features .flex-wrap .item {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .features .flex-wrap .item:nth-child(1) {
    margin-top: 0;
  }
}

.features .flex-wrap .item .inner {
  position: absolute;
  font-size: 24px;
  bottom: 90px;
  left: 10px;
  color: #fff;
}

.features .flex-wrap .item .position-box {
  position: relative;
}

.features .flex-wrap .item .position-box img {
  width: 302px;
  height: 302px;
}

@media screen and (max-width: 640px) {
  .features .flex-wrap .item .position-box img {
    width: 355px;
    height: 355px;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .features .flex-wrap .item .position-box img {
    width: 100%;
    height: auto;
  }
}

.features .flex-wrap .item .position-box .position-sentence {
  position: absolute;
  font-size: 24px;
  line-height: 1.3;
  left: 10px;
  bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .features .flex-wrap .item .position-box .position-sentence {
    font-size: 24px;
  }
}

.features .flex-wrap .item .sentence {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}

.features .img-bg {
  position: absolute;
  right: -120px;
  top: 100px;
}

.product {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .product {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 640px) {
  .product h2 span {
    font-size: 20px;
  }
}

.product .ttl-sent {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 21px;
}

.product .position-box {
  position: relative;
}

.product .position-box .bg-box {
  position: absolute;
  left: 0;
  bottom: 50px;
}

.product .position-box .bg-box .asterisk {
  font-size: 10px;
  margin-bottom: 100px;
  line-height: 2;
}

.product .position-box .bg-box .img-read {
  font-size: 12px;
}

.product .flex-wrap {
  justify-content: space-between;
  display: flex;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap {
    flex-direction: column;
  }
}

.product .flex-wrap .item {
  width: 302px;
  position: relative;
}

.product .flex-wrap .item .annotation {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 20px;
}

.product .flex-wrap .item .figure-area {
  margin-top: 10px;
}

.product .flex-wrap .item .figure-area .number {
  font-size: 18px;
  display: block;
}

.product .flex-wrap .item .figure-area .read {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.product .flex-wrap .item .figure-area .figure-img {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.product .flex-wrap .item .sentence {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}

.product .flex-wrap .item .position-box {
  position: relative;
}

.product .flex-wrap .item .position-box img {
  width: 302px;
  height: 302px;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item .position-box img {
    width: 355px;
    height: 355px;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .product .flex-wrap .item .position-box img {
    width: 100%;
    height: auto;
  }
}

.product .flex-wrap .item .position-box .position-sentence {
  position: absolute;
  font-size: 24px;
  line-height: 1.3;
  left: 10px;
  bottom: 10px;
  color: #fff;
}

.product .flex-wrap .item .position-box .position-sentence span {
  font-size: 12px;
  position: absolute;
  right: 125px;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item .position-box .position-sentence {
    font-size: 24px;
  }
}

.product .flex-wrap .item table {
  margin-top: 16px;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item table {
    margin-bottom: 40px;
    width: 100%;
  }
}

.product .flex-wrap .item table th {
  text-align: center;
  width: 150px;
  padding: 10px 0;
  background-color: #E7E5E4;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item table th {
    width: 177px;
  }
}

.product .flex-wrap .item table td {
  padding: 10px 0;
  border-top: 1px solid #000000;
  line-height: 1.5;
}

.product .flex-wrap .item table .left {
  border-right: 1px solid #000000;
}

.product .flex-wrap .item:nth-child(2) .position-box {
  position: relative;
}

.product .flex-wrap .item:nth-child(2) .position-box img {
  width: 302px;
  height: 302px;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item:nth-child(2) .position-box img {
    width: 355px;
    height: 355px;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .product .flex-wrap .item:nth-child(2) .position-box img {
    width: 100%;
    height: auto;
  }
}

.product .flex-wrap .item:nth-child(2) .position-box .position-sentence {
  position: absolute;
  font-size: 24px;
  line-height: 1.3;
  left: 10px;
  bottom: 10px;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  .product .flex-wrap .item:nth-child(2) .position-box .position-sentence {
    font-size: 24px;
  }
}

.link-list {
  border: 1px solid #a1a1a1;
  padding: 20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .link-list {
    padding: 10px;
  }
}

.link-list .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.375;
}

@media screen and (max-width: 640px) {
  .link-list .ttl {
    margin-bottom: 10px;
  }
}

.link-list .list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .link-list .list {
    flex-direction: column;
  }
}

.link-list .list li {
  border: 2px solid #5378c6;
  width: 448px;
  position: relative;
  color: #5378c6;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .link-list .list li {
    width: 100%;
    line-height: 1.5;
  }
}

.link-list .list li:first-child {
  padding: 10px 63px 10px 102px;
}

@media screen and (max-width: 640px) {
  .link-list .list li:first-child {
    padding: 10px 30px;
  }
}

.link-list .list li:last-child {
  padding: 10px 0px 10px 30px;
}

@media screen and (max-width: 640px) {
  .link-list .list li:last-child {
    padding: 20px;
  }
}

.link-list .list li:last-child:before {
  left: 10px;
}

@media screen and (max-width: 640px) {
  .link-list .list li:last-child:before {
    left: auto;
  }
}

.link-list .list li:before {
  content: "";
  background-image: url(../img/TOP/icon03.png);
  display: inline-block;
  background-size: contain;
  width: 14px;
  height: 13px;
  margin-right: 5px;
  left: 80px;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .link-list .list li:before {
    left: 5px !important;
  }
}

.link-list .list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.line-up .table-under-text li {
  font-size: 12px;
  margin-bottom: 8px;
}

.line-up .table-under-text li.mark:before {
  content: "";
  background: url(../img/TOP/icon04.png) no-repeat center/cover;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -1px;
}

.lineup {
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .lineup {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .lineup {
    padding-bottom: 50px;
  }
}

.lineup table {
  width: 100%;
  height: 144px;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .lineup table {
    width: 100%;
  }
}

.lineup table tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .lineup table tr th {
    width: 118px;
    font-size: 14px;
  }
}

.lineup table tr td {
  border-bottom: 1px solid #A1A1A1;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .lineup table tr td {
    font-size: 14px;
  }
}

.lineup table tr .gray {
  background-color: #E7E5E4;
}

.lineup table tr .right {
  border-right: 1px solid #000000;
  vertical-align: middle;
}

.lineup table tr .first {
  line-height: 36px;
  height: 36px;
  border-bottom: 1px solid #000000;
}

.lineup table tr .last {
  border-bottom: 1px solid #000000;
}

.lineup table tr .right-gray {
  border-right: 1px solid #A1A1A1;
}

.lineup .back-img {
  position: absolute;
  z-index: 0;
  top: -190px;
  right: -30px;
}

.note {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .note {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
}

.note .left {
  color: #dd007f;
  font-weight: 700;
  line-height: 34px;
  width: 89px;
  font-size: 23px;
  border: 1px solid #de0a80;
  text-align: center;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .note .left {
    font-size: 20px;
    width: 65px;
    line-height: 25px;
  }
}

.note .right {
  margin-top: 5px;
}

.note .right p {
  font-size: 13px;
  color: #de0a80;
  line-height: 1.3;
}

.introduction {
  background: #ebebeb;
  padding: 30px 0;
  margin-bottom: 50px;
}

.introduction .introduction-list {
  display: flex;
  flex-wrap: wrap;
}

.introduction .introduction-list li {
  margin-right: 32px;
  width: 300px;
}

@media screen and (max-width: 640px) {
  .introduction .introduction-list li .thumb img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .introduction .introduction-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.introduction .introduction-list li:last-child {
  margin-right: 0;
}

.introduction .introduction-list li .content .ttl {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.introduction .introduction-list li .content .wrap .link-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.introduction .introduction-list li .content .wrap .link-wrap span {
  display: block;
  font-size: 16px;
}

.introduction .introduction-list li .content .wrap .link-wrap a {
  color: #5378c6;
  font-size: 14px;
  font-weight: 700;
}

.introduction .introduction-list li .content .wrap .name {
  font-size: 16px;
  font-weight: 700;
}

.introduction .introduction-list li .content .wrap .name span {
  font-size: 13px;
}

.uv-8 p {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.7;
}

.uv-8 p span {
  color: #e2007f;
}

.uv-8 .excel-list {
  display: flex;
}

@media screen and (max-width: 640px) {
  .uv-8 .excel-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.uv-8 .excel-list li {
  margin-right: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .uv-8 .excel-list li {
    margin-right: 0;
    line-height: 30px;
    border: 1px solid #5378c6;
    height: 44px;
    width: 49%;
  }
}

.uv-8 .excel-list li a {
  color: #5378c6;
}

@media screen and (max-width: 640px) {
  .uv-8 .excel-list li a {
    display: flex;
    align-items: center;
    line-height: 1.3;
    justify-content: center;
    height: 100%;
  }
}

.uv-8 .excel-list li a:before {
  content: "";
  background-image: url(../img/TOP/icon05.png);
  display: inline-block;
  background-size: contain;
  width: 16px;
  height: 17px;
  margin-right: 5px;
  left: 80px;
  vertical-align: middle;
}

#browsebar.fix {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  min-width: 967px;
  margin: 0 auto;
  top: 0;
  z-index: 1000;
}

#browsebar.fix #browsebar-in {
  background-color: #434343;
}

.service-list>.bottom-left>a>img {
	width: 642px !important;
}

/* ここから導入事例追加 */
.introduction-list>li>.thumb>img {
  width: 300px;
  height: 220px;
}

.introduction-list>li>.thumb>.top {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}

.introduction-list>li>.thumb>.bottom {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  font-weight: 500;
}

.introduction-list>li>.thumb>.btn {
  background-color: #FFF;
  border: solid 2px #0F47AA;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 14px ;
  color: #0F47AA;
  margin-top: 15px;
  
}

.introduction-list>li>.thumb>.btn:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 13px;
  background-image: url(../img/UV-B/icon03.png);
  background-size: contain;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .introduction-list>li{
    margin-bottom: 50px !important;
  }

  .introduction-list>li>.thumb>img {
    height: auto;
  }

  .introduction-list>li>.thumb>.btn{
    padding: 13px 0;
  }
  .introduction{
    padding: 30px 0 10px 0 !important;
  }
}
/*# sourceMappingURL=uv-b.css.map */