﻿@charset "utf-8";

html {
  scroll-behavior: smooth;
}
img {
  vertical-align: middle;
}
.sp-only {
  display: none!important;
}

/* ----------------------------------------------------
  [FS]diagnosis_top_pc
---------------------------------------------------- */
.topimage {
  display: flex;
  justify-content: center;
}
.topimage img {
  max-width: none !important;
}
#about {
  padding-bottom: 40px;
}
#about .inner {
  width: 900px;
  margin: 0 auto;
  padding-top: 35px;
  text-align: center;
}
#about .inner p.text {
  padding: 40px 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 2;
}
#about .inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 708px;
  margin: 0 auto;
  padding-top: 15px;
}
#about .inner ul li {
  width: 210px;
}
#about .inner ul li span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 3px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #1bb3b1;
}
#about .inner ul li p {
  position: relative;
  vertical-align: middle;
  padding: 4px 0 4px 18px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #1bb3b1;
  border-radius: 19px;
}
#about .inner ul li:nth-child(2) p {
  padding: 4px 0;
}
#about .inner ul li:last-child span {
  background-color: #ff7a9b;
}
#about .inner ul li:last-child p {
  background-color: #ff7a9b;
}
#about .inner ul li p:before,
#about .inner ul li p:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#about .inner ul li p:before {
  left: 224px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1bb3b1;
  border-right: 2px solid #1bb3b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#about .inner ul li:last-child p:before {
  content: none;
}

/* ----------------------------------------------------
  [FS]diagnosis_login_top_pc
---------------------------------------------------- */
#login .hero {
  text-align: center;
  border-bottom: 3px solid #d82035;
  background-image: url(/s/freespace_other/images/diagnosis/pc/bg_left.png),url(/s/freespace_other/images/diagnosis/pc/bg_right.png);
  background-position: left,right;
  background-repeat: no-repeat;
}
#login #about {
  padding-bottom: 0;
}
#login #about .inner {
  padding-top: 0;
}
/* ----------------------------------------------------
  [FS]diagnosis_bottom_pc
---------------------------------------------------- */
.bottom.logout {
  padding: 15px 0;
}
.bottom .inner {
  width: 900px;
  margin: 0 auto;
}
.bottom .top-link {
  padding-bottom: 90px;
  text-align: center;
}
.bottom .top-link a:hover {
  opacity: 0.8;
}