@charset "utf-8";

*,*:before,*:after {
  box-sizing:border-box;
}

html {
  font-size:62.5%;
}

body {
  font-family:'Noto Sans JP', '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;
  letter-spacing:0.1rem;
  color:#000;
}

img {
  vertical-align:bottom;
}

h2 {
  font-family:"Noto Sans JP",sans-serif;
  line-height:1.8em;
  font-weight:bold;
}

h4 {
  font-family:"Noto Sans JP",sans-serif;
  font-weight:bold;
}

h2 + p {
  font-weight:bold;
}

a {
  transition:all .6s ease;
  color:#5e5e5e;
  text-decoration:none;
}

.rs {
  font-family:"Mplus 1p";
  font-weight:bold;
}

a:hover {
  transition:all .6s ease;
}

.border01,
.border02,
.border03,
.border04 {
  position:relative;
  z-index:2;
}
.border01:after,
.border02:after,
.border03:after,
.border04:after{
  content:"";
  width:100%;
  height:12px;
  border-bottom:10px solid rgba(214,20,78,0.5);
  position:absolute;
  bottom:6px;
  left:0;
  z-index:-1;
}
.link  {
  color:#135DB2;
  text-decoration:underline;
  font-size:30px;
}

.ap-sp {
  width:80px;
  height:80px;
  background:#ED356C;
  posiion:relative;
  color:#fff;
}

.ap-sp i {
  font-size:36px;
  color:#fff;
  position:absolute;
  top:13px;
  left:43px;
  transform:translateX(-50%);
}


.ap-sp a {
  color:#fff;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:bold;
  font-size:8px;
  display:block;
  width:80px;
  height:80px;
  z-index:-1;
  position:absolute;
  top:0;
  left:0;
}

.ap-sp .ap-btn {
  position:absolute;
  bottom:25px;
  left:23%;
  z-index:1;
}

.border01-1,
.border02-1,
.border03-1,
.border04-1 {
  position:relative;
  z-index:2;
  displa:inline-block;
}
.border01-1:after,
.border02-1:after,
.border03-1:after,
.border04-1:after{
  content:"";
  width:100%;
  border-bottom:5px solid rgba(214,20,78,0.5);
  position:absolute;
  bottom:2px;
  left:0;
  z-index:-1;
}


.only {
  width:80%;
  margin:0 auto;
  font-size:16px;
  color:#fff;
  line-height:3.6rem;

}

.only01,
.only02 {
  font-size:28px;
  position:relative;
  display:inline-block;
  z-index:1 !important;
}

.only02 {
  margin-bottom:10px;

}

.only01:after,
.only02:after {
  content:"";
  position:absolute;
  bottom:4px;
  left:0;
  border-bottom:5px solid rgb(255 226 0 / 0.8);
  display:inline-block;
  width:100%;
  height:5px;
  z-index:-1 !important;
}

.only-left {
  width:100%;

}

.only-left img {
  width:100%;
  height:auto;
  max-width:290px;
}

.only-right {
  width:100%;
    text-align:center;
}

    .rs-y01 {
      font-family:"Mplus 1p",sans-serif;
      font-weight:bold;
      font-size:18px;
    }

.rs-1 {
  padding:10px 10px;
  background:#FFE200;
  margin-bottom:10px;
  width:auto;
  display:inline-block;
}
.link-01  {
  color:#135DB2;
  text-decoration:underline;
  font-size:17px;
}

.rs-txt {
  font-size: 15px !important;
    width: 90%;
    line-height: 3.2rem;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: bold;
    margin: 0 auto;
    text-align:justify;
    text-justify:inter-ideograph;
    max-width:700px;
}


  #sec-01 h2,
  #sec-02 h2,
  #sec-03 h2,
  #sec-04 h2,
  #sec-05 h2,
  #sec-06 h2,
  #sec-07 h2,
  #sec-08 h2,
  #sec-09 h2 {
    padding-bottom:10px;
    font-family:"Noto Sans JP",sans-serif;
  }

  .concent-txt {
    font-size: 10px !important;
    height: 160px;
    overflow: scroll;
    padding: 10px;
    margin: 10px 0 20px;
    background: #FFFFFF;
    font-weight:normal;
  }


#wrapper {
  width:100%;
  margin:0 auto;
}

#global-nav.left {
  display:none;
}

.slick-dots li {
  display:inline-block;
  width:30px;
  height:0px;
}
.slick-dots li button {
  color:#A29B9B !important;
  background-color:#d2d0d0 !important;
  width:10px;
  height:10px;
  border-radius:50%;
}

.slick-dots li.slick-active button {
  color:#000 !important;
  background-color:#000 !important;
  }
.slick-dots li.slick-active button:before {
  color:transparent;
}

.slick-prev {
  background-image:url(../img/arrow-left.png);
  background-repeat:no-repeat;
  width:40px;
  height:40px;
  border-radius:50%;
  background-position:center -17px;
  box-shadow:0px 0px 4px #333131;
}

.slick-next {
  background-image:url(../img/arrow-right.png);
  background-repeat:no-repeat;
  width:40px;
  height:40px;
  border-radius:50%;
  background-position:center -17px;
  box-shadow:0px 0px 4px #333131;
  z-index:5;
}

.slick-prev:hover,
.slick-prev:focus {
  background-image:url(../img/arrow-left.png);
  background-position:center -17px;
  opacity:1 !important;
}
.slick-next:hover,
.slick-next:focus {
  background-image:url(../img/arrow-right.png);
  background-position:center -17px;
  opacity:1 !important;
}



address p:nth-of-type(1) {
  margin-bottom:15px;
  line-height:2.6rem;
}

address p:nth-of-type(2) {
  margin-bottom:15px;
  line-height:2.6rem;
}

.ok-box {
  padding-left:10px;
}
/* ================================================== all ================================================== */

/* ---------------------------------------- .btn-wrapper ---------------------------------------- */

.btn-wrapper {
  position:absolute;
  top:20px;
  right:20px;
  width:300px;
}

