@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #FFFEEE 50%, #FFFEEE 100%); }
  @media (min-width: 768px) {
    #mv {
      padding-top: 100px; } }
  @media (min-width: 1024px) {
    #mv {
      padding-top: 150px; } }
  @media (min-width: 768px) {
    #mv .back .sp {
      display: none; } }
  #mv .back .tb768 {
    display: none; }
    @media (min-width: 768px) {
      #mv .back .tb768 {
        display: block; } }
    @media (min-width: 1024px) {
      #mv .back .tb768 {
        display: none; } }
  #mv .back .tb1024 {
    display: none; }
    @media (min-width: 1024px) {
      #mv .back .tb1024 {
        display: block; } }
    @media (min-width: 1250px) {
      #mv .back .tb1024 {
        display: none; } }
  #mv .back .pc {
    display: none; }
    @media (min-width: 1250px) {
      #mv .back .pc {
        display: block; } }

/*
---------------------------------------------------------------------------------------------------------------------
にこっと笑ってはなまる人生
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding: 60px 0 80px;
  position: relative; }
  @media (min-width: 768px) {
    #about {
      display: flex;
      padding: 60px 0 100px; } }
  @media (min-width: 1024px) {
    #about {
      width: 70%; } }
  @media (min-width: 1250px) {
    #about {
      width: 90%; } }
  #about .icon {
    display: none; }
    @media (min-width: 1250px) {
      #about .icon {
        display: block;
        width: 20%;
        padding: 14% 4% 0 0; } }
  @media (min-width: 768px) {
    #about .about-in {
      width: 80%; } }
  @media (min-width: 1250px) {
    #about .about-in {
      width: 60%;
      padding-left: 4%; } }
  #about .about-in h2 {
    font-size: 1.31em;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color: #90BD20; }
    @media (min-width: 768px) {
      #about .about-in h2 {
        font-size: 2.2em;
        letter-spacing: 0.2em; } }
  #about .about-in .txt {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #about .about-in .txt {
        margin-top: 45px; } }
    #about .about-in .txt p {
      font-size: 0.9em;
      line-height: 1.8em;
      font-weight: 400; }
      @media (min-width: 768px) {
        #about .about-in .txt p {
          font-size: 1.0em; } }
      @media (min-width: 1250px) {
        #about .about-in .txt p {
          font-size: 1.125em; } }
  #about .kazari {
    position: absolute;
    top: 56%;
    right: 0;
    width: 100px; }
    @media (min-width: 768px) {
      #about .kazari {
        width: 25%;
        position: inherit; } }
    @media (min-width: 1250px) {
      #about .kazari {
        width: 20%; } }

/*
---------------------------------------------------------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------------------------------------------------------
*/
#news {
  background-color: #CFD629;
  padding: 35px 0; }
  @media (min-width: 768px) {
    #news {
      padding: 50px 0; } }
  #news .news-in {
    max-width: 660px;
    margin: auto;
    width: 90%;
    padding: 0 0 80px;
    position: relative; }
    @media (min-width: 1250px) {
      #news .news-in {
        max-width: 1200px;
        display: flex;
        padding: 40px 0 40px; } }
    #news .news-in .news-title {
      display: flex;
      align-items: center; }
      @media (min-width: 1250px) {
        #news .news-in .news-title {
          width: 30%;
          justify-content: center;
          text-align: center; } }
      #news .news-in .news-title .news-title-in h2 {
        font-size: 1.25em;
        line-height: 1.2em; }
        @media (min-width: 768px) {
          #news .news-in .news-title .news-title-in h2 {
            font-size: 2.25em; } }
      #news .news-in .news-title .news-title-in .news-btn {
        position: absolute;
        bottom: 0;
        right: 0; }
        @media (min-width: 1250px) {
          #news .news-in .news-title .news-title-in .news-btn {
            position: relative;
            margin-top: 20px; } }
        #news .news-in .news-title .news-title-in .news-btn a {
          font-size: 1.125em;
          font-weight: 400;
          display: inline-block;
          width: 215px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          padding: 0 20px 0 0;
          border-radius: 50px;
          position: relative;
          background-color: #fff; }
          #news .news-in .news-title .news-title-in .news-btn a img {
            width: 13px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 20px;
            margin: auto;
            transition: .5s; }
          #news .news-in .news-title .news-title-in .news-btn a:hover img {
            right: 15px; }
    #news .news-in .news-archive ul li a:hover h5 {
      color: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
