service.css 7.96 KB
@charset "UTF-8";
/* 游ゴシック
=========================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
/* 矢印
=========================================== */
/* 角丸
=========================================== */
#pageTitle {
  padding: 8em 0 5em 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #pageTitle {
      padding-left: 3%;
      padding-right: 3%; } }
  #pageTitle .flex {
    align-items: center; }
    #pageTitle .flex > div {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        #pageTitle .flex > div {
          width: 100%; } }
      #pageTitle .flex > div p {
        text-align: left;
        font-size: 1.3rem;
        transform: scale(1, 1.2);
        line-height: 200%;
        margin-bottom: 30px; }
  #pageTitle h1 {
    margin-bottom: 0.8em; }
  #pageTitle p {
    color: #636466;
    font-size: 1.5rem;
    transform: scale(1, 1.2);
    letter-spacing: 1px; }

.search.btm {
  margin-top: 6em; }
  .search.btm .bg > .flex > div {
    padding: 1.2em; }
.search.more {
  margin-top: 3em;
  text-align: center; }
  .search.more .more a {
    min-width: 320px; }
.search .bg {
  background-color: #f4f4f4;
  padding: 2em; }
  .search .bg h2 {
    margin-top: -50%; }
    @media only screen and (max-width: 767px) {
      .search .bg h2 {
        margin-top: 0; }
        .search .bg h2 img {
          width: 137px; } }
  .search .bg > .flex {
    justify-content: space-between; }
    .search .bg > .flex > div {
      width: 32%;
      border: 4px #62bcc3 solid;
      border-radius: 14px;
      background-color: #fff;
      padding: 2.2em 1.6em;
      position: relative;
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .search .bg > .flex > div {
          width: 100%; } }
      .search .bg > .flex > div h3 {
        line-height: 140%; }
      .search .bg > .flex > div img {
        vertical-align: bottom; }
      .search .bg > .flex > div.noBorder {
        border: none;
        background-color: transparent; }
        @media only screen and (max-width: 767px) {
          .search .bg > .flex > div.noBorder {
            padding: 0; } }
      .search .bg > .flex > div a {
        display: inline-block;
        background-color: #62bcc3;
        color: #fff;
        padding: 5px 40px;
        line-height: 120%;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        position: absolute;
        right: 0;
        bottom: 14px; }
        .search .bg > .flex > div a:after {
          content: "";
          display: block;
          width: 12px;
          height: 15px;
          background: url(/common/img/icon_arrow.png) no-repeat 0 0;
          position: absolute;
          right: 15%;
          top: 26%; }
        .search .bg > .flex > div a span {
          display: inline-block;
          font-size: 1.3rem;
          transform: scale(1, 1.2); }
  .search .bg .lists {
    justify-content: space-between; }
    .search .bg .lists > div:nth-child(1) {
      width: 55%; }
      .search .bg .lists > div:nth-child(1) img {
        max-width: 100%; }
    .search .bg .lists > div:nth-child(2) {
      width: 40%; }

#detail .bg {
  background-color: #f4f4f4;
  padding: 26px 40px; }
  @media only screen and (max-width: 767px) {
    #detail .bg {
      padding: 15px; } }
  #detail .bg .labels > div {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      #detail .bg .labels > div {
        width: 100%; } }
    #detail .bg .labels > div h2 {
      font-size: 1.3rem;
      color: #62bcc3;
      line-height: 100%;
      padding: 12px 8px; }
    #detail .bg .labels > div p {
      display: inline-block;
      background-color: #62bcc3;
      line-height: 100%;
      font-size: 1.2rem;
      color: #fff;
      padding: 6px 16px;
      border-radius: 12px; }
  #detail .bg .labels .green h2 {
    color: #3ccc79; }
  #detail .bg .labels .green p {
    background-color: #3ccc79; }
  #detail .bg .borderBox {
    border: 4px #62bcc3 solid;
    border-radius: 14px;
    background-color: #fff;
    padding: 10px 1.6em  1.4em 1.6em;
    margin-top: 20px; }
    #detail .bg .borderBox table.gaiyo {
      width: 100%; }
      #detail .bg .borderBox table.gaiyo th, #detail .bg .borderBox table.gaiyo td {
        font-size: 1.4rem;
        line-height: 170%;
        text-align: left;
        border-bottom: 2px #e2e2e2 solid;
        padding: 20px 0; }
        @media only screen and (max-width: 767px) {
          #detail .bg .borderBox table.gaiyo th, #detail .bg .borderBox table.gaiyo td {
            width: 100%;
            display: block; } }
      #detail .bg .borderBox table.gaiyo th {
        width: 24%; }
        @media only screen and (max-width: 767px) {
          #detail .bg .borderBox table.gaiyo th {
            width: 100%; } }
        #detail .bg .borderBox table.gaiyo th:before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 5px;
          background-color: #62bcc3;
          margin-right: 6px; }
      #detail .bg .borderBox table.gaiyo td {
        line-height: 2; }
        #detail .bg .borderBox table.gaiyo td figure {
          text-align: center; }
        #detail .bg .borderBox table.gaiyo td a {
          text-decoration: underline;
          position: relative;
          display: inline-block;
          padding-left: 10px; }
          #detail .bg .borderBox table.gaiyo td a:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #000000;
            transform: scale(1, 0.75);
            position: absolute;
            left: 0;
            top: 7px; }
      #detail .bg .borderBox table.gaiyo td.bold {
        font-weight: bold;
        font-size: 1.6rem; }
      #detail .bg .borderBox table.gaiyo .noBorder {
        border: none; }
      @media only screen and (max-width: 767px) {
        #detail .bg .borderBox table.gaiyo td.noBorder {
          padding-top: 0;
          padding-bottom: 0; } }
    #detail .bg .borderBox table.ph th, #detail .bg .borderBox table.ph td {
      border: none;
      padding: 5px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #detail .bg .borderBox table.ph th, #detail .bg .borderBox table.ph td {
          width: 33%;
          display: table-cell; }
          #detail .bg .borderBox table.ph th img, #detail .bg .borderBox table.ph td img {
            max-width: 100%; } }
    #detail .bg .borderBox table.ph th {
      text-align: center;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        #detail .bg .borderBox table.ph th {
          font-size: 1.2rem; } }
      #detail .bg .borderBox table.ph th:before {
        display: none; }
    @media only screen and (max-width: 767px) {
      #detail .bg .borderBox table.ph td {
        font-size: 1.0rem;
        line-height: 150%; } }
    #detail .bg .borderBox table.ph .border {
      border-right: 2px #e2e2e2 solid; }

.rev .more a {
  padding: 6px 3em 12px 4em; }
  .rev .more a:after {
    transform: rotate(180deg);
    right: auto;
    left: 15%; }

@media only screen and (max-width: 1060px) {
  #service {
    padding-left: 3%;
    padding-right: 3%; } }
#service h2 {
  text-align: center;
  margin-bottom: 2em; }
  #service h2 img {
    max-width: 100%; }
#service p {
  transform: scale(1, 1.4);
  font-size: 1.3rem;
  text-align: center; }
#service .more {
  text-align: center;
  margin-top: 2em; }