﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* Base =======================================*/
html {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
  min-width: 1100px;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo,
    "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  color: #000;
}

h1 {
  font-size: 24px;
}
h2 {
  font-weight: bold;
  font-size: 60px;
}
h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}
h3.ttl {
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 40px;
  letter-spacing: 1px;
}
h3.ttl.ttl01 {
  background: #5a4549;
}
h3.ttl.ttl02 {
  background: #21527e;
}
h3.ttl.ttl03 {
  background: #ab0505;
}
h4 {
  font-size: 26px;
}
h5 {
  font-weight: bold;
  font-size: 40px;
}
p {
  font-size: 16px;
}
.color-y {
  color: #f4ba1d;
}
.flexBox {
  display: flex;
  justify-content: center;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (min-width: 771px) {
a:hover {
  transition: 0.3s ease;
}
}
footer a {
  text-decoration: none;
  color: #fff;
}
header {
  width: 100%;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
}
header h1 {
  padding: 0px 0 0 25px;
  color: #f8bd00;
  line-height: 50px;
}
header a {
  line-height: 50px;
}
header button {
  width: 320px;
  margin: 0px;
  padding: 0;
  font-size: 16px;
  border: 1px solid #f8bd00;
  background-color: #f8bd00;
  cursor: pointer;
  color: #000;
  border-radius: 40px;
}
header button span{
  display: inline!important;
}
.planpc {
  display: table-cell;
}
#mv {
  text-align: center;
  background-color: #21527e;
  color: #fff;
  position: relative;
  padding-bottom: 90px;
}
#mv .ribbon {
  position: absolute;
  z-index: 10000;
  top: -10px;
  left: 2%;
  width: 250px;
}
#mv p.text {
  margin: 50px 0;
}
.round {
  position: absolute;
  right: 2%;
  top: 20px;
}
.round img {
  width: 170px;
  margin-bottom: 10px;
  height: auto;
}
#mv h2 {
  font-size: 45px;
  padding: 150px 0 25px;
  color: #fff;
  letter-spacing: 1px;
}
#mv h2 span {
  width: 380px;
  margin: auto;
  background: #f8bd00;
  font-size: 40px;
  padding: 10px 0;
  display: block;
  color: #21527e;
  margin-top: 20px;
}
#mv p {
  letter-spacing: 1px;
  line-height: 1.6;
}
#mv p,
#mv p a {
  padding: 15px 10px;
  color: #fff;
  font-size: 18px;
}
#mv p > span {
  font-weight: bold;
  font-size: 20px;
}
#mv .flexBox {
  flex-wrap: wrap;
}
#mv .flexBox p {
  border: double 7px #21527e;
  background-color: #fff;
  color: #707070;
  width: 280px;
  margin: 0 10px 10px 0;
}
#mv img:last-child {
  margin-bottom: -10px;
}
#bottom {
  height: 65px;
  background: linear-gradient(
        to top right,
        rgba(255, 255, 255, 0) 50%,
        #f00 50.5%
      )
      no-repeat top left/50% 100%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f00 50.5%)
      no-repeat top right/50% 100%;
}
#problem {
  background-image: url(../img/swlp/bg.png);
  background-repeat: repeat;
  padding-bottom: 100px;
}
#problem h3 + p {
  text-align: center;
  margin: 50px auto 20px;
  font-size: 24px;
}
#problem ul {
  padding: 50px 70px 50px 100px;
  width: 735px;
  margin: auto;
  background: #fff;
  box-shadow: 10px 10px rgba(195, 195, 195, 0.5);
}
#problem li {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-indent: -2em;
}
#problem li::before {
  content: url("../img/swlp/icon-check.png");
  position: relative;
  top: 10px;
  padding-right: 15px;
}
#problem ul + p {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  background: linear-gradient(transparent 65%, rgba(65, 190, 231, 0.4) 35%);
  width: 735px;
  margin: 40px auto 0;
}