.btn-wrapper nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 30% 0;
  background:#FFE200;
  font-size: 16px;
  z-index: 9998;
}

.btn-wrapper nav ul li {
  display:block;
  padding: 20px 15px;
  width:70%;
  margin:0 auto;
  text-align:center;
  height:calc(100%/6);
}

.btn-wrapper nav ul li a {
  color: #000;
  text-align:center;
  font-size:26px;
  font-family:"Mplus 1p";
  font-weight:bold;
}

.btn-wrapper nav ul li a:hover {
  text-decoration:underline;
}

.btn-wrapper .btn-gnav {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  z-index: 9999;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background-color:#000;
}

.btn-nav-inner {
  display:none;
  position:absolute;
  top:5px;
  right:13px;
  width:50px;
  height:50px;
  border-radius:50%;
  color:#fff;
  border: 4px solid #fff;
  z-index:9999;
}

.btn-nav-inner.open {
  position:absolute;
  top:5px;
  right:17px;
  width:40px;
  height:40px;
  border-radius:50%;
  color:#fff;
  border: 4px solid #fff;
  display:block;
  z-inedxd:9999;
}

.btn-gnav p {
  color:#fff;
  font-size:16px;
  position:absolute;
  top:50px;
  left:16px;
}

.btn-gnav p.close {
  color:#fff;
  font-size:16px;
  position:absolute;
  top:50px;
  left:16px;
}

.btn-wrapper .btn-gnav span {
  position:absolute;
  top:32px;
  left:21px;
  width:40px;
  height:4px;
  background:#fff;
  -webkit-transition:all 400ms;
  transition:all 400ms;
  z-index: 9999;
}

.btn-wrapper .btn-gnav.open span {
  position:absolute;
  top:0px;
  left:25px;
  width:10px;
  height:4px;
  background:#fff;
  -webkit-transition:all 400ms;
  transition:all 400ms;
  z-index: 9999;
}
.btn-wrapper .btn-gnav span:nth-child(1) {
  top:12px;
}

.btn-wrapper .btn-gnav span:nth-child(2) {
  top:22px;
}

.btn-wrapper .btn-gnav span:nth-child(3) {
  top:32px;
}

.btn-wrapper .btn-gnav.open span:nth-child(1) {
  top:3px;
  left:33px;
  width:20px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

.btn-wrapper .btn-gnav.open span:nth-child(2) {
  display:none;
  width:20px;
}

.btn-wrapper .btn-gnav.open span:nth-child(3) {
  top:43px;
  left:33px;
  width:20px;
  -webkit-transform: translateY(-20px) rotate(45deg);
 transform: translateY(-20px) rotate(45deg);
}

.menu-btn.open {
  display:none;
}
.close {
  display:none;
}
.close.open {
  display:block;
}




.btn-wrapper .btn-gnav.open span {
  width: 40px;
  background:#fff;
}


.btn-wrapper .contents section p {
  position: absolute;
  top: 50%;
  width: 30%;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
  z-index:10;
}

.btn-wrapper .contents section:nth-child(odd) p {
  left: 10%;
}

.btn-wrapper .contents section:nth-child(even) p {
  right: 10%;
}

.btn a {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.menu {
  z-index:9999;
  height:100%;
}

.menu li a{
  z-index:9999;
  display:block;
}


/* ---------------------------------------- header ---------------------------------------- */

header {
    z-index: 999;
    width: 100%;
}

.ttl-sp {

  width:100%;
  text-align:center;
  font-size:18px;
  line-height:2.8rem;
}

.ttl-03-s {
  position:relative;
}

.ttl-03-s:after {
    content: "";
    display:inline-block;
    width: 100%;
    height:5px;
    background-color:rgba(214,20,78,0.5);
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
}


#logo {
  position:fixed;
  z-index:999;
  top:15px;
  left:15px;
}

#logo.color {
  background-color:#fff;
}

#logo img {
  width:35%;
  height:auto;
}

#logo a {
  display:block;
    text-align: left;
}

#top-nav {
  display:none;

}

.

#top-banner {
  position:fixed;
  bottom:0px !important;
  right:0px;
  z-index:9997;
  width:100%;
  text-align:right;
}

#top-banner img {
  width:100%;
  height:auto;
  max-width:185px;
}

#top-banner p {
  display:inline-block;
}

.ap-now a {
  display:inline-block;
}


.price-banner {
  display:none;
}

.line-ap {
  display:none;
}

.ap-sp {
  position:fixed;
  top:80px;
  right:0;
  width:80px;
  height:80px;
  z-index:9995;
}

.ap {
  position:relative;
  width:80px;
  height:80px;
}

.ap i {
  position:absolute;
  left:43px;
  bottom:8px;
}

.ap-txt {
  position:absolute;
  bottom:14px;
  left:17px;
  font-size:12px;
  font-family:"Noto Sans JP",sans-serif;
}
.ap-sp img {
  width:80px;
  height:80px;
  z-index:9995;
}

.ap-sp a {
  display:block;
}

/* ---------------------------------------- main ---------------------------------------- */

#index {
  width:100%;
  margin:0 auto;
}


/* ---------------------------------------- sec-01 ---------------------------------------- */

#sec-01 {
  width:100%;
  position:relative;
}

.main-vis {
  display:none;
}

#sec-01 .main-vis-sp {
  width:100%;
  height:auto;
  max-width:100%;
}

.main-vis-sp img {
  width:100%;
  height:auto;
  z-index:-1;
  max-width:100%;
}

.sec-01-in {
  position:absolute;
  bottom:14%;
  left:20px;
  width:95%;
  height:auto;
  padding:0 15px;
}

.sec-01-in h2 {
  margin-bottom:10px;
}


.sec-01-in h2 img{
  width:100%;
  height:auto;
  max-width:688px;
}
.sec-01-in p img {
  width:100%;
  height:auto;
  max-width:254px;
}

.sec-01-in-pc {
  display:none;
}


/* ---------------------------------------- sec-02 ---------------------------------------- */

#sec-02 {
  width:100%;

  margin:0 auto;
  text-align:center;
}


#sec-02 h2 {
  display:none;
}

