/**---------------------------------
* ベース
---------------------------------*/
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  box-sizing: border-box;
  font-size: 1.0rem;
  line-height: 1.8;
}

a {
  text-decoration:none;
}

img{
  vertical-align: bottom;
}

/*コンテナ最大幅*/
.lp-container {
  padding: 0 20px;
  color: #333333;
}
@media (min-width: 40rem) {
  .lp-container {
    width: 980px;
    margin: 0 auto;
    padding: 0;
  }
}

/*PC スマホ　非表示*/
@media (max-width: 639px) {
  .sp-hidden {
    display: none;
  }
}
@media (min-width: 640px) {
  .pc-hidden {
    display: none;
  }
}

/*タイトル*/
.main-area {
  background-color: #CCC;
}
@media (max-width: 639px) {
  .main-image {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    padding-top: 53.33%;
    background: url(../img/main_sp.jpg) top center no-repeat;
    position: relative;
    background-size: contain;
  }
}
@media (min-width: 640px) {
  .main-image {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    padding-top: 36.61%;
    background: url(../img/main_pc.jpg) top center no-repeat;
    position: relative;
    background-size: contain;
  }
}

/*デジタルサイネージとは*/
.about-area {
  padding: 40px 0 100px;
  position: relative;
}
@media (min-width: 40rem) {
  .about-area  {
    padding: 80px 0 120px;
  }
}
.about-area::after {
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-image: url(../img/town-line.png);
  background-size: contain;
}
.about-left {
  padding: 0;
}
@media (min-width: 40rem) {
  .about-left {
    padding-right: 40px;
  }
}
.about-heading {
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 40rem) {
  .about-heading {
    font-size: 1.7rem;
  }
}
.about-heading-l {
  font-size: 1.5rem;
  font-weight: bold;
  color: #DF0038;
  margin-bottom: 20px;
}
@media (min-width: 40rem) {
  .about-heading-l {
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
}
.about-right {
  margin-top: 20px;
}
@media (min-width: 40rem) {
  .about-right {
    margin-top: 0;
  }
}
.about-right-text {
  text-align: left;
  font-size: 0.95rem;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 40rem) {
  .about-right-text {
    text-align: center;
  }
}
.about-right-image {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 40rem) {
  .about-right-image {
    width: 300px;
  }
}

/*お悩みありませんか*/
.introduction-area {
  background-color: #D7F6FC;
  padding: 40px 0 60px;
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 40rem) {
  .introduction-area {
    padding: 70px 0;
  }
}
.introduction-area::after {
  position: absolute;
  content: '';
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 60px solid #D7F6FC;
  width: 0;
  height: 0;
}
.introduction-heading-container {
  text-align: center;
}
.introduction-heading {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 20px;
}
.o-introduction-icon {
  width: 56px;
  height: 74px;
  margin: 0 auto;
}

@media (min-width: 40rem) {
  .introduction-heading {
    font-size: 2.0rem;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    padding-right: 70px;
  }
  .introduction-heading::after {
    content: '';
    width: 56px;
    height: 74px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../img/introduction-icon.png);
    background-size: contain;
  }
  .introduction-heading::after {
    top: -10px;
    right: 0;
  }
}
.introduction-heading span {
  font-size: 1.8rem;
  background:linear-gradient(transparent 55%, #FCF36B 55%);
}
@media (min-width: 40rem) {
  .introduction-heading span {
    font-size: 3.0rem;
    background:linear-gradient(transparent 55%, #FCF36B 55%);
  }
}
.introduction-problem-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
}
@media (min-width: 40rem) {
  .introduction-problem-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.introduction-problem {
  font-size: 1.2rem;
  color: #FFF;
  background-color: #48B5D9;
  border-radius: 20px;
  font-weight: bold;
  padding: 15px 0;
  line-height: normal;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (min-width: 40rem) {
  .introduction-problem {
    margin-bottom: 0;
    font-size: 1.4rem;
    flex-basis: 35%;
    padding: 15px 25px;
  }
}
.introduction-problem-space {
  flex-basis: 5%;
}

.introduction-comment {
  text-align: center;
  margin-top: 70px;
}
.introduction-comment-s {
  font-size: 1.1rem;
  color: #FFF;
  font-weight: bold;
  background-color: #DF0038;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 25px;
  margin-bottom: 10px;
}
@media (min-width: 40rem) {
  .introduction-comment-s {
    font-size: 1.2rem;
    border-radius: 25px;
  }
}
.introduction-comment-m {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 10px;
}
@media (min-width: 40rem) {
  .introduction-comment-m {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.introduction-comment-l {
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 20px;
  line-height: normal;
}
@media (min-width: 40rem) {
  .introduction-comment-l {
    font-size: 2.2rem;
    margin-top: 0;
  }
}
.introduction-comment-l span {
  color: #DF0038;
}

/*赤バック　ヘッダー*/
.red-heading-area {
  background-color: #D4013B;
  padding: 20px 0;
}
.red-heading {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 40rem) {
  .red-heading {
    font-size: 2.2rem;
  }
}
.contents-area {
  padding: 40px 0 60px;
}
.contents-inner {
  margin: 80px 0 50px;
}
@media (min-width: 40rem) {
  .contents-inner {
    margin: 100px 0 50px;
  }
}

/*利点*/
.merit_sp {
  background: url('../img/merit-image_sp.jpg')  top center no-repeat;
  width: 100%;
  padding-top: 58.77%;
  background-size: contain;
}
@media (min-width: 40rem) {
  .merit_pc {
    position: relative;
    background: url('../img/merit-image.png')  top center no-repeat;
    width: 980px;
    height: 576px;
    background-size: contain;
    margin-bottom: 0;
  }
  a.merit-btn {
    position: absolute;
    width: 92px;
    height: 34px;
  }
  a.merit-btn:hover {
    background: url(../img/highlight_mask.png);
  }
  a.merit-btn.type-a {
    top: 87px;
    left: 847px;
  }
  a.merit-btn.type-b {
    top: 250px;
    left: 696px;
  }
  a.merit-btn.type-c {
    top: 368px;
    left: 217px;
  }
  a.merit-btn.type-d {
    top: 501px;
    left: 277px;
  }
}
.o-heading1 {
  position: relative;
  color: #FFF;
  background: #48B5D9;
  line-height: 1.4;
  padding: 10px 15px;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 40rem) {
  .o-heading1 {
    font-size: 1.8rem;
  }
}
.o-heading1::after {
  /*タブ*/
  position: absolute;
  background: #DF0038;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 10px 15px 8px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: bold;
}
@media (min-width: 40rem) {
  .o-heading1::after {
    font-size: 1.3rem;
  }
}
.o-heading1.first::after {
  content: '利点1';
}
.o-heading1.second::after {
  content: '利点2';
}
.o-heading1.third::after {
  content: '利点3';
}
.contents-text-red {
  color: #DF0038;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 20px 0;
}
@media (min-width: 40rem) {
  .contents-text-red {
    font-size: 1.4rem;
    margin: 30px 0;
  }
}
.note-wrapper {
  border: 1px solid #E6E6E6;
  padding: 20px;
  margin-top: 30px;
}
.note {
  color: #054E7C;
  font-size: 0.95rem;
}
.note span.note-heading {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
}
.note span.note-marker  {
  background:linear-gradient(transparent 55%, #FCF36B 55%);
  font-weight: bold;
  font-size: 1.1rem;
}
.note-s {
  color: #054E7C;
  font-size: 0.85rem;
  margin-top: 10px;
}

/*運用*/
.contents-text-blue {
  color: #48B5D9;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (min-width: 40rem) {
  .contents-text-blue {
    font-size: 1.4rem;
  }
}

.pc-center {
  text-align: left;
}
@media (min-width: 40rem) {
  .pc-center {
    text-align: center;
  }
}
.sp-center {
  text-align: center;
}
@media (min-width: 40rem) {
  .sp-center {
    text-align: left;
  }
}
.operation-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
}
@media (min-width: 40rem) {
  .operation-image-container {
    display: flex;
    flex-direction: row;
  }
}
.operation-image {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 40rem) {
  .operation-image {
    flex-basis: 80%;
  }
}
.contents-triangle {
  flex-basis: 0%;
}
.contents-triangle {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #BAD7DF;
  width: 0;
  height: 0;
  margin: 10px 0;
}
@media (min-width: 40rem) {
  .contents-triangle {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #BAD7DF;
    border-right: 0 solid transparent;
    margin: 0 10px;
  }
}

/*DWINについて*/
.contents-area.bk-yellow {
  background-color: #FFF7E2;
}
.contents-text-l {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 10px 0 30px;
}
@media (min-width: 40rem) {
  .contents-text-l {
    font-size: 1.2rem;
  }
}
.contents-logo {
  width: 240px;
  margin: 0 auto;
  padding: 30px 0;
}
.o-heading2 {
  font-size: 1.4rem;
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
  font-weight: bold;
  margin-top: 50px;
}
.o-heading3 {
  border-bottom: 1px solid #666666;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.o-heading3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #D4013B;
  bottom: -1px;
  width: 20%;
}

.contents-function {
  margin: 20px 0 0;
}
@media (min-width: 40rem) {
  .contents-function {
    margin: 30px 0;
  }
}
.contents-function-image {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (min-width: 40rem) {
  .contents-function-image {
    width: 100%;
  }
}
.contents-sample {
  background-color: #FFF;
  padding: 20px;
}
.contents-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.contents-title span {
  font-size: 1.0rem;
  font-weight: normal;
}

.contents-price {
  background-color: #FFF;
  padding: 20px;
  margin: 30px 0;
}
.contents-price-item {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 20px;
  margin-bottom: 10px;
}
.contents-price-item.theme {
  font-weight: bold;
  padding: 0 0 10px;
}

.contents-price-note {
  font-size: 0.85rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 40rem) {
  .contents-price-note {
    text-align: right;
  }
}
.contents-flow {
  margin-bottom: 30px;
}
.contents-flow p {
  display: none;
}

/*フッター　お問い合わせ*/
.footer-info {
   padding: 50px 0;
   background: #F8F8F4 ;
   overflow: hidden;
   text-align: left;
 }
 .info-text{
   color: #333333;
   font-size: 1.1rem;
 }
 .info-number {
   font-size: 1.8rem;
   font-weight: bold;
   margin-top: 25px;
 }
 .info-number a {
   color: #054E7C;
 }
 @media (min-width: 40rem) {
   .info-number a {
     color: #333;
   }
 }

 .info-button {
   width:100%;
   font-size:1.6rem;
   font-weight:bold;
   text-decoration:none;
   display:block;
   text-align:center;
   padding: 10px 0;
   color:#FFF;
   background-color: #BD1E2A;
   position: relative;
   border-radius: 12px;
 }
 .info-button::after {
   display: block;
   content: "";
   position: absolute;
   top: 50%;
   right: 20px;
   width: 10px;
   height: 10px;
   margin: -5px 0 0 0;
   border-top: solid 3px #FFF;
   border-right: solid 3px #FFF;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
 }

 .footer-logo {
   text-align: center;
   padding: 12px 0;
   background: #0c328c ;
   /*background: #054E7C;*/
 }
 .logo-img {
   width: 30%;
 }
 @media (min-width: 40rem) {
   .logo-img {
     width: 130px;
   }
 }
 .footer-copyright {
   text-align: center ;
   padding: 10px 0;
   background: #FFF ;
   font-size: 0.8rem;
   color: #808080;
 }