事業のご案内
---------------------------------------------------------------------------------------------------------------------
*/
#business {
  background-color: #fff;
  padding: 60px 0 20px; }
  @media (min-width: 768px) {
    #business {
      padding: 60px 0 80px; } }
  #business .business-in {
    max-width: 1000px;
    margin: auto;
    width: 90%; }
    #business .business-in .business-title {
      max-width: 600px;
      margin: auto; }
    #business .business-in .project {
      margin-top: 50px; }
      @media (min-width: 768px) {
        #business .business-in .project {
          max-width: 500px;
          margin: 50px auto 0; } }
      @media (min-width: 1025px) {
        #business .business-in .project {
          max-width: none; } }
      @media only screen and (min-width: 1250px) {
        #business .business-in .project .o-6column .col-lg-6 {
          padding: 0 50px; }
        #business .business-in .project .o-6column {
          margin: 0 -50px; } }
      #business .business-in .project .project-box {
        text-align: center;
        margin-bottom: 60px; }
        @media (min-width: 1250px) {
          #business .business-in .project .project-box {
            margin-bottom: 0; } }
        #business .business-in .project .project-box h2 {
          font-size: 1.5em;
          line-height: 1.2em; }
          @media (min-width: 768px) {
            #business .business-in .project .project-box h2 {
              font-size: 1.875em; } }
          @media (min-width: 1250px) {
            #business .business-in .project .project-box h2 {
              font-size: 2.8em; } }
          #business .business-in .project .project-box h2.collar1 {
            color: #82B328; }
          #business .business-in .project .project-box h2.collar2 {
            color: #EC7DA4; }
        #business .business-in .project .project-box p {
          font-size: 0.9em;
          text-align: justify;
          margin-top: 20px; }
          @media (min-width: 768px) {
            #business .business-in .project .project-box p {
              font-size: 1em; } }
          @media (min-width: 1250px) {
            #business .business-in .project .project-box p {
              font-size: 1.125em;
              margin-top: 30px; } }
        #business .business-in .project .project-box .business-btn {
          display: inline-block;
          text-align: center;
          border-radius: 5px;
          margin-top: 30px; }
          #business .business-in .project .project-box .business-btn.collar1 {
            border: 1px solid #82B328; }
          #business .business-in .project .project-box .business-btn.collar2 {
            border: 1px solid #EC7DA4; }
          #business .business-in .project .project-box .business-btn a {
            font-size: 1.0em;
            font-weight: 400;
            display: inline-block;
            width: 220px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            padding: 0 20px 0 0;
            position: relative; }
            #business .business-in .project .project-box .business-btn a img {
              width: 10px;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 20px;
              margin: auto;
              transition: .5s; }
            #business .business-in .project .project-box .business-btn a:hover img {
              right: 15px; }