#sec-02 .sec-02-content {
  width:100%;
  padding:30px 15px 15px;
}

#sec-02 .sec-02-content img {
  width:80%;
}

#sec-02 .sec-02-content .problem-ttl {
  padding-bottom:40px;
  width:100%;
  height:auto;
}

#sec-02 .sec-02-content .problem-ttl img {
  text-align:center;
  height:auto;
  max-width:938px;
  max-height:225px;
}

#sec-02 .sec-02-content .problem-content-sp {
  width:100%;
  margin:0 auto;
  max-width:341px;
  padding-bottom:20px;
}

#sec-02 .sec-02-content .problem-content-sp img {
  width:100%;
  text-align:center;
}

#sec-02 .sec-02-content p img {
  max-width:1096px;
  height:auto;
}

#sec-02 .sec-02-content .problem-human img {
  max-width:250px;
  height:auto;
}

#sec-02 .sec-02-content .problem-human {
  padding-bottom:30px;
}

#sec-02 .problem-content {
  display:none;
  padding-top:80px;
  padding-bottom:120px;
}

#sec-02 h2{
  text-align:right;
}

#sec-02 .under-arrow {
  position:relative;
  top:10px;
  margin-bottom:40px;
  text-align:center;

}

#sec-02 .under-arrow img {
  max-width:100px;
  height:auto;
}


/* ---------------------------------------- sec-03 ---------------------------------------- */

#sec-03 {
  width:100%;
  padding:0 15px;
  margin-bottom:60px;
  background-color:#F7F5F5;
  position:relative;
}

#sec-03:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #F7F5F5;
  border-bottom: 60px solid #F7F5F5;
  z-index:-1;
}

#sec-03:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -118px;
  border-top: 60px solid #F7F5F5;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #F7F5F5;
  border-bottom: 60px solid transparent;
  z-index:-1;
}

#sec-03 h2 {
  padding:0 10px;
  text-align:center;
  width:100%;
  height:auto;
  padding-bottom:30px;
}

#sec-03 h2 img {
  width:80%;
  height:auto;
  max-width:80%;
}

#sec-03 img {
  width:100%;
  max-width:100%;
  height:auto;
}

.sec-03-in .resolve-ttl-pc {
  display:none;
  }



#sec-03 .resolve-ttl-sp {
  text-align:center;
  width:90%;
  margin:0 auto;
  height:auto;
  padding-bottom:30px;

}

#sec-03 .resolve-ttl-sp img {
  width:100%;
  max-width:900px;
  height:auto;
}

.resolve-content {
  padding:0 15px;
  text-align:center;
  width:100%;
  height:auto;
}

.resolve-content img {
  width:100%;
  max-width:900px;
  height:auto;
}


/* ---------------------------------------- sec-04 ---------------------------------------- */

#sec-04 h2 {
  padding:0 15px;
  width:100%;
  margin-bottom:0px;
}

.ttl-s {
  display:inline-block;
  font-size:16px;
  margin-bottom:5px;
}

.ttl-m {
  display:inline-block;
  font-size:24px;
  color:#fff;
  background:#000;
  padding:10px 40px;
  margin-bottom:10px;
}

.ttl-l {
  font-size:24px;
  letter-spacing:0em;
}

#sec-04 h2 img {
  padding:0 10px;
  width:100%;
  max-width:600px;
  height:auto;
}


.rs-bg {
  padding:0 15px;
  width:100%;
  height:auto;
}

.rs-bg img {
  width:100%;
  height:100%;
  max-width:1029px;
}



.pc {
  display:none;
}

#sec-04 {
  width:100%;
  text-align:center;
  margin-bottom:90px;
  padding-top:50px;
}

#sec-04 h2 {
  padding:0 10px 0px;
}

#sec-04 h2 {
  padding:0 15px;
  width:100%;
  margin-bottom:0px;
}


#sec-04 h2 img {
  width:100%;
  height:auto;
}


#sec-04 .rs-bg img {
  width:100%;
  height:auto;
}

#sec-04 .rs-content {
  position:relative;
}

.rs-container {
  position:absolute;
  bottom:-100px;
  text-align:left;
  left:0px;
  width:100%;
}

.rs-container02 {
  position:absolute;
  bottom:-45px;
  right:0px;
  text-align:right;
  width:100%;
}

.rs-container03 {
  text-align:left;
  position:absolute;
  bottom:-140px;
  left:0px;
  width:100%;
}

.rs-container p {
  margin-bottom:10px;
}

.rs-container p img,
.rs-container02 p img,
.rs-container03 p img {
  height:auto;
  max-width:100%;
}

.rs-txt {
  padding:120px 0 50px;
  width:90%;
  height:auto;
  display:block;
  margin:0 auto;
}

.rs-txt-pc {
  display:none;
}

.rs-txt02 {
  padding-top:80px;
}

.rs-txt03 {
  padding-top:180px;
}

.rs-txt img {
  width:100%;
  max-width:346px;
  height:auto;
}

.sec-04-box02 {

}

.sec-04-box03 {

}


/* ---------------------------------------- sec-05 ---------------------------------------- */


.rs-txt-pc {
  font-size:28px !important;
  width:90%;
  text-align:center;
  line-height:5.6rem;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:bold;
  margin:0 auto;
}

#sec-05 {
  background:rgba(0,148,201);
  background:rgb(0,148,201);
  width:100%;
  margin:0 auto;
  position:relative;
  margin-bottom:130px;
  text-align:center;
  padding-bottom:0px;
}
.service-12 {
  display:none;
}

.sec-05-in-pc {
  display:none;
}

.service-left {
  display:none;
}


.bxs dl {
  margin:0 auto;
  margin-bottom:30px;
  width:90%;
}

.bxs dl dt {
  width:75%;
  height:auto;
  max-width:370px;
  max-height:370px;
  margin:0 auto;
  font-weight:600;
  margin-bottom:20px;

}

.bxs dl dt img {
  width:100%;
  height:auto;
  max-width:290px;
  max-height:290px;
  text-align:left;
}

