@charset "UTF-8";




/*--------------------------------------------------
	Adjuster
--------------------------------------------------*/
/* Position */

.floatL {
  float: left; }

.floatR {
  float: right; }

/*--------------------------------------------------
	clearfix
--------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

.scrollFadein {
  transition: opacity 0.4s, transform 0.3s ease-out;
  opacity: 0;
  transform: translateX(-30px);
  position: relative;
}

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

PC

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

.webservice h2 {
  text-align: left;
  margin: 0 auto 15px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
.webservice h2 span {
    display: block;
    font: normal 10px Oxygen;
    color: #888;
    letter-spacing: 0.2em; }


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

SP

----------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  .webservice h2 {
    width: 90%;
    text-align: center;
    margin: 0 auto 20px;
    padding-top: 0;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 16px; }
    .webservice h2 span {
      display: block;
      font: normal 10px Oxygen;
      padding-top: 4px; }

 }