/*
---------------------------------------------------------------------------------------------------------------------
居宅介護支援事業内容
---------------------------------------------------------------------------------------------------------------------
*/
.common-title {
  display: flex;
  align-items: center;
  justify-content: center; }
  .common-title.collar1 {
    color: #82B328; }
  .common-title.collar2 {
    color: #EC7DA4; }
  .common-title.collar3 {
    color: #EC7DA4; }
  .common-title h2 {
    font-size: 1.56em;
    line-height: 1.2em;
    letter-spacing: 0.1em; }
    @media (min-width: 768px) {
      .common-title h2 {
        font-size: 2.18em;
        margin: 0 18px; } }
    @media (min-width: 1250px) {
      .common-title h2 {
        font-size: 3.125em;
        margin: 0 56px; } }
  .common-title img {
    display: none; }
    @media (min-width: 768px) {
      .common-title img {
        display: block;
        width: 60px; } }
    @media (min-width: 1250px) {
      .common-title img {
        width: 90px; } }

#care {
  padding: 60px 0;
  background-color: #FFFCDB; }
  #care .care-content {
    margin-top: 60px;
    max-width: 1000px;
    margin: 30px auto;
    width: 90%; }
    @media (min-width: 768px) {
      #care .care-content {
        margin: 50px auto; } }
    @media only screen and (min-width: 768px) {
      #care .care-content .o-6column .col-lg-6 {
        padding: 0 10px; }
      #care .care-content .o-6column {
        margin: 0 -10px; } }
    @media only screen and (min-width: 1250px) {
      #care .care-content .o-6column .col-lg-6 {
        padding: 0 20px; }
      #care .care-content .o-6column {
        margin: 0 -20px; } }
    #care .care-content .care-box {
      background-color: #fff;
      padding: 25px 15px;
      border-radius: 20px;
      margin-bottom: 20px; }
      @media (min-width: 1250px) {
        #care .care-content .care-box {
          padding: 30px;
          margin-bottom: 40px; } }
      #care .care-content .care-box h3 {
        font-size: 1.25em;
        font-weight: 500;
        line-height: 1.2em;
        text-align: center;
        color: #02993B; }
        @media (min-width: 1250px) {
          #care .care-content .care-box h3 {
            font-size: 2.1em; } }
      #care .care-content .care-box .care-in {
        display: flex;
        margin-top: 30px;
        position: relative;
        z-index: 10; }
        #care .care-content .care-box .care-in img {
          width: 30%; }
        #care .care-content .care-box .care-in p {
          font-size: 0.9em;
          font-weight: 400;
          line-height: 1.6em;
          text-align: justify;
          width: 70%;
          padding-left: 2%; }
          @media (min-width: 1250px) {
            #care .care-content .care-box .care-in p {
              font-size: 1.3em; } }
      #care .care-content .care-box .number {
        position: absolute;
        bottom: 5%;
        right: 5%; }
        #care .care-content .care-box .number h4 {
          font-size: 10em;
          font-weight: 500;
          line-height: 1.2em;
          color: rgba(214, 234, 206, 0.5); }
  #care .staff {
    position: relative;
    background-color: #D7E7AF;
    max-width: 1000px;
    width: 90%;
    margin: 60px auto 0;
    border-radius: 20px;
    padding: 20px 0 20px; }
    @media (min-width: 768px) {
      #care .staff {
        padding: 40px 0 20px;
        margin: auto; } }
    #care .staff .staff-title {
      max-width: 280px;
      margin: auto;
      width: 90%;
      position: absolute;
      top: -18px;
      left: 0;
      right: 0; }
      @media (min-width: 1024px) {
        #care .staff .staff-title {
          max-width: 400px;
          top: -25px; } }
    #care .staff .staff-name {
      padding: 0 30px; }
      @media (min-width: 768px) {
        #care .staff .staff-name ul {
          display: flex; } }
      #care .staff .staff-name ul li {
        border-bottom: 3px dotted #02993B;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 768px) {
          #care .staff .staff-name ul li {
            border-right: 3px dotted #02993B;
            border-bottom: none; } }
        #care .staff .staff-name ul li:last-child {
          border-right: none;
          border-bottom: none; }
        @media (min-width: 768px) {
          #care .staff .staff-name ul li {
            width: 50%; } }
        #care .staff .staff-name ul li .staff-in {
          margin: 20px 0; }
          #care .staff .staff-name ul li .staff-in h4 {
            font-size: 1.0em;
            line-height: 1.2em;
            margin-bottom: 5px; }
            #care .staff .staff-name ul li .staff-in h4.ceo {
              margin-left: 52px; }
          #care .staff .staff-name ul li .staff-in h3 {
            width: 135px; }
            @media (min-width: 1250px) {
              #care .staff .staff-name ul li .staff-in h3 {
                width: 210px; } }
          #care .staff .staff-name ul li .staff-in .name {
            display: flex;
            align-items: center;
            margin-top: 15px; }
            #care .staff .staff-name ul li .staff-in .name p {
              font-size: 1.25em;
              line-height: 1.2em;
              margin-right: 10px; }
    #care .staff .hitoicon {
      position: absolute;
      bottom: 0;
      left: -5%; }
      @media (min-width: 768px) {
        #care .staff .hitoicon {
          top: -30%;
          bottom: inherit;
          right: 3%;
          left: inherit; } }
      #care .staff .hitoicon img {
        width: 90px; }
        @media (min-width: 768px) {
          #care .staff .hitoicon img {
            width: 130px; } }