.bxs dl dd {
  font-size:18px;
  color:#fff;
  text-align:left;
  padding:0 0 10px;
  max-width:370px;
  margin:0 auto;
}


#sec-05 h2 {
  height:auto;
  padding:0 0 50px;
  max-width:370px;
  width:90%;
  margin:0 auto;
}

#sec-05 h2 img {
  width:100%;
  max-width:200px;
  height:auto;
}

.bxs dl dd:nth-of-type(1) {
  font-size:18px;
  padding-bottom:15px;
  font-weight:bold;
  text-align:left;
}

#sec-05:before {
  content: '';
  display: block;
  position: absolute;
  left:0;
  top: -118px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid rgb(0,148,201);
  border-bottom: 60px solid rgb(0,148,201);
}

#sec-05:after {
  content: '';
  display: block;
  position: absolute;
  left:0;
  bottom: -118px;
  border-top: 60px solid rgb(0,148,201);
  border-left: 50vw solid transparent;
  border-right: 50vw solid rgb(0,148,201);
  border-bottom: 60px solid transparent;
}

.sec-05-in h2 {
  color:#fff;
  font-size:24px;
}

.sec-05-in h2 span {
  background-color:#000;
}

.sec-05-p {
  display:none;
}

.sec-05-p-sp {
  display:block;
  max-width:313px;
  height:auto;
  margin:0 auto;
}

.sec-05-p-sp img {
  display:block;
  max-width:313px;
  height:auto;
}

/* ---------------------------------------- sec-06 ---------------------------------------- */


#sec-06 dl {
  width:100%;
  margin:0 auto;
}

#sec-06 dl dd {
  width:90%;
  max-width:530px;
  margin:0 auto;
}

.slick-prev {
  top:110%;
  left:5%;
}

.slick-next {
  top:110%;
  right:5%;
}

#sec-06 dl img {
  width:90%;
  max-width:530px;
  text-align:center;
  margin: 0 auto;
}

#sec-06 h2 {
  font-size:24px;
  color:#000;
  text-align:center;
  margin:0 auto;
  padding:0 50px;
}

#sec-06 {
  width:100%;
  height:auto;
  margin:0 auto;
}

.slick-wrapper {
  width:100%;
  margin:0 auto;
}

.sec-06-in {
  width:100%;
  margin:0 auto;
}

.sec-06-in dt img{
text-align:center;
width:100%;
height:auto;
max-width:530px;
}

.slick-slide dd:nth-of-type(1) {
  font-size:18px;
  font-family:"Mplus 1p";
  padding:20px 0px 15px;
  line-height:2.6rem;
}

.slick-slide dd:nth-of-type(2) {
  font-size:15px;
  font-family:"平成角ゴシック Std";
  line-height:2.6rem;
}

.slick-wrapper dl {
  max-width:530px;
}

/* ---------------------------------------- sec-07 ---------------------------------------- */

.plan-pc {
  display:none;
}

#sec-07 {
  position:relative;
  color:#000;
  padding-bottom:50px;
  width:100%;
  margin:0 auto;
  background-color:#F7F5F5;
  margin-top:200px;
}

#sec-07:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -120px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #F7F5F5;
  border-bottom: 60px solid #F7F5F5;
  z-index:-1;
}

#sec-07:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -118px;
  border-top: 60px solid #F7F5F5;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #F7F5F5;
  border-bottom: 60px solid transparent;
  z-index:-1;
}


.plan-sp img {
  max-width:100%;
}

.plan-sp {
  max-width:349px;
}

#sec-07 h2 {
  font-size:24px;
  color:#000;
  text-align:center;
}

#sec-07 p {
  font-size:18px;
  text-align:center;
  margin-bottom:60px;
}

.price-inner {
  width:100%;
  display:flex;
  flex-wrap:nowrap;
  justify-content:center;
}

.price-left,
.price-right {

  display:none;
}

.sec-07-in {
  width:100%;
  padding:0;
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap:wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content:center;
}

.price-left {
  display:none;
}



#sec-07 dl {
  max-width:349px;
}

#sec-07 dd  {
  height:60px;
  margin:20px auto 0px;
  max-width:260px;
}

#sec-07 dd a  {
  display:block;
  line-height:70px;
  background-color:rgba(0,148,201);
  width:100%;
  text-align:center;
  font-size:18px;
  color:#fff;
  border-radius:30px;
}

#sec-07 dd   {
  display:block;
  line-height:60px;
  width:90%;
  text-align:center;
  font-size:18px;
  color:#fff;
  border-radius:30px;
}
#sec-07 .plan01 dd a {
  background-color:rgba(0,148,201);
}

#sec-07 .plan01 dd a:hover {
  background-color:#000;
}

#sec-07 .plan02 dd a,
#sec-07 .plan03 dd a {
  background-color:#bdbdbd;
}

#sec-07 .plan02 dd a:hover,
#sec-07 .plan03 dd a:hover {
  background-color:#000;
}

.plan01 {
  background-color:#fff;
  border-radius:20px;
  padding-bottom:100px;
}

.plan02,
.plan03 {
  padding-bottom:50px;
  background-color:#fff;
  border-radius:20px;
}


/* ---------------------------------------- sec-08 ---------------------------------------- */


#sec-08 {
  width:100%;
  color:#000;
  padding:0 25px;
  padding-bottom:40px;
  margin:120px auto 0 auto;
}
#sec-08 h2 {
  font-size:24px;
  text-align:center;
}

#sec-08 table td {
  padding: 0px 0px 15px;
  padding-right: 15px;
}

#sec-08 table th {
  padding: 15px 0px 15px;
  padding-right: 10px;
  vertical-align:top;
  line-height:2.6rem;
}

.q-a-left {
  display:none;
}

.sec-08-inner {
  padding-top:10px;
}


#sec-08 p {
  font-size:15px;
  text-align:center;
  margin-bottom:0px;
  line-height:2.9rem;
  color:#000;
}

.sec-08-in {
  margin:0 auto;
  width:100%;
}

