html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}


table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}



img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
/*  opacity: 0; */
}

body {
  transition: opacity 0.3s ease;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
  overflow: hidden;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

@media print, (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  .container {
    min-width: 1330px;
  }


  .wrapper {
    width: 1174px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 33px;
    padding-left: 33px;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    font-size: 62.5%;
  }

  main {
    margin-top: 6.4rem;
  }

  body.has-menu {
    position: fixed;
    right: 0;
    left: 0;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .md {
    display: none !important;
  }
}

.button-hamburger {
  position: absolute;
  z-index: 99;
  right: 0;
  cursor: pointer;
}

.button-hamburger > span {
  display: block;
  position: absolute;
  top: 47%;
  left: 50%;
  transition: all 0.4s ease;
  border: 1px solid #316094;
  border-radius: 0.8rem;
}

@media only screen and (max-width: 767.98px) {
  .button-hamburger {
    top: 0;
    width: 6.4rem;
    height: 6.4rem;
  }

  .button-hamburger > span {
    width: 2rem;
    margin-left: -0.8rem;
  }

  .button-hamburger > span:nth-child(1) {
    margin-top: -0.8rem;
  }

  .button-hamburger > span:nth-child(3) {
    margin-top: 0.8rem;
  }

  .button-hamburger.is-active > span {
    width: 2.4rem;
    margin-top: 0;
    margin-left: -1rem;
  }

  .button-hamburger.is-active > span:nth-child(1) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .button-hamburger.is-active > span:nth-child(2) {
    opacity: 0;
  }

  .button-hamburger.is-active > span:nth-child(3) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.navigation .navigation-menu {
  margin-bottom: 0;
  list-style: none;
}

.navigation .navigation-menu a {
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .navigation {
    display: block !important;
    height: auto !important;
    margin-right: auto;
    opacity: 1 !important;
  }

  .navigation .navigation-content {
    display: -ms-flexbox;
    display: flex;
  }

  .navigation .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    font-size: 1.6rem;
  }

  .navigation .navigation-menu > li:not(:first-child) {
    margin-left: 19px;
  }

  .is-tablet .navigation .navigation-menu > li:not(:first-child) {
    margin-left: 14px;
  }

  .navigation .navigation-menu a {
    color: #333;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation {
    display: none;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    padding-top: 6.4rem;
  }

  .navigation .navigation-content {
    position: relative;
    min-height: 100%;
    padding-bottom: 12rem;
    background: #fff;
  }

  .navigation .navigation-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .navigation .button-hamburger {
    top: 2.5rem;
    margin-top: -2.5rem;
  }

  .navigation .button-hamburger > span {
    width: 4.3rem;
    margin-left: -3.3rem;
    background: #fff;
  }

  .navigation .button-hamburger > span:nth-child(1) {
    top: 2.9rem;
    -ms-transform: translateY(0.8rem) rotate(-43deg);
    transform: translateY(0.8rem) rotate(-43deg);
  }

  .navigation .button-hamburger > span:nth-child(2) {
    opacity: 0;
  }

  .navigation .button-hamburger > span:nth-child(3) {
    -ms-transform: translateY(-0.8rem) rotate(44deg);
    transform: translateY(-0.8rem) rotate(44deg);
  }

  .navigation .navigation-menu {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.9rem;
    padding-left: 0;
    border-bottom: 1px solid #d6d6d6;
  }

  .navigation .navigation-menu > li {
    padding: 0.8rem 6rem 0 2rem;
  }

  .navigation .navigation-menu .menu-link {
    display: block;
    position: relative;
    padding: 1.2rem 0;
    color: #333;
  }

  .navigation .contact-button {
    padding: 0 2rem;
  }
}

.button-top {
  cursor: pointer;
}

.button-top.is-show {
  visibility: visible;
  opacity: 1;
}

.button-top span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.button-top span::before {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
}

@media print, (min-width: 768px) {
  .button-top {
    visibility: hidden;
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    background-color: #e0e0e0;
  }

  .button-top.is-stuck {
    position: absolute;
    top: -85px;
  }

  .button-top span {
    position: absolute;
    top: 57%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #333;
    letter-spacing: 0.045em;
  }

  .button-top span::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("/service/product/s-miteras/case/img/common/icn_arrow_top.svg") center/contain no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.6rem;
    padding-top: 1.9rem;
    background-color: #316094;
    letter-spacing: 0.045em;
  }

  .button-top span {
    position: relative;
    color: #fff;
  }

  .button-top span::before {
    content: "";
    position: absolute;
    top: 53%;
    left: 59%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/service/product/s-miteras/case/img/common/sp/icn_arrow_top.svg") center/contain no-repeat;
  }
}


.title-common-secondary,
.title-common-tertiary {
  font-weight: 700;
}

.title-common-tertiary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #316094;
}

