﻿@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */

/* ----------------------------------------------------------

		STYLE CSS

---------------------------------------------------------- */
.spblk {
  display: none;
}
.pcblk {
  display: block;
}
.concept-img .box img {
  width: 20% !important;
}
.concept-img .box div {
  width: 78% !important;
}
.btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ff0000;
}

/* リトーノページ用 */
.point03 .box {
  text-align: center;
  padding: 5px 10px;
  background: lemonchiffon;
  border-radius: 20px;
}
.ritorno h2 {
  font-size: 1.5em;
  position: relative;
  line-height: 1.5em;
  margin-top: 80px;
}
.ritorno h2::before {
  content: "業界初!";
  position: absolute;
  top: -40px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 20px;
  padding: 0px 20px;
}
.ritorno h2::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 4%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #ff0000;
  z-index: 0;
}
.text-left .box > div,
.text-right .box > div {
  width: 51% !important;
}
.text-left .box > img,
.text-right .box > img {
  width: 47% !important;
}
/* リトーノページ用 END */

@media screen and (max-width: 640px) {
  .concept-img .box img {
    width: 60% !important;
    margin: 0 auto !important;
  }
  .concept-img .box div {
    width: 100% !important;
  }
  .staffimg .box {
    text-align: center !important;
  }
  .concept-img .box div {
    text-align: left !important;
  }
  .spblk {
    display: block;
  }
  .pcblk {
    display: none;
  }
  .ritorno h2::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 6%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #ff0000;
    z-index: 0;
  }
  .text-left .box > div,
  .text-right .box > div {
    width: 100% !important;
  }
  .text-left .box > img,
  .text-right .box > img {
    width: 100% !important;
  }
}