.question {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding: 20px 0 20px; }
  @media (min-width: 768px) {
    .question {
      padding: 40px 0 120px; } }
  .question .common-title {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .question .common-title {
        margin-bottom: 50px; } }
  @media only screen and (min-width: 1024px) {
    .question .o-6column .col-lg-6 {
      padding: 0 25px; }
    .question .o-6column {
      margin: 0 -25px; } }
  .question .question-box {
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 1250px) {
      .question .question-box {
        margin-bottom: 0; } }
    .question .question-box.back1 {
      background-color: #AACC03; }
    .question .question-box.back2 {
      background-color: #F6C3D7; }
    .question .question-box.Q-2 {
      margin-top: 35px; }
    .question .question-box .txt-q {
      display: flex;
      align-items: center;
      border-bottom: 1.5px solid #000;
      padding-bottom: 10px; }
      .question .question-box .txt-q img {
        width: 30px;
        margin-right: 10px; }
        @media (min-width: 768px) {
          .question .question-box .txt-q img {
            width: 36px; } }
      .question .question-box .txt-q h3 {
        font-size: 1.0em;
        line-height: 1.2em; }
        @media (min-width: 768px) {
          .question .question-box .txt-q h3 {
            font-size: 1.375em; } }
    .question .question-box .txt-a {
      margin-top: 10px; }
      @media (min-width: 1024px) {
        .question .question-box .txt-a {
          margin-top: 20px; } }
      @media (min-width: 768px) {
        .question .question-box .txt-a.type2 {
          margin-top: 0; } }
      .question .question-box .txt-a img {
        width: 20px;
        float: left;
        margin: 2px 5px 0 0; }
        @media (min-width: 768px) {
          .question .question-box .txt-a img {
            width: 25px;
            margin: 0 5px 0 0; } }
      .question .question-box .txt-a p {
        font-size: 1.0em;
        font-weight: 500;
        line-height: 1.6em;
        text-align: justify; }
        @media (min-width: 1024px) {
          .question .question-box .txt-a p {
            font-size: 1.125em; } }
        .question .question-box .txt-a p img.map-point {
          width: 13px;
          float: none;
          margin: 0 3px 4px; }
      .question .question-box .txt-a h4 {
        font-size: 1.0em;
        font-weight: 500;
        line-height: 1.4em;
        margin-top: 20px; }
        @media (min-width: 1024px) {
          .question .question-box .txt-a h4 {
            font-size: 1.25em; } }
      .question .question-box .txt-a h5 {
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.6em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          .question .question-box .txt-a h5 {
            font-size: 1.0em;
            margin-top: 20px; } }
      .question .question-box .txt-a h6 {
        font-size: 0.8em;
        font-weight: 400;
        line-height: 1.6em;
        color: #E60012;
        margin: 10px 0 0 0; }
        @media (min-width: 1024px) {
          .question .question-box .txt-a h6 {
            font-size: 1.0em;
            margin: 10px 0 0 30px; } }
    @media (min-width: 768px) {
      .question .question-box .area {
        display: flex;
        margin-top: 20px; } }
    .question .question-box .area .map {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .question .question-box .area .map {
          width: 55%;
          padding-right: 5%;
          margin-top: 0; } }
    @media (min-width: 768px) {
      .question .question-box .area .txt-a {
        width: 45%; } }
    .question .question-box .car {
      display: none; }
      @media (min-width: 768px) {
        .question .question-box .car {
          position: absolute;
          bottom: -3%;
          right: 2%;
          width: 25%;
          display: block; } }
      @media (min-width: 1024px) {
        .question .question-box .car {
          width: 30%; } }
      @media (min-width: 1250px) {
        .question .question-box .car {
          position: absolute;
          right: -3%;
          width: 40%; } }

/*
---------------------------------------------------------------------------------------------------------------------
福祉タクシー事業
---------------------------------------------------------------------------------------------------------------------
*/
.taxi-nami {
  background-image: url("../../img/top/taxi-nami-sp.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto;
  height: 40px;
  margin-top: -40px; }
  @media (min-width: 768px) {
    .taxi-nami {
      background-image: url("../../img/top/taxi-nami-pc.svg"); } }

#taxi {
  background-color: #FDEDE4;
  padding-top: 60px;
  margin-top: -1px; }
  @media (min-width: 768px) {
    #taxi {
      padding-top: 100px; } }
  #taxi .taxi-copy {
    text-align: center;
    margin: 25px auto; }
    @media (min-width: 768px) {
      #taxi .taxi-copy {
        margin: 50px auto; } }
    #taxi .taxi-copy h3 {
      font-size: 0.9em;
      line-height: 1.6em; }
      @media (min-width: 768px) {
        #taxi .taxi-copy h3 {
          font-size: 1.2em; } }
      @media (min-width: 1250px) {
        #taxi .taxi-copy h3 {
          font-size: 1.56em; } }
  #taxi .service {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding: 20px 0 60px; }
    @media only screen and (min-width: 768px) {
      #taxi .service .o-6column .col-lg-6 {
        padding: 0 10px; }
      #taxi .service .o-6column {
        margin: 0 -10px; } }
    #taxi .service .service-box {
      position: relative;
      background-color: #F7CCDF;
      border-radius: 20px;
      padding: 30px 20px 20px; }
      #taxi .service .service-box.second {
        margin: 40px 0; }
        @media (min-width: 768px) {
          #taxi .service .service-box.second {
            margin: 40px 0 0 0; } }
      #taxi .service .service-box .s-title {
        position: absolute;
        top: -17px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center; }
        #taxi .service .service-box .s-title h3 {
          font-size: 1.375em;
          text-align: center;
          color: #fff;
          width: 250px;
          height: 34px;
          line-height: 34px;
          border-radius: 50px;
          background-color: #EC7DA4; }
      @media (min-width: 1250px) {
        #taxi .service .service-box .data {
          display: flex; } }
      #taxi .service .service-box .data .data-in {
        display: flex;
        justify-content: center; }
        @media (min-width: 1250px) {
          #taxi .service .service-box .data .data-in {
            width: 55%;
            display: block; } }
        #taxi .service .service-box .data .data-in ul li {
          display: flex;
          align-items: center; }
          #taxi .service .service-box .data .data-in ul li:first-child {
            margin-bottom: 5px; }
          #taxi .service .service-box .data .data-in ul li div {
            font-size: 1.0em;
            margin-right: 4px; }
          #taxi .service .service-box .data .data-in ul li h3 {
            font-size: 1.875em;
            font-weight: 500;
            line-height: 1.2em; }
          #taxi .service .service-box .data .data-in ul li h4 {
            font-size: 2.1em;
            font-weight: 500;
            line-height: 1.2em; }
      #taxi .service .service-box .data .info {
        margin-top: 10px; }
        @media (min-width: 1250px) {
          #taxi .service .service-box .data .info {
            margin: 0 0 0 15px;
            width: 45%; } }
        #taxi .service .service-box .data .info ul li {
          font-size: 0.9em;
          line-height: 1.4em; }
      #taxi .service .service-box .txt p {
        font-size: 1.0em;
        line-height: 1.6em;
        text-align: justify; }
        @media (min-width: 768px) {
          #taxi .service .service-box .txt p {
            font-size: 1.25em; } }
      #taxi .service .service-box .txt h6 {
        font-size: 0.9em;
        line-height: 1.4em;
        color: #E60012;
        margin-top: 20px; }
        @media (min-width: 768px) {
          #taxi .service .service-box .txt h6 {
            font-size: 1.0em; } }
  #taxi .price {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding: 20px 0 60px; }
    @media (min-width: 768px) {
      #taxi .price {
        padding: 60px 0 60px; } }
    #taxi .price.second {
      padding: 0px 0 60px;
      margin-top: -30px; }
    #taxi .price .nakamidashi {
      text-align: center;
      margin: 0 auto 30px; }
      #taxi .price .nakamidashi h3 {
        font-size: 1.125em;
        line-height: 1.2em;
        display: inline-block;
        max-width: 490px;
        width: 90%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 25px; }
        @media (min-width: 768px) {
          #taxi .price .nakamidashi h3 {
            font-size: 1.875em; } }
        #taxi .price .nakamidashi h3.collar1 {
          background-color: #EC7DA4;
          color: #fff; }
        #taxi .price .nakamidashi h3.collar2 {
          background-color: #FFF24A;
          color: #000; }
    #taxi .price table {
      width: 100%;
      border-collapse: separate;
      border-radius: 20px;
      border-spacing: 0;
      border: none;
      border: 2px solid #231815; }
      #taxi .price table tr:last-child > *:last-child {
        border-radius: 0 0 20px 20px; }
      #taxi .price table.type1 tr:first-child > *:first-child, #taxi .price table.type2 tr:first-child > *:first-child {
        border-radius: 20px 20px 0 0; }
      #taxi .price table.type1 th, #taxi .price table.type1 td, #taxi .price table.type2 th, #taxi .price table.type2 td {
        display: block; }
        @media (min-width: 768px) {
          #taxi .price table.type1 th, #taxi .price table.type1 td, #taxi .price table.type2 th, #taxi .price table.type2 td {
            display: table-cell; } }
      @media (min-width: 768px) {
        #taxi .price table.type1, #taxi .price table.type2 {
          border-left: 2px solid #231815;
          border-top: 2px solid #231815;
          border-right: none;
          border-bottom: none; }
          #taxi .price table.type1 tr > *, #taxi .price table.type2 tr > * {
            border: none;
            border-right: 2px solid #231815;
            border-bottom: 2px solid #231815; }
          #taxi .price table.type1 tr:first-child > *:first-child, #taxi .price table.type2 tr:first-child > *:first-child {
            border-radius: 20px 0 0 0; }
          #taxi .price table.type1 tr:first-child > *:last-child, #taxi .price table.type2 tr:first-child > *:last-child {
            border-radius: 0 20px 0 0; }
          #taxi .price table.type1 tr:last-child > *:first-child, #taxi .price table.type2 tr:last-child > *:first-child {
            border-radius: 0 0 0 20px; }
          #taxi .price table.type1 tr:last-child > *:last-child, #taxi .price table.type2 tr:last-child > *:last-child {
            border-radius: 0 0 20px 0; } }
      @media (max-width: 767px) {
        #taxi .price table.type1 tr:first-child > *:first-child {
          border: none; }
        #taxi .price table.type1 td:nth-child(1) {
          background-color: #FFF24A;
          border-top: 2px solid #231815; }
        #taxi .price table.type1 td:nth-child(2) {
          background-color: #fff; } }
      @media (min-width: 768px) {
        #taxi .price table.type1 td:nth-child(1) {
          background-color: #FFF24A; }
        #taxi .price table.type1 td:nth-child(2) {
          background-color: #fff; } }
      #taxi .price table.type2 {
        display: none; }
        @media (min-width: 768px) {
          #taxi .price table.type2 {
            display: table; }
            #taxi .price table.type2 tr:nth-child(1) {
              background-color: #FFF24A; }
            #taxi .price table.type2 tr:nth-child(n+2) {
              background-color: #fff; } }
      #taxi .price table td {
        font-size: 1.0em;
        padding: 10px 10px; }
        @media (min-width: 1024px) {
          #taxi .price table td {
            font-size: 1.25em; } }
        #taxi .price table td span {
          font-size: 1.2em;
          font-weight: 500; }
      #taxi .price table th {
        text-align: center;
        font-size: 1.0em;
        padding: 10px 10px; }
        @media (min-width: 1024px) {
          #taxi .price table th {
            font-size: 1.25em; } }
    #taxi .price .table-sp {
      border: 2px solid #231815;
      border-radius: 20px; }
      @media (min-width: 768px) {
        #taxi .price .table-sp {
          display: none; } }
      #taxi .price .table-sp tr:first-child > *:first-child {
        border-radius: 20px 0 0 0;
        border: none;
        border-right: 2px solid #231815; }
      #taxi .price .table-sp tr:first-child > *:last-child {
        border-radius: 0 20px 0 0;
        border: none; }
      #taxi .price .table-sp tr:nth-child(odd) {
        background-color: #FFF24A; }
      #taxi .price .table-sp tr:nth-child(even) {
        background-color: #fff; }
      #taxi .price .table-sp td {
        text-align: center;
        border-top: 2px solid #231815; }
      #taxi .price .table-sp td.right {
        border-right: 2px solid #231815; }
    #taxi .price p {
      font-size: 0.75em;
      line-height: 1.4em;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #taxi .price p {
          font-size: 1.25em; } }
  #taxi .case {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding: 20px 0 20px; }
    #taxi .case h3 {
      font-size: 1.25em;
      line-height: 1.4em;
      display: inline-block;
      width: 100%;
      text-align: center;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      padding: 10px 0 10px;
      background-color: #EC7DA4;
      color: #fff; }
      @media (min-width: 1024px) {
        #taxi .case h3 {
          font-size: 1.625em; } }
    #taxi .case .case-in {
      background-color: #fff;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      padding: 15px 0; }
      @media (min-width: 768px) {
        #taxi .case .case-in {
          display: flex;
          align-items: center;
          padding: 30px 0; } }
      #taxi .case .case-in .txt {
        display: flex;
        justify-content: center; }
        @media (min-width: 768px) {
          #taxi .case .case-in .txt {
            width: 45%;
            padding-left: 5%; } }
        @media (min-width: 1250px) {
          #taxi .case .case-in .txt {
            width: 50%; } }
        #taxi .case .case-in .txt ul li {
          font-size: 0.9em;
          line-height: 1.4em; }
          @media (min-width: 1024px) {
            #taxi .case .case-in .txt ul li {
              font-size: 1.25em; } }
          @media (min-width: 1250px) {
            #taxi .case .case-in .txt ul li {
              font-size: 1.5em; } }
      #taxi .case .case-in .case-in2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px; }
        @media (min-width: 768px) {
          #taxi .case .case-in .case-in2 {
            width: 50%; } }
        #taxi .case .case-in .case-in2 .arrow {
          margin: 0 20px; }
          @media (min-width: 768px) {
            #taxi .case .case-in .case-in2 .arrow {
              width: 80px; } }
          @media (min-width: 1250px) {
            #taxi .case .case-in .case-in2 .arrow {
              width: 100px; } }
          #taxi .case .case-in .case-in2 .arrow img {
            width: 45px; }
            @media (min-width: 768px) {
              #taxi .case .case-in .case-in2 .arrow img {
                width: 70px; } }
        @media (min-width: 768px) {
          #taxi .case .case-in .case-in2 .plan {
            width: calc(100% - 100px); } }
        #taxi .case .case-in .case-in2 .plan p {
          font-size: 0.9em; }
          @media (min-width: 1024px) {
            #taxi .case .case-in .case-in2 .plan p {
              font-size: 1.18em; } }
        #taxi .case .case-in .case-in2 .plan .en {
          display: flex; }
          #taxi .case .case-in .case-in2 .plan .en h4 {
            font-size: 2.8em;
            font-weight: 700;
            line-height: 1.0em; }
            @media (min-width: 1024px) {
              #taxi .case .case-in .case-in2 .plan .en h4 {
                font-size: 4.37em; } }
          #taxi .case .case-in .case-in2 .plan .en h5 {
            font-size: 1.35em;
            font-weight: 500;
            line-height: 1.2em;
            margin-top: 18px; }
            @media (min-width: 1024px) {
              #taxi .case .case-in .case-in2 .plan .en h5 {
                font-size: 2.8em; } }
  #taxi .tellme {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding: 20px 0 20px; }
    @media (min-width: 768px) {
      #taxi .tellme {
        padding: 60px 0 20px; } }
    @media (min-width: 1250px) {
      #taxi .tellme {
        display: flex;
        align-items: center; } }
    #taxi .tellme .tellme-icon {
      text-align: center;
      display: flex;
      margin-bottom: 15px;
      position: relative; }
      @media (min-width: 768px) {
        #taxi .tellme .tellme-icon {
          margin: 0 auto 15px;
          max-width: 500px; } }
      @media (min-width: 1250px) {
        #taxi .tellme .tellme-icon {
          width: 30%;
          display: block;
          margin-bottom: 0; } }
      #taxi .tellme .tellme-icon .fukidashi {
        position: relative;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          #taxi .tellme .tellme-icon .fukidashi {
            margin-bottom: 0; } }
        #taxi .tellme .tellme-icon .fukidashi.first {
          margin-left: auto; }
          @media (min-width: 768px) {
            #taxi .tellme .tellme-icon .fukidashi.first {
              margin-bottom: 80px; } }
          @media (min-width: 1250px) {
            #taxi .tellme .tellme-icon .fukidashi.first {
              margin-bottom: 0; } }
        #taxi .tellme .tellme-icon .fukidashi img {
          width: 240px; }
          @media (min-width: 768px) {
            #taxi .tellme .tellme-icon .fukidashi img {
              width: 300px; } }
          @media (min-width: 1250px) {
            #taxi .tellme .tellme-icon .fukidashi img.fukidashi-sp {
              display: none; } }
          #taxi .tellme .tellme-icon .fukidashi img.fukidashi-pc {
            display: none; }
            @media (min-width: 1250px) {
              #taxi .tellme .tellme-icon .fukidashi img.fukidashi-pc {
                display: block; } }
        #taxi .tellme .tellme-icon .fukidashi .txt {
          position: absolute;
          top: 15%;
          bottom: 0;
          left: 0;
          right: 0; }
          #taxi .tellme .tellme-icon .fukidashi .txt h3 {
            font-size: 1.125em;
            line-height: 1.2em;
            color: #EC7DA4; }
            @media (min-width: 768px) {
              #taxi .tellme .tellme-icon .fukidashi .txt h3 {
                font-size: 1.56em; } }
          #taxi .tellme .tellme-icon .fukidashi .txt p {
            font-size: 0.9em;
            line-height: 1.4em;
            margin-top: 5px; }
            @media (min-width: 768px) {
              #taxi .tellme .tellme-icon .fukidashi .txt p {
                font-size: 1.0em;
                margin-top: 10px; } }
      #taxi .tellme .tellme-icon .illust {
        width: 85px;
        margin: auto 0 0 0; }
        @media (min-width: 768px) {
          #taxi .tellme .tellme-icon .illust {
            width: 200px;
            margin: 10px auto 0; } }
        #taxi .tellme .tellme-icon .illust.first {
          position: absolute;
          left: 0;
          bottom: 0; }
          @media (min-width: 1250px) {
            #taxi .tellme .tellme-icon .illust.first {
              position: relative; } }
    @media (min-width: 1250px) {
      #taxi .tellme .explanation {
        width: 70%; }
        #taxi .tellme .explanation.left {
          margin-left: 5%; }
        #taxi .tellme .explanation.right {
          margin-right: 5%; } }
    #taxi .tellme .explanation .explanation-in {
      background-color: #fff;
      padding: 20px;
      border-radius: 20px; }
    #taxi .tellme .explanation .answer-box {
      border: 4px solid #F3CBDD;
      border-radius: 10px;
      position: relative; }
      #taxi .tellme .explanation .answer-box:last-child {
        margin-top: 40px; }
      #taxi .tellme .explanation .answer-box h3 {
        font-size: 1.0em;
        display: inline-block;
        width: 130px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 5px;
        background-color: #F3CBDD;
        position: relative;
        top: -10px;
        left: 10px;
        z-index: 10; }
      #taxi .tellme .explanation .answer-box .midashi-back {
        background-color: #fff;
        width: 160px;
        height: 40px;
        position: absolute;
        top: -10px;
        left: -10px;
        z-index: 0; }
      #taxi .tellme .explanation .answer-box .kuruma {
        position: absolute;
        bottom: -20px;
        right: 2%; }
        @media (min-width: 768px) {
          #taxi .tellme .explanation .answer-box .kuruma {
            top: -10px;
            bottom: inherit;
            right: 8%; } }
        #taxi .tellme .explanation .answer-box .kuruma img {
          width: 120px; }
          @media (min-width: 768px) {
            #taxi .tellme .explanation .answer-box .kuruma img {
              width: 160px; } }
      #taxi .tellme .explanation .answer-box ul {
        padding: 0 20px 10px; }
        @media (min-width: 768px) {
          #taxi .tellme .explanation .answer-box ul {
            padding: 5px 20px 10px; } }
        #taxi .tellme .explanation .answer-box ul li {
          font-size: 0.9em;
          text-align: justify;
          line-height: 1.4em;
          margin-bottom: 5px; }
          @media (min-width: 768px) {
            #taxi .tellme .explanation .answer-box ul li {
              font-size: 1.0em; } }
          #taxi .tellme .explanation .answer-box ul li.collar-red {
            color: #E60012; }
          #taxi .tellme .explanation .answer-box ul li:last-child {
            margin-top: 10px; }
          #taxi .tellme .explanation .answer-box ul li.meter {
            margin-bottom: 30px; }
          #taxi .tellme .explanation .answer-box ul li .marker {
            background-color: #FFF100; }