#browser {
  position: relative;
  text-align: center;
}
#browser img {
  padding-left: 140px;
}
#browser ul {
  position: absolute;
  top: 245px;
  left: 2%;
  width: 500px;
  text-align: left;
}
#browser ul li {
  font-size: 54px;
  background: #fcee21;
  margin-bottom: 10px;
  padding: 7px 10px 7px 25px;
  display: inline-block;
}
#bg {
  background-image: url("https://4-dimensions.jp/sys/wp-content/themes/4D/img/swlp/bgupper.jpg");
  background-size: cover;
  padding-bottom: 40px;
}
.tel {
  text-align: center;
}
.tel h3 {
  padding: 30px 0 20px;
  font-weight: normal;
  font-size: 24px;
}
.tel p {
  font-size: 40px;
}
.borderW {
  margin-bottom: 25px;
}
button {
  width: 385px;
  margin: 0px;
  padding: 20px 0;
  font-size: 16px;
  border: 1px solid #f8bd00;
  background-color: #f8bd00;
  cursor: pointer;
  color: #000;
  border-radius: 40px;
}
.borderW span,
.borderW p,
.borderW h4 {
  color: #fff;
  font-weight: normal;
}

.borderW a {
  text-decoration: none;
  color: #fff;
}

#merit {
  background: #e4edf1;
  padding-bottom: 50px;
}
#merit ul{
  width: 710px;
  margin: 50px auto 0;
}
#merit ul li{
  background-color: #fff;
  box-shadow: 10px 10px rgba(195, 195, 195, 0.5);
  margin-bottom: 30px;
  padding: 25px 40px;
}
#merit ul li:after{
  content: "";
   display: block;
   clear: both;
}
#merit ul li img{
  float: left;
}
#merit ul li dl{
  float: right;
  width:  480px;
  font-size: 14px;
}
#merit ul li dl dt{
  font-size: 24px;
  color: #93b3ca;
}
#merit ul li dl dt span{
  background: linear-gradient(transparent 65%, rgba(253, 238, 33, 0.8) 35%);
  color: #000;
  margin-left: 10px;
}
#merit ul li dl dd{
  border-top: 2px dotted #ccc;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 1.8;
}







#performance ul {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
}
#performance li {
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
#performance li span {
  line-height: 3;
  color: #ccc;
  display: block;
}
#performance ul.flexBox {
  width: 900px;
  margin: 80px auto;
}

#voice {
  background: url("../img/swlp/bg.png");
}
#voice h4{
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0 10px;
}
#voice h4 span{
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
#voice ul {
  padding: 50px 0;
  width: 1050px;
  margin: 0 auto;
  justify-content: space-between;
}
#voice ul li{
  background: #fff;
  box-shadow: 10px 10px rgba(195, 195, 195, 0.5);
  width: 500px;
  padding: 60px 35px 40px;
  position: relative;
}
#voice ul li h4::after{
  width: 80px;
    height: 80px;
    position: absolute;
    right: 45px;
    top: 35px;
}
#voice ul li:first-child h4::after{
  content: "";
  background: url("../img/swlp/icon-voice01.png");
  background-size: contain;
}
#voice ul li:last-child h4::after{
  content: "";
  background: url("../img/swlp/icon-voice02.png");
  background-size: contain;
}
#voice ul li dl{
  background: #F5F5F5;
}
#voice ul li dl dt{
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
#voice ul li dl dt:first-child{
  background: #686868;
}
#voice ul li dl dt:first-child + dd + dt{
  background: #F8BC00;
}
#voice ul li dl dd{
  padding: 25px;
  font-size: 14px;
  line-height: 1.8;
}





#plansp ul {
  /* justify-content: space-between; */
  margin: 30px auto;
}
#plansp ul li {
  background: #f8bc00;
  padding: 30px;
  display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
    #plansp ul li dl dt {
  position: relative;
  padding-left: 3em;
  font-weight: bold;
  font-size: 24px;
}
#plansp ul li dl dt:before {
  position: absolute;
  text-indent: -3em;
  top: -5px;
}
#plansp ul li dl dt span {
  font-size: 14px;
  display: block;
}
#plansp ul li dl dd p.text {
  border-top: 2px dotted #fff;
  margin-top: 20px;
  font-size: 14px;
  padding: 15px 10px;
  font-weight: normal;
  line-height: 1.8;
}
#plansp ul li p.button {
  color: #fff;
  font-weight: bold;
  padding: 10px 0 0 75px;
  font-size: 14px;
}