#sec-08 table {
  border:1px solid #000;
  width:100%;
  margin:0 auto;
  margin-top:20px;
  border-collapse:collapse;
  padding:10px 10px;
  font-weight:bold;
}

#sec-08 th img,
#sec-08 td img {
  max-width:25px;
  max-height:25px;
}


#sec-08 table th:nth-of-type(1),
#sec-08 table td:nth-of-type(1) {
  width:20px;
  padding-left:10px;
}

#sec-08 table th img,
#sec-08 table td img {
  vertical-align:top;
}


/* ---------------------------------------- l-contact ---------------------------------------- */



#top-banner {
  position:fixed;
  bottom:0px !important;
  right:0px;
  z-index:9997;
  width:100%;
  text-align:right;
}

#top-banner img {
  width:100%;
  height:auto;
  max-width:185px;
}

#top-banner p {
  display:inline-block;
}

/* ---------------------------------------- l-footer---------------------------------------- */


footer {
  padding:0 25px 50px;
  text-align:center;
  color:#000;
}

footer h4 {
  margin-bottom:20px;
}

footer .footer-img{
  width:100%;
  max-width:715px;
  height:auto;
  margin-bottom:20px;
  margin:0 auto;
}

footer .footer-img img {
  width:100%;
  max-width:715px;
  height:auto;
}

address {
  font-size:14px;
  color:#000;
  margin-bottom:40px;
  margin-top:20px;
  font-family:"Mplus 1p" !important;
}

footer .rv {
  font-size:16px;
  margin-bottom:20px;
}

footer .pv {
  margin:40px 0;
}

.footer-copyright {
  font-size:10px;
}

footer p {
  font-family:"Mplus 1p" !important;
}

footer .copy-right {
  font-weight:normal;
}


  footer p {
    font-family:"Mplus 1p" !important;
    font-weight:bold;
  }

  footer .footer-copyright {
    font-weight:normal !important;
  }
  .plan01 {
    box-shadow:0 0 20px rgb(210, 203, 203);
    width:90%;
    max-width:512px;
    height:auto;
    max-height:100%;
  }

  .plan02,
  .plan03 {
    width:90%;
    max-width:512px;
    max-height:94%;
    margin-top:50px;
  }

  .sec04-right{
    display:none;
  }

  .contact-right {
    display:none;
  }

  #sec-06 {

  }

  .bxs dl {
    max-width:370px;
    line-height:2.6rem;
  }


#sec-08 table th {
  font-size:18px;
  text-align:left;
  color: #A29B9B;
}


#sec-08 table td {
  font-size:18px;
  text-align:left;
  line-height:2.6rem;
  padding:
}


  .slick-wrapper {
    padding-top:50px;
  }

.doui  {
  display:none;
}



/* ================================================== tablet ================================================== */

@media screen and (min-width:760px) {

  .doui {
    display:block !important;
  }




  #sec-06 h2 {
    padding-bottom:100px;
  }


  #sec-06 dl img {
    width:100%;
    max-width:530px;
    text-align:center;
    margin: 0 auto;
  }




  .bxs dl {
    margin:0 auto;
    margin-bottom:30px;
    width:50%;
  }

  #sec-02 .sec-02-content .problem-human  {
    display:none;
  }


  #sec-07 .plan01 {
    order:2;
    z-index:10;
  }


  #sec-07 .plan02 {
  order:1;
  z-index:1;
  }


  #sec-07 .plan03 {
  order:3;
  z-index:1;
  }





  .sec-05-p img {
    max-width:1444px;
    height:auto;
    width:100%;
  }

  .sec-05-in-pc {
    display:block;
  }

  .sec-05-in-pc ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
  }

  .sec-05-in-pc li {
    width:30%;
    height:auto;
    max-height:400px;
    padding-right:20px;
  }

  .sec-05-in-pc li img {
    width:100%;
    max-width:314px;
    height:auto;
    max-height:400px;
  }


    .sec-07-in {
      display:block !important;
      width:100%;
      margin:0 auto;
    }

    .plan {
      width:100%;
      margin:0 auto;
      margin-bottom:20px;
    }


}


/* ================================================== pc ================================================== */


@media screen and (min-width:960px) {


  #sec-02 .sec-02-content {
    width: 100%;
    padding: 0px 15px 15px;
  }

  #sec-06 dl dd {
    width:100%;
    max-width:530px;
    margin:0 auto;
  }


  #sec-05 h2 {
    height:auto;
    padding:0 0 50px;
    width:90%;
    margin:0 auto;
    max-width:none;
  }


  #logo a {
    display:block;
      text-align: center;
  }


  .sec-07-in {
    display:flex !important;
  }

  .plan02 img,
  .plan03 img {
    max-width:410px;
    width:100%;
  }

  .plan {
    margin:0;
  }

  header.headerbg {
    background:rgba(255,255,255,0.8);
  }


  header {
      right: 0;
      z-index: 999;
      width: 100%;
      height: 100px;
      position: fixed;
      top: 0;
  }


  #sec-07 dl {
    max-width:410px;
  }



  #sec-04 h2 {
    padding:0 10px 20px;
  }

  #sec-04 h2 {
    padding:0 15px;
    width:100%;
    margin-bottom:30px;
  }





  #sec-08 table td {
    padding:0px 10px 30px;
    padding-right:20px;
    vertical-align:middle;
  }



  .sec-07-in {
    width:100%;
    padding:0 25px;
  }


  #sec-05 {
    margin-bottom:170px;
    padding-bottom:70px;
  }


  .rs-txt {
    padding:120px 0 100px;
  }


  #sec-03 {
    width:100%;
    padding:0 15px;
    margin-bottom:100px;
    background-color:#F7F5F5;
    position:relative;
  }


  .menu-s.hide {
    visibility:hidden;
  }

  #top-nav ul.hide {
    background:none;
  }


  .only {
    display:none;
  }


  #sec-07:before {
    border-left: 50vw solid transparent;
  }

  #sec-07:after {
    border-left: 50vw solid transparent;
  }


  #sec-03:before {
    border-left: 50vw solid transparent;
  }

  #sec-03:after {
    border-left: 50vw solid #F7F5F5;
  }


  #sec-05:before {
    border-left: 50vw solid transparent;
  }

  #sec-05:after {
    border-left: 50vw solid #fff;
  }





  #logo.hide {
      visibility:hidden;
  }




  .sec-01-in h2 {
    margin-bottom:20px;
  }