.title-common-tertiary .title-number {
  font-size: 6.4rem;
}

@media print, (min-width: 768px) {
  .title-common-secondary {
    margin-bottom: 60px;
    font-size: 3.2rem;
    line-height: 1.25;
    text-align: center;
  }

  .title-common-tertiary {
    margin-bottom: 38px;
    font-size: 2.4rem;
    line-height: 1.4479166667;
  }

  .title-common-tertiary .title-number {
    position: relative;
    top: 10px;
    min-width: 76px;
    letter-spacing: 0.2px;
  }

  .title-common-tertiary .title-detail {
    min-width: calc(100% - 76px);
    margin-left: 16px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }

  .title-common-tertiary {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.4rem;
  }

  .title-common-tertiary .title-detail {
    font-size: 2rem;
    line-height: 1.45;
  }
}

.title-common-primary {
  color: #316094;
  text-align: center;
}

@media print, (min-width: 768px) {
  .title-common-primary {
    margin-bottom: 68px;
    font-size: 3.6rem;
    line-height: 1.1111111111;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin: 0 -1rem 3.6rem;
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}

.section-common-case .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.section-common-case .banner-company {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}

.section-common-case .company-logo {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-common-case .logo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.section-common-case .logo-wrapper img {
  display: block;
  width: 100%;
}

.section-common-case .company-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-common-case {
    background-color: #f4f4f4;
  }

  .section-common-case .wrapper {
    padding: 115px 115px 79px;
  }

  .section-common-case .company-logo {
    width: 316px;
    padding: 4px 8px 0 0;
  }

  .section-common-case .company-logo::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 2px;
    height: 100px;
    background-color: #e0e0e0;
  }

  .section-common-case .banner-company {
    min-height: 130px;
  }

  .section-common-case .banner-content {
    background-color: #f4f4f4;
  }

  .section-common-case .title-large {
    margin-bottom: -2px;
    font-size: 2.4rem;
  }

  .section-common-case .title-small {
    font-size: 2rem;
  }

  .section-common-case .logo-wrapper {
    width: 184px;
  }

  .section-common-case .company-title {
    -ms-flex: 1;
    flex: 1;
    padding: 15px 34px;
  }

  .section-common-flow {
    padding: 80px 0 130px;
  }

  .section-common-flow .wrapper {
    width: 955px;
  }

  .section-common-flow .button-wrapper {
    margin-top: 73px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-flow {
    padding-bottom: 5.7rem;
  }

  .section-common-flow .button-wrapper {
    margin-top: 4.8rem;
  }

  .section-common-case .wrapper {
    padding: 6rem 2rem 2.4rem;
  }

  .is-ios .section-common-case .title-common-secondary {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .section-common-case .banner-thumbnail {
    margin: 0 -2rem 0.8rem;
  }

  .section-common-case .banner-company {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-common-case .banner-content {
    margin-bottom: 2.3rem;
  }

  .section-common-case .company-title {
    text-align: center;
  }

  .section-common-case .title-large {
    font-size: 2rem;
    line-height: 1.75;
  }

  .section-common-case .title-small {
    font-size: 1.6rem;
    line-height: 1.448125;
  }

  .section-common-case .logo-wrapper {
    width: 18.4rem;
    margin-bottom: 2.1rem;
  }
}

.block-common-study .study-detail {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.block-common-study .study-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-common-study .study-table dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

.block-common-study .study-table dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eaeaea;
  font-weight: 400;
  text-align: justify;
}

.block-common-study .study-table .is-gray {
  background-color: #bbc1d0;
  color: #316094;
}

.block-common-study .study-table .is-blue {
  background-color: #316094;
}

.block-common-study .study-table .is-dark {
  background-color: #8798b5;
}

.block-common-study .study-table .is-blue,
.block-common-study .study-table .is-dark {
  color: #fff;
}

@media print, (min-width: 768px) {
  .block-common-study {
    margin-bottom: 142px;
  }

  .block-common-study .study-detail {
    margin-bottom: 56px;
  }

  .block-common-study .study-table dt {
    width: 147px;
    padding: 22px 15px 23px;
  }

  .block-common-study .study-table dd {
    width: calc(100% - 147px);
    padding: 12px 33px 10px 8px;
    line-height: 1.5;
  }

  .block-common-study .study-table dt,
  .block-common-study .study-table dd {
    min-height: 72px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-common-study {
    margin-bottom: 3.2rem;
  }

  .block-common-study .study-table dt,
  .block-common-study .study-table dd {
    width: 100%;
    font-size: 1.6rem;
  }

  .block-common-study .study-table dt {
    padding: 0.5rem 1rem 0.7rem;
  }

  .block-common-study .study-table dd {
    padding: 0.7rem 0.9rem 0.7rem 1.1rem;
  }
}

.list-common-flow {
  padding-left: 0;
  list-style: none;
}

@media print, (min-width: 768px) {
  .list-common-flow > li:not(:last-child) {
    margin-bottom: 134px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-flow > li:not(:last-child) {
    margin-bottom: 5.6rem;
  }
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  min-height: 5.6rem;
  border-radius: 0.8rem;
  background-color: #ff7276;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.button-common-primary.is-light {
  border: 2px solid #316094;
  background-color: transparent;
  color: #316094;
}

.button-common-primary.is-dark {
  border: 2px solid #666;
  background-color: transparent;
  color: #666;
}

@media print, (min-width: 768px) {
  .button-common-primary {
    min-width: 176px;
    padding: 12px 10px 13px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 100%;
    padding: 1.4rem 1rem;
  }
}

.button-wrapper .button-common-primary {
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .button-wrapper .button-common-primary {
    width: 288px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-wrapper .button-common-primary {
    width: 28.8rem;
  }
}

.breadcrumb {
  position: fixed;
  z-index: 998;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
}

.breadcrumb-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.breadcrumb-list > li {
  display: inline;
  margin-bottom: 0.5rem;
}

.breadcrumb-list > li:not(:last-child) {
  position: relative;
}

.breadcrumb-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/service/product/s-miteras/case/img/common/icn_right.svg) center/contain no-repeat;
}

.breadcrumb-list a {
  color: #333;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    top: 87px;
    padding: 8px 0 6px;
  }

  .breadcrumb .wrapper {
    width: 1330px;
    padding-left: 11px;
  }

  .breadcrumb-list {
    font-size: 1.4rem;
  }

  .breadcrumb-list > li:not(:last-child) {
    padding-right: 20px;
  }

  .breadcrumb-list > li:not(:last-child)::after {
    top: -1px;
    right: -4px;
  }
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    top: 6.4rem;
    padding: 1rem 0;
  }

  .breadcrumb-list {
    font-size: 1rem;
  }

  .breadcrumb-list > li:not(:last-child) {
    padding-right: 2.2rem;
  }

  .breadcrumb-list > li:not(:last-child)::after {
    top: -0.4rem;
    right: -0.3rem;
  }
}

* > p:last-child {
  margin-bottom: 0;
}

.section-common-case .banner-thumbnail img {
  display: block;
  width: 100%;
}

.list-common-flow .flow-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-common-flow .detail-text,
.list-common-flow .info-detail {
  font-weight: 400;
  text-align: justify;
}

.list-common-flow .detail-thumbnail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-common-flow .detail-thumbnail img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.list-common-flow .detail-text {
  margin-bottom: 0;
}

.list-common-flow .detail-text img {
  display: block;
  width: 100%;
}

.list-common-flow .is-small {
  font-size: 1.4rem;
  line-height: 1.5714285714;
}

.list-common-flow .info-thumbnail img {
  display: block;
  width: 100%;
}

@media print, (min-width: 768px) {
  .case-common-banner {
    padding: 0 28px;
  }

  .title-common-tertiary .title-detail {
    position: relative;
    top: -5px;
  }

  .list-common-flow > li:not(:last-child) {
    margin-bottom: 111px;
  }

  .list-common-flow img + img {
    margin-top: 25px;
  }

  .list-common-flow .flow-detail {
    margin-top: 46px;
  }

  .list-common-flow .flow-detail.is-reverse .detail-thumbnail {
    width: 290px;
  }

  .list-common-flow .flow-detail.is-reverse .detail-text {
    -ms-flex: 1;
    flex: 1;
  }

  .list-common-flow .detail-text {
    width: 601px;
    letter-spacing: 0.015em;
  }

  .list-common-flow .detail-thumbnail {
    width: calc(100% - 602px);
    padding-top: 2px;
    padding-left: 30px;
  }

  .list-common-flow .is-position {
    padding-left: 0;
  }

  .list-common-flow .is-right {
    padding-left: 30px;
  }

  .list-common-flow .info-detail {
    margin-bottom: 32px;
  }

  .list-common-flow .info-thumbnail {
    width: 680px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-flow .detail-text {
    margin-bottom: 2.4rem;
  }

  .list-common-flow .detail-text img:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}

/* 新サイト共通スタイル打消し */

body .l-article{
  padding-top: 0;
}