#plansp ul li p.button:after {
  content: "＞";
  transform: rotate(90deg);
  display: inline-block;
}
#plansp ul li p.button.close{
    text-align: center;
    padding: 0;;
}
#plansp ul li p.button.close:after {
  content: "";
}
#plansp h3 + ul {
  width: 816px;
  margin-top: 50px;
}
#plansp h3 + ul li {
  width: 375px;
}
#plansp h3 + ul li:first-child dt:before {
  content: url("../img/swlp/s-icon01.png");
}
#plansp h3 + ul li:last-child dt:before {
  content: url("../img/swlp/s-icon02.png");
}
#plansp h3 + ul + ul {
  width: 1226px;
}
#plansp h3 + ul + ul li {
  width: 375px;
}
#plansp h3 + ul + ul li:first-child dt:before {
  content: url("../img/swlp/s-icon03.png");
}
#plansp h3 + ul + ul li:nth-child(2) dt:before {
  content: url("../img/swlp/s-icon04.png");
}
#plansp h3 + ul + ul li:last-child dt:before {
  content: url("../img/swlp/s-icon05.png");
}

#plansp h3 + ul + ul + ul {
  width: 1016px;
  margin-bottom: 50px;
}
#plansp h3 + ul + ul + ul li {
  width: 475px;
}
#plansp h3 + ul + ul + ul li:first-child dt:before {
  content: url("../img/swlp/s-icon06.png");
}

#plansp h3 + ul + ul + ul li:last-child dt:before {
  content: url("../img/swlp/s-icon07.png");
}

#plansp h5 {
  font-weight: bold;
  font-size: 20px;
}
#plansp p span {
  font-weight: bold;
}

#plan {
  background: #e4edf1;
  text-align: center;
  padding-bottom: 80px;
}
#plan .block_body {
  margin: 50px auto;
  width: 1080px;
}
/* .planlink a {
  pointer-events: none;
} */
.w60 {
  width: 10%;
}
.table_value {
  display: block;
  text-align: center;
}
#plan h4.block_ttl {
  width: 93%;
  margin: 0 auto 20px;
  padding: 9px 10px;
  background-color: #f8bd00;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#plan table {
  margin: 0 auto;
  font-size: 18px;;
}
#plan table tr {
  background: #fff;
}
#plan table tbody tr:nth-child(odd) {
  background: #e7eaed;
}
#plan table tbody tr:first-child {
  background: #96b4c8;
  text-align: center;
}
#plan table tr:first-child .tl {
  background: #96b4c8;
  text-align: center;
}
#plan table thead th {
  background: #21527e;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
#plan table thead:first-child th {
  background: #333;
}
#plan table th,
#plan table td {
  padding: 12px 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
#plan table tbody th,
#plan table tbody td {
  padding: 12px 15px;
}
#plan > img {
  width: 840px;
  margin: auto;
}

#flow {
  background-color: #21527e;
  padding-bottom: 65px;
  margin-bottom: 80px;
}
#flow h3 {
  margin-top: 80px;
  padding: 50px 0 40px;
}
#flow h4 {
  text-align: center;
  padding-top: 40px;
  font-size: 22px;
  color: #707070;
}
#flow .circle:first-child {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 0;
}
#flow .circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 60px;
}
.arrow {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.circle::before {
  left: -65px;
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#flow hr {
  margin: 0 auto;
  border: 1px solid #afafaf;
  width: 50px;
  text-align: center;
}
#flow p {
  width: 120px;
  margin: 10px auto 0;
  font-size: 14px;
  text-align: justify;
}
.sec h3 {
  color: #707070;
}
.borderB {
  width: 600px;
  border: 1px solid #707070;
  padding: 30px 100px;
  margin: 0 auto 60px;
}
.borderB span,
.borderB h4 {
  color: #707070;
}
#tocontact {
  text-align: center;
  padding: 0 0 80px;
  background: #f5f5f5;
}
#tocontact h4 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
  margin: 40px 0 10px;
}
#tocontact button {
  margin: 20px 20px 40px;
  transition: 0.4s;
}
@media screen and (min-width: 771px) {
a button:hover {
  color: #f8bd00;
  background-color: #fff;
  transition: 0.4s;
}
}
#tocontact input,
#tocontact textarea {
  background: #fff;
  border: 1px solid #ccc;
  margin: 5px;
}
#form {
  width: 700px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 60px;
  margin: 20px auto 0;
}
#form h4 {
  color: #707070;
  padding-bottom: 20px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