.doui {
  display:block;
}





  #sec-05 h2 {
    padding-top:50px;
  }


  .bxs dl dt img {
    width:100%;
    height:auto;
    max-width:280px;
    max-height:276px;
    text-align:left;
  }


  #sec-03 h2 {
    padding-bottom:40px;
  }




  #logo img {
    width:76%;
    height:auto;
  }





  .rs-txt {
    width:100%;
  }



  .bxs dl {
    margin:0 auto;
    margin-bottom:30px;
    width:100%;
  }

  .bxs dl dt {
    width:100%;
    height:auto;
    max-width:370px;
    max-height:370px;
    margin:0 auto;
    font-weight:600;
    margin-bottom:20px;

  }


  .slick-wrapper {
    padding-top:0px;
  }


  #sec-06 dl {
    width:100%;
    margin:0 auto;
  }

  .plan-sp {
    display:none;
  }
  .plan-pc {
    display:block;
  }



  .slick-slide dd:nth-of-type(1) {
    font-size:24px;
    font-family:"Mplus 1p";
    padding:20px 0 15px;
    line-height:2.6rem;
    font-weight:bold;
  }

  .slick-slide dd:nth-of-type(2) {
    font-size:20px;
    font-family:"平成角ゴシック Std";
    line-height:2.6rem;
    font-weight:500;
  }

  .slick-wrapper dl {
    max-width:530px;
  }


  .slick-prev {
    top:30%;
    left:-70px;
  }

  .slick-next {
    top:30%;
    right:-70px;
  }


  #sec-06 {
    display:block;
  }

  .sec-04-in {
    position:relative;
  }

  .sec04-right {
    width:10%;
    height:auto;
    display:block;
  }

  .sec04-right p {
    width:10%;
    height:auto;
    position:absolute;
    top:10px;
    right:25px;
  }


  .sec04-flex {
    width:100%;
    display:flex;
    flex-wrap:nowrap;
  }

  .sec04-center {
    width:80%;
  }

  .sec04-left,
  .sec04-right {
    width:10%;
  }

  .rs-01 {
    position:absolute;
    top:0px;
    left:0px;
  }


  .rs-02 {
    position:absolute;
    bottom:100px;
    right:0px;
  }

  .service-right dl {
    padding:0 30px;
  }


  #sec-06 h2 {
    font-size:59px;
    color:#000;
    text-align:center;
    max-width:none;
    margin:0 auto;
  }

  #sec-06 dl dd:nth-of-type(1) {
    line-height:1.3em;
  }



  #sec-06 dl dd:nth-of-type(2) {
    line-height:1.5em;
  }


  .sec-06-in {
    width:100%;
    margin:0 auto;
    padding-right:100px;
    padding-left:100px;
  }


  #sec-02 .under-arrow img {
    width:150px;
    max-width:173px;
    height:auto;
    padding:40px 0;
  }



  .ttl-s {
    font-size:35px;
  }

  .ttl-m {
    display:inline-block;
    font-size:55px;
    color:#fff;
    background:#000;
    padding:0 65px;
    margin-bottom:20px;
  }

  .ttl-l {
    font-size:59px;
    letter-spacing:0em;
  }


  #sec-02 {
    padding-top:80px;
  }

  footer .rv {
    font-size:26px !important;
  }
  address {
    font-size:26px;
  }

  .footer-copyright {
    font-size:26px;
  }

