@charset "UTF-8";
/*=====================================
変数の定義
=====================================*/
/*=====================================
reset css
=====================================*/
/* 
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
} */
/* body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
} */
/*=====================================
default setting
=====================================*/
html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  /* margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #373737;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400; */
  /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
  -webkit-text-size-adjust: 100%;
}

/* p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.0rem;
}

@media screen and (max-width: 800px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
} */
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
}

/*=====================================
common setting
=====================================*/
.sections {
  padding: 80px 20px 0;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}

.section__title::after {
  display: block;
  content: attr(data-title);
  margin-top: 10px;
  color: #f8849b;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .section__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .section__title::after {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 800px) {
  .object__appear--pc {
    display: none;
  }
}

.object__appear--sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .object__appear--sp {
    display: block;
  }
}

/*=====================================
custom setting
=====================================*/
#monitor p {
  line-height: 3.0rem;
}

@media screen and (max-width: 800px) {
  #monitor p {
    line-height: 2.8rem;
  }
}

.header, .footer {
  padding: 40px 0;
}

.mainVisual {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mainVisual::before {
  display: block;
  content: "";
  padding-top: 80%;
}

@media screen and (min-width: 768px) {
  .mainVisual::before {
    padding-top: 40%;
  }
}

.mainVisual > figure > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .mainVisual > figure > img {
    width: 100%;
    height: auto;
  }
}

.mainVisual > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mainVisual > div {
    left: 60%;
  }
}

.mainVisual > div > h1 {
  margin-bottom: 5%;
  letter-spacing: 0.1em;
  font-size: clamp(22px, 2.8645vw, 50px);
  line-height: 1.8;
  color: #f8849b;
}

.mainVisual > div > h1 > span {
  display: block;
}

.mainVisual > div > h1 > span > span {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
}

.mainVisual > div > p {
  line-height: 1.8;
}

.mainVisual > div > p > span {
  padding: 3px 6px;
  background-color: white;
}

.mainVisual > div > p > span > br {
  display: none;
}

@media screen and (min-width: 768px) {
  .mainVisual > div > p > span > br {
    display: block;
  }
}

/* 20191008 add */
@media screen and (max-width: 800px) {
  .mainVisual {
    /* height: 560px; */
    /* background-position: left center;
    background-size: contain;
    background-image: url(../img/monitor/mainVisual_bg_sp.jpg); */
  }
  .mainVisual .inner .mainVisual__content {
    top: auto;
    bottom: 20px;
    padding: 30px 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: rgba(255, 255, 255, 0.9);
  }
  .mainVisual .inner .mainVisual__content .mainVisual__content--point {
    width: 80px;
    height: 80px;
    top: -50px;
    padding-top: 25px;
  }
}

.introTxt {
  text-align: center;
}

.introTxt .introTxt__sentences > span {
  color: #f8849b;
  font-weight: bold;
}

.conversion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding: 20px;
  background: #e7e7e7;
}

.conversion .conversion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  padding: 15px;
  text-align: center;
  background: white;
}

.conversion .conversion__item .conversion__item--link {
  width: 100%;
}

.conversion .conversion__item .conversion__item--link > a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.conversion .conversion__item .conversion__item--link.tel > a {
  font-size: 34px;
  font-size: 3.4rem;
  color: #f8849b;
}

.conversion .conversion__item .conversion__item--link.button > a {
  padding: 18px 0;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #f8849b;
}

.conversion .conversion__item .conversion__item--txt {
  margin-top: 10px;
}

@media screen and (max-width: 800px) {
  .conversion {
    display: block;
  }
  .conversion .conversion__item {
    width: 100%;
  }
  .conversion .conversion__item:last-child {
    margin-top: 20px;
  }
}

.table .table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #373737;
}

.table .table__item .table__item--tit, .table .table__item .table__item--txt {
  padding: 10px 25px;
}

.table .table__item .table__item--tit {
  width: 20%;
  color: #f8849b;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.table .table__item .table__item--txt {
  width: 80%;
  border-left: 1px dotted #373737;
}

.table .table__item .table__item--txt > ul {
  padding-left: 15px;
}

.table .table__item .table__item--txt > ul > li {
  list-style-type: disc;
}

.table .table__item:last-child {
  border-bottom: 1px solid #373737;
}

@media screen and (max-width: 800px) {
  .table .table__item {
    display: block;
  }
  .table .table__item .table__item--tit {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .table .table__item .table__item--txt {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    width: 80%;
    border-left: none;
  }
}

.photoCaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.photoCaption .photoCaption__item {
  width: 48%;
  text-align: center;
}

.photoCaption .photoCaption__item .photoCaption__item--txt {
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
  .photoCaption {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .photoCaption .photoCaption__item {
    width: 100%;
  }
  .photoCaption .photoCaption__item:last-child {
    margin-top: 40px;
  }
}

.photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photos .photos__item {
  width: 33%;
}

@media screen and (max-width: 800px) {
  .photos .photos__item {
    width: 50%;
  }
}

.p-appearSP {
  display: none;
}

@media screen and (max-width: 800px) {
  .p-appearPC {
    display: none;
  }
  .p-appearSP {
    display: block;
  }
}
/*# sourceMappingURL=monitor.css.map */