#form label,
#form p {
  text-align: left;
  margin-bottom: 20px;
}
#form input,
#form textarea {
  padding: 3px;
  width: 98%;
}
#form input[type="submit"] {
  background: #f8bd00;
  padding: 0.5rem 2rem !important;
  font-size: 16px;
  border: 1px solid #f8bc00;
}
@media screen and (min-width: 771px) {
#form input[type="submit"]:hover {
  background: #fff;
  color: #f8bc00;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #f8bc00;
}
}
.wpcf7-form p:nth-child(6) {
  text-align: center;
}
.screen-reader-response ul li {
  font-size: 14px;
  margin: 20px 0;
  text-align: left;
}
footer {
  color: #fff;
  background-image: url("../img/swlp/bgupper.jpg");
  background-size: cover;
  padding: 50px 0 30px;
  text-align: center;
}
footer img {
  width: 583px;
  margin: auto;
}
footer h3 {
  padding: 50px 0 20px;
  font-weight: normal;
  font-size: 34px;;
}
footer li {
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
}
section li,
.tel span {
  font-size: 18px;
}
.screen-reader-response {
  display: none;
}
.screen-reader-response ul li {
  font-size: 14px;
  text-align: left;
}
.wpcf7-not-valid-tip {
  color: #d66962;
  margin-top: 5px;
  font-size: 14px;
}

#toTop.fixed {
  filter: opacity(100%);
  pointer-events: auto;
}

#toTop {
  display: block;
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 30px;
  right: 2%;
  filter: opacity(0%);
  pointer-events: none;
  background-color: #808080;
  transition: filter 1s, opacity 0.2s;
  z-index: 800;
}
#toTop:before {
  content: "";
  position: absolute;
  left: calc(50% - 1rem);
  top: 50%;
  margin-top: -0.5rem;
  transform: rotate(-45deg);
  width: 2rem;
  height: 2rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