.inner-padding {
    padding-right:25px;
    padding-left:25px;
    max-width:1700px;
    margin:0 auto;
    padding-top:50px;
  }




    #logo {
      position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        padding: 15px 5px 15px 0px;
    }


  #logo.logobg {
    background:rgba(255,255,255,1);
  }


  .header-inner {
    display:flex;
  }

  .sec-02-in-inner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content:flex-end;
  }

  #sec-02 h2 {
    width:10%;
    display:block;
  }

  #sec-02 h2 img {
    width:100%;
  }
  .sec-02-content {
    width:90%;
  }


  .plan01 {
    box-shadow:0 0 20px rgb(210, 203, 203);
    width:40%;
    max-width:411px;
    height:auto;
    max-height:100%;
  }

  .plan02,
  .plan03 {
    width:30%;
    max-width:513px;
    height:88%;
    max-height:88%;
    margin-top:50px;
  }


  #sec-01 h2,
  #sec-02 h2,
  #sec-03 h2,
  #sec-04 h2,
  #sec-05 h2,
  #sec-06 h2,
  #sec-07 h2,
  #sec-08 h2,
  #sec-09 h2 {
    font-size:59px;
    padding-bottom:10px;
  }

    #sec-01 p,
    #sec-02 p,
    #sec-03 p,
    #sec-04 p,
    #sec-05 p,
    #sec-06 p,
    #sec-07 p,
    #sec-08 p,
   {
      font-size:35px;
    }
  #sec-09 .main {
    font-size:59px;
  }



  .rs-container {
    position:absolute;
    top:-600px;
    text-align:left;
    left:0px;
    width:100%;
  }

  .rs-container02 {
    position:absolute;
    top:-600px;
    right:0px;
    text-align:right;
    width:100%;
  }

  .rs-container03 {
    text-align:left;
    position:absolute;
    top:-450px;
    left:0px;
    width:100%;
  }

  .rs-01-sp,
  .rs-02-sp,
  .rs-03-sp {
    display:none;
  }

  .rs-txt {
    display:none;
  }

  .rs-txt-pc {
    padding:80px 0 100px;
    display:block;
  }

  .rs-01,
  .rs-02,
  .rs-03 {
    display:block;
  }

  .rs-bg01 {
    text-align:right;
    padding-right:200px;
  }

  .rs-bg02 {
     text-align:left;
     padding-left:200px;
  }

  .rs-bg03 {
    text-align:right;
    padding-right:200px;
  }


  .sec-03-in h2 {
    width:100%;
    height:auto;
    max-width:664px;
    tex-align:center;
    margin:0 auto;
  }

  .sec-03-in h2 img {
    width:100%;
    height:auto;
    max-width:664px;
    tex-align:center;
  }

  .sec-03-in .resolve-ttl-sp {
    display:none;
  }

  .sec-03-in .resolve-ttl-pc {
    display:block;
    width:100%;
    height:auto;
    max-width:761px;
    text-align:center;
    margin:0 auto;
    padding-bottom:80px;
  }


  .sec-03-in .resolve-ttl-pc img {
    width:100%;
    height:auto;
    max-width:761px;
    tex-align:center;
    margin:0 auto;
  }


  .sec-03-in .resolve-content  {
    width:100%;
    height:auto;
    max-width:901px;
    tex-align:center;
    margin:0 auto;
  }

  .sec-03-in .resolve-content img {
    width:100%;
    height:auto;
    max-width:901px;
    tex-align:center;
    margin:0 auto;
  }

  .sec-03-in .resolve-ttl  {
    width:100%;
    height:auto;
    max-width:734px;
    tex-align:center;
    margin:0 auto;
  }

  .sec-03-in .resolve-ttl img {
    width:100%;
    height:auto;
    max-width:734px;
    tex-align:center;
    margin:0 auto;
  }
  .menu.color {
    background-color:#fff;
    height:100px;
    z-index:9999;
    position:fixed;
    top:0;
    right:0;
  }

  header.back {
    background-color:#fff;
  }

  #top-nav ul li {
    margin-right:3%;
  }

  #top-nav ul li:last-child {
    padding-top:0px;
    margin-right:0px;
  }

  #top-nav ul li:nth-of-type(6) {
    padding-top:0px;
    margin-right:0px;
  }

  #top-nav ul li a {
    color:#fff;
    font-size:20px;
    line-height:100px;
    display:block;
    position:relative;
    z-index:1;
  }



  #top-nav ul li a:before {
    content: '';
	  width: 0;
	  left: 50%;
	  bottom: 25px;
	  transition: all 0.3s ease;
	  border-bottom: 4px solid rgba(0,148,201);
	  position: absolute;
	  display: block;
  }

  #top-nav ul li a:hover:before {
    width:50%;
    border-bottom:4px solid rgba(0,148,201);
  }

#top-nav ul li a:after {
    content: '';
  	width: 0;
  	right: 50%;
  	bottom: 25px;
  	transition: all 0.3s ease;
  	border-bottom: 4px solid rgba(0,148,201);
  	position: absolute;
  	display: block;
  }

#top-nav ul li a:hover:after {
    width:50%;
    border-bottom:4px solid rgba(0,148,201);
  }

.pc-top-ap a:after,
.pc-top-ap a:before,
.pc-top-line a:after,
.pc-top-line a:before {
  display:none !important;
}
  .pc-top-ap a,
  .pc-top-line a {
    display:inline-block;
  }



  .line-ap {
    display:block;
    position:fixed;
    top:0;
    right:0;
    z-index:999;
  }

  #top-banner {
    display:none;
  }

  .price-banner {
    position:fixed;
    right:0;
    bottom:0;
    width:300px;
    display:block;
    z-index:9999;
  }
  .price-banner a {
    display:block;
  }

  .price-banner img {
    width:300px;
    height:auto;
  }

  /* ---------------------------------------- sec-01 ---------------------------------------- */

  #sec-01 {

  }

  #sec-01 .main-vis-sp {
    display:none;
  }

  #sec-01 .main-vis {
    display:block;
    width:100%;
    height:auto;
  }

  #sec-01 .main-vis img {
    width:100%;
    height:auto;
    max-width:100%;
  }

  .sec-01-in {
    display:none;
  }

  .sec-01-in-pc {
    display:block;
    position:absolute;
    top:37%;
    right:10px;
  }



    /* ---------------------------------------- sec-02 ---------------------------------------- */


  #sec-02 .problem-content-sp {
    display:none;
  }

  #sec-02 .problem-content {
    display:block;
  }


    /* ---------------------------------------- sec-04 ---------------------------------------- */



    .rs-y {
      font-family:"Mplus 1p";
      font-weight:bold;
      font-size:30px;
    }


    .rs {
      padding:40px 40px;
      background:#FFE200;
      margin-bottom:10px;
      width:auto;
      display:inline-block;
    }




   /* ---------------------------------------- sec-05---------------------------------------- */


     .price-left {
       position:relative;
       top:-184px;
     }

     .bxs {
       width:100%;
       display:flex;
       justify-content:center;
       margin:0 auto;
     }

     .service-left {
        width:10%;
        position:relative;
        top:-220px;
        display:block;
      }

      .service-left img {
         width:100%;
       }

     .service-right {
        width:80%;
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        padding:0 30px;
      }


      .service-right-02 {
        width:10%;
      }

     .bxs dl {
       margin:0 auto;
       margin-bottom:30px;
       width:33%;
       line-height:3rem;
     }

     .sec-05-in h2 {
       font-size:59px;
       color:#fff;
       text-align:center;
       margin-bottom:100px;
     }

     .sec-05-in h2 span {
       padding:5px 0 3px 10px;
     }

    .sec-05-p-sp {
       display:none;
     }

     .sec-05-p {
       display:block;
       max-width:1444px;
       height:auto;
       width:100%;
       margin:0 auto;
     }

     .bxs dl dd:nth-of-type(1) {
       font-size:23px;
       padding-bottom:15px;
       font-weight:bold;
       text-align:center;
     }

      .bxs dl dd:nth-of-type(2) {
        font-size:18px;
      }

  /* ---------------------------------------- sec-06 ---------------------------------------- */

  .sec-06-in {
    padding:100px 100px;
  }

    /* ---------------------------------------- sec-08 ---------------------------------------- */







     .contact-right {
       display:block;
     }


    #sec-08 table {
      padding:50px;
      margin-bottom:72px;
      border-collapse: collapse;
    }

    #sec-08 table th:nth-of-type(1),
    #sec-08 table td:nth-of-type(1) {
      padding-left:50px;
    }

    #sec-08 table th:nth-of-type(2),
    #sec-08 table td:nth-of-type(2) {
      padding-right:50px;
    }

    #sec-08 table th {
      color:#A29B9B;
      text-align:left;
    }

    #sec-08 table th {
      padding:30px 10px 35px;
      vertical-align:middle;
      padding-right:20px;
      line-height:2.6rem;
    }

    #sec-08 th img,
    #sec-08 td img {
      max-width:70px;
      max-height:70px;
    }



    .price-inner {
      width:100%;
      display:flex;
      flex-wrap:nowrap;
      justify-content:center;
    }

    .sec-08-inner {
      padding-top:20px;
      width:100%;
      display:flex;
      flex-wrap:nowrap;
    }

    .sec-08-in {
      width:80%;
      padding:60px 0 0 0;
    }

    .q-a-left {
      display:block;
      width:10%;
      position:relative;
      top:-144px;
    }

    .q-a-left p {
      width:100%;
    }

    .q-a-left p img {
      width:100%;
    }

    .q-a-right {
      width:10%;
    }

    .sec-08-in th {
      text-align:left;
    }

    .price-right,
    .price-left {
      width:10%;
      display:block;
    }

    .sec-07-in {
      width:80%;
      padding-top:35px;
    }
    .price-left {
      display:block;
    }
    .price-left img {
      width:100%;
    }

  #sec-08 table th:nth-of-type(1),
  #sec-08 table td:nth-of-type(1) {
    width:60px;
  }

  #sec-08 table th:nth-of-type(1) img,
  #sec-08 table td:nth-of-type(1) img  {
    width:70px;
    height:70px;
  }


  table th,
  table td {
    font-size:24px;
  }

  .is-hidden__md{
    display:none;
  }

  .slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transform: scale( .75 );
}
.is--active {
  transform: scale( 1 );
}