/* sp tb =======================================*/
@media screen and (max-width: 770px) {
  html {
    min-width: 100%;
    width: 100%;
    font-size: 62.5%;
  }
  body {
    width: 100%;
    /* overflow-x: hidden; */
    font-size: 1.4em;
  }
  img {
    width: 100%;
    height: auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none!important;
  }
  .planpc {
    display: none;
  }
  h1 {
    font-size: 12px;
    line-height: 50px;
    font-size: 1.5rem;
  }
  header {
    display: block;
    position: relative;
    padding: 10px;
  }
  header h1 {
    padding: 0 0 0 10px;
    color: #f8bd00;
    line-height: 50px;
  }
  header button {
    width: 33%;
    position: absolute;
    right: 2%;
    top: 24%;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 5px;
    padding: 10px 0;
  }
  h2 {
    font-size: 35px;
  }
  p {
    font-size: 14px;
  }
  h3 {
    font-size: 23px;
  }
  h3.ttl {
    font-size: 3rem;
  }
  .tc {
    text-align: center;
  }
  .fs13 {
    width: 3% !important;
  }
  button {
    width: 80%;
    font-size: 1.4rem;
  }
  #problem {
    text-align: center;
    padding-bottom: 30px;
  }
  #problem ul {
    width: 94%;
    padding: 20px;
    text-align: left;
    margin-bottom: 25px;
    box-shadow: 7px 7px rgba(195, 195, 195, 0.5);
  }
  #problem ul + p {
    width: 100%;
    font-size: 2.2rem;
    display: inline;
    margin-top: 5%;
    line-height: 1.5;
  }
  #problem li {
    min-height: auto;
    text-indent: -2.4em;
    font-size: 1.1rem;
  }
  #problem li::before {
    top: 3px;
    padding-right: 10%;
    content: "";
    background: url(../img/swlp/icon-check.png) no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 2%;
  }
  #browser ul {
    width: 55%;
    top: 25%;
  }
  #browser ul li {
    font-size: 2.2rem;
    padding: 7px 5px 7px 10px;
    margin-bottom: 5px;
  }
  #browser img {
    padding: 15px 0 15px 50px;
  }
  #merit .flexBox img {
    max-width: 100%;
  }
  #performance ul.flexBox {
    width: 100%;
    margin: 30px 0;
  }
  #voice h4 {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 ;
}
    #voice ul li h4::after {
      right: 4%;
        top: 4%;
        width: 18%;
    height: 0;
    padding-top: 18%;
    }
  #voice ul {
    width: 100%;
    padding: 20px 5% 20px 3%;
  }
  #voice ul li {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 7px 7px rgba(195, 195, 195, 0.5);
    padding: 15px;
  }
  #voice ul li dl dd {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.8;
}






  #plan table th,
  #plan table td {
    font-size: 12px;
  }
  #plan .block_body {
    width: 92%;
    margin: 0 auto;
    overflow-x: scroll;
  }
  #plan h3 + img{
    width: 45%;
    float: right;
    margin: 25px 4% 0 0;
  }
  #plan > img {
    width: 92%;
    margin: 30px auto 0;
  }
  thead th {
    /* 縦スクロール時に固定する */
    /* position: -webkit-sticky;
    position: sticky;
    top: 0; */
    /* tbody内のセルより手前に表示する */
    z-index: 1;
  }
  #mv .ribbon {
    top: -65px;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    width: 60%;
  }
  .round {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 2000px;
    width: 50%;
  }
  #mv {
    padding-bottom: 30px;
  }
  #mv h2 {
    padding: 30px 0 10px;
    font-size: 2.7rem;
  }
  #mv h2 span {
    font-size: 2.5rem;
    width: 67%;
  }
  #mv p,
  #mv p a {
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.7;
  }
  #mv p > span {
    font-size: 16px;
    line-height: 1.6;
}
  #mv p.text {
    margin-bottom: 350px;
  }
  #mv .flexBox {
    margin-bottom: 50px;
  }
  #bg {
    background-image: url("../img/bguppersp.png");
    background-size: cover;
    padding-bottom: 30px;
  }
  .triangle {
    border-top: 4vh solid #21527e;
  }
  .tel p {
    font-size: 30px;
  }
  .tel span,
  footer li {
    font-size: 12px;
  }
  #flow h3 {
    margin-top: 0;
    padding: 50px 0 40px;
  }
  #flow p {
    width: 60%;
  }
  #flow h4 {
    padding-top: 90px;
    font-size: 40px;
  }
  #flow hr {
    width: 100px;
  }
  #flow p {
    font-size: 20px;
  }
  .flexBox {
    flex-direction: column;
  }
  #mv .flexBox p {
    width: 60%;
    margin: 10px auto 0;
  }
  #problem h3 {
    padding: 15px 0;
    font-size: 25px;
  }
  #problem h3 + p {
    font-size: 1.8rem;
    margin: 30px auto 10px;
  }
  #problem li {
    width: 100%;
    margin: 2% auto;
    padding: 2% 0 2% 10%;
    font-size: 1.1rem;
  }
  #merit {
    padding-bottom: 20px;
}
  #merit h3 {
    padding: 15px 0;
    font-size: 25px;
  }
  #merit ul {
    width: 100%;
    margin: 20px auto 0;
    padding: 0 5% 0 3%;

  }
  #merit .textBox {
    width: 80%;
    margin: 0 auto;
  }
  #merit ul li {
    padding: 15px;
    margin-bottom: 18px;
    box-shadow: 7px 7px rgba(195, 195, 195, 0.5);
    display: flex;
    align-items: center;
    justify-content:space-between;
  }
  #merit ul li img {
    width: 17%;
  }
  #merit ul li dl{
    width: 78%;
  }
  #merit ul li dl dt {
  font-size: 16px;
  }
  #merit ul li dl dt span {
      margin-left: 5px;
  }
  #merit ul li dl dd {
    padding-top: 5px;
    margin-top: 5px;
    font-size: 13px;
  }
  .arrow {
    padding: 0;
  }
  .circle::before {
    top: -500px;
    left: 45%;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .planlink {
    text-decoration: underline;
  }
  .planlink a {
    pointer-events: auto;
  }
  #plan {
    margin: 50px auto 0;
    width: 100%;
    padding-bottom: 30px;
  }
  #plan h4.block_ttl {
    width: 85%;
  }
  #plan table {
    width: 750px;
    /* margin-top: 20px; */
    -webkit-overflow-scrolling: touch;
  }
  #plan table thead tr th:first-child,
  #plan tbody tr th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  #plan tbody tr:nth-child(odd) th {
    background: #e7eaed;
  }
  #plan tbody tr:nth-child(even) th {
    background: #fff;
  }

  #plan table thead tr th:first-child:before,
  #plan tbody tr th:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ccc;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); */
  }

  #plan tbody tr th:after {
    content: "";
    background: url("../img/swlp/shadow.png") repeat-y;
    width: 15px;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
  }
  #plan table thead tr th:first-child:after,
  #plan tbody tr:first-child th:after {
    content: "";
    background: url("../img/swlp/shadow2.png") repeat-y;
    width: 15px;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
  }
  #plan .block_body + img {
    width: 40%;
    float: right;
    margin: 5px 6% 25px 0;
  }
  #performance ul {
    flex-direction: row;
  }
  #performance li {
    width: 40%;
    padding: 30px 0 20px;
    margin: 0 auto;
  }
  #performance li span {
    line-height: 2;
  }
  #plansp h4,
  #performance h4 {
    margin: 0 auto 20px;
    padding: 9px 10px;
    background-color: #f8bd00;
    font-weight: bold;
    color: #fff;
  }
  #plansp h3 + ul,
  #plansp h3 + ul + ul,
  #plansp h3 + ul + ul + ul {
    width: 94%;
    display: block;
    margin: 0 auto;
  }
  #plansp h3 + ul {
    margin-top: 5px;}

  #plansp h3 + ul + ul + ul {
    margin-bottom: 0;
  }
  #plansp h3 + ul li,
  #plansp h3 + ul + ul li,
  #plansp h3 + ul + ul + ul li {
    width: 100%;
  }

  #plansp ul li dl dt:before {
    text-indent: -3.2em;
    top: 0;
  }
  #plansp ul li {
    margin: 5px 0;
    padding: 20px;;
  }
  #plansp ul li dl dt{
      font-size: 2.2rem;
  }
  #plansp h3 + ul + ul + ul li:last-child dl dt{
font-size: 1.9rem;
  }
  #plansp h5 {
    font-weight: bold;
    font-size: 20px;
  }
  #plansp p {
    padding: 10px 10px 30px;
  }
  #plansp ul li p.button{
      padding: 10px 0 0 65px;
  }
  .w60 {
    width: 15%;
  }
  #flow .circle,
  #flow .circle:first-child {
    width: 350px;
    height: 350px;
    margin: 50px auto;
  }
  .tel h3 {
    padding: 30px 0 20px;
    font-size: 1.4rem;
  }
  .tel h4 {
    font-size: 1.6rem;
  }
  .tel > a{
      display: block;
  }
  .borderW {
    margin-bottom: 15px;
  }
  #tocontact {
    padding: 0 0 30px;
  }
  #tocontact h4 {
    font-size: 1.4rem;
  }
  #tocontact button {
    width: 80%;
    font-size: 16px;
    margin: 20px 0;
  }
  #form {
    width: 94%;
    margin: 20px auto 0;
    padding: 5%;
    border: none;
  }
  #form label,
  #form p {
    font-size: 14px;
  }
  footer {
    background-image: url("../img/swlp/bgupper.jpg");
    background-position: right;
    padding-bottom: 80px;
  }
  footer img {
    padding: 0 6%;
    width: 100%;
  }
  footer h3 {
    padding: 20px 0;
    font-size: 20px;
  }
  footer li {
    margin-bottom: 0;
    line-height: 1.8;
  }
  #toTop {
    width: 40px;
    height: 40px;
    bottom: 12%;
  }
  #toTop:before {
    width: 1.5rem;
    height: 1.5rem;
    left: calc(50% - 0.7rem);
}
#fixBnr{
  display: none;
}
#fixBnr.fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 9999;
}
#fixBnr img{
  width: 100%;
}
#fixBnr span{
  position: absolute;
  top: 0;
  left: 0;
  background: #ccc;
  color: #808080;
  font-size: 15px;
  font-weight: bold;
  width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
}