#top-nav ul li a.headerColor-default {
  color:#000 !important;
  font-weight:bold;
}


  .price-banner {
    display:none;
  }
  .price-banner.display {
    display:block;
  }



/* ---------------------------------------- animation ---------------------------------------- */


.img-container{
  overflow: hidden;
  position: relative;
}

.img-container__img{
    display: block;
    opacity: 0;
    position: relative;
    transition:all .5s .3s ease;
    z-index: 0;
}

.img-container:before{
    background: rgba(0,148,201);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    transition:all .8s 0s ease;
    width: 100%;
    z-index: 1;
}

.text-container{
    opacity: 0;
    padding:0 60px;
    transition: all .8s .5s ease;
}

.text-container__title{
    color: rgba(0,148,201);
    font-size: 60px;
    font-weight: 700;
}

/*アニメーションするプロパティを設定します*/
.img-container.active img{
    opacity: 1;
}

.img-container.active:before{
    transform: translateX(100%);
}

.text-container.active{
    opacity: 1;
}

.ttl-up {
  overflow: hidden;
  position: relative;
}

.ttl-up__img {
    display: block;
    opacity: 0;
    position: relative;
    transition:all .5s .3s ease;
    z-index: 0;
}

.ttl-up:before {
    background:#000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateY(100%);
    transition:all .8s 0s ease;
    width: 100%;
    z-index: 1;
}
.ttl-up.active img{
    opacity: 1;
}

.ttl-up.active:before{
    transform: translateY(-100%);
}


.img-container-w{
  overflow: hidden;
  position: relative;
}

.img-container-w__img{
    display: block;
    opacity: 0;
    position: relative;
    transition:all .5s .3s ease;
    z-index: 0;
}

.img-container-w:before{
    background:#fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    transition:all .8s 0s ease;
    width: 100%;
    z-index: 1;
}


/*アニメーションするプロパティを設定します*/
.img-container-w.active img{
    opacity: 1;
}

.img-container-w.active:before{
    transform: translateX(100%);
}

.anime01 {
    animation-duration: .5s; /* アニメーションの時間 */
    animation-delay: .5s; /* アニメーション開始時間 */
}

.anime02 {
    animation-duration: .9s; /* アニメーションの時間 */
    animation-delay: .9s; /* アニメーション開始時間 */
}

.anime03 {
    animation-duration: 1.3s; /* アニメーションの時間 */
    animation-delay: 1.3s; /* アニメーション開始時間 */
}

.zoom01 {
  animation-duration: 2s; /* アニメーションの時間 */
  animation-delay: 1s; /* アニメーション開始時間 */
}

.zoom02 {
  animation-duration: 2s; /* アニメーションの時間 */
  animation-delay: 0s; /* アニメーション開始時間 */
}

.top {
  animation-duration: 1.3s; /* アニメーションの時間 */
}

address p:nth-of-type(1) {
  margin-bottom:15px;
  line-height:5.6rem;
}

address p:nth-of-type(2) {
  margin-bottom:15px;
  line-height:5.6rem;
}

footer h4 {
  margin-bottom:40px;
}





}

@media screen and (min-width:1215px) {

  .rs-txt-pc {
    font-size:28px !important;
    width:90%;
    text-align:center;
    line-height:5.6rem;
    font-family:"Noto Sans JP",sans-serif;
    font-weight:bold;
    margin:0 auto;
  }


  h2 img {

  }


    .btn-wrapper {
      display:none;
    }



  #top-nav {
    display:block;
  }

  #top-nav ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap:wrap;
    -webkit-box-pack: flex-end;
  	-ms-flex-pack: flex-end;
    justify-content:flex-end;
    position:fixed;
    top:0px;
    right:0px;
    left:293px;
    z-index:100;
    height:100px;
  }


    .concent-txt {
      font-size: 10px !important;
      height: 160px;
      overflow: scroll;
      padding: 10px;
      margin: 10px 0 20px;
      background: #FFFFFF;
      font-weight:normal;
    }

}

.doui {
  visibility:hidden;
}
