@charset "UTF-8";
@media screen and (min-width: 768px) {
  .introCont {
    margin-bottom: 0;
  }
}
.smallLargeCont {
  margin-bottom: 10px;
  width: 100%;
}
.smallLargeCont .sap {
  width: 48%;
  margin-right: 2%;
  float: left;
}
.smallLargeCont .sap img {
  float: left;
  width: 80px;
  height: auto;
}
.smallLargeCont .sap .sap_in {
  float: left;
  width: 261px; /*IE9未満*/
  widht: -webkit-calc(100% - 80px); /*Chrome19~25*/ /*Firefox4~15*/
  width: calc(100% - 80px);
  padding: 0 0 0 10px;
}
.smallLargeCont .sap .sap_in .ttl {
  border-bottom: 1px solid #ccc;
  color: #e77885;
  font-size: 100%;
  padding-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .smallLargeCont {
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    margin-top: 20px;
  }
  .smallLargeCont .sap {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    margin-left: 0;
  }
  .smallLargeCont .sap .sapimg {
    width: 52px;
    height: auto;
  }
  .smallLargeCont .sap .sap_in {
    widht: -webkit-calc(100% - 52px); /*Chrome19~25*/ /*Firefox4~15*/
    width: calc(100% - 52px);
  }
  .smallLargeCont .sap .sap_in .ttl {
    border-bottom: none;
    padding-bottom: 3px;
  }
}

.spotTBL {
  margin-top: 15px;
  float: left;
  margin-right: 10px;
}
.spotTBL th, .spotTBL td {
  font-size: 90%;
  text-align: center;
  padding: 5px 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .spotTBL {
    float: none;
  }
  .spotTBL img {
    width: 100%;
    height: auto;
  }
}

.listA li {
  background: #fff;
}

/* STEP */
.datsumoustepCont li {
  float: left;
  margin: 0 18px;
  diaplay: inline-block;
  font-size: 13px;
}
.datsumoustepCont li .maru {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e97887;
  color: #fff;
  margin-left: -20px;
  z-index: 10;
  position: relative;
  text-align: center;
  padding-top: 13px;
  line-height: 1.4;
}
.datsumoustepCont li img {
  margin-top: -35px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.datsumoustepCont li .text {
  width: 195px;
  line-height: 1.5;
}
.datsumoustepCont li .text span {
  color: #0284bd;
  border: 1px solid #0284bd;
  display: inline-block;
  padding: 2px 4px;
  font-size: 90%;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .datsumoustepCont {
    margin-bottom: 30px;
  }
  .datsumoustepCont li {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
  }
  .datsumoustepCont li .maru {
    float: left;
    width: 45px;
    height: 45px;
    font-size: 11px;
    border-radius: 50%;
    margin-left: 0;
    padding-top: 8px;
    line-height: 1.4;
  }
  .datsumoustepCont li img {
    float: left;
    width: 90px;
    margin: 0 10px 10px 10px;
    height: auto;
  }
  .datsumoustepCont li .text {
    float: right; /*Chrome19~25*/ /*Firefox4~15*/
    width: calc(100% - 160px);
    line-height: 1.5;
    margin-top: 5px;
  }
}

.listA .fblue {
  margin-bottom: 10px;
  font-size: 14.7px;
  display: block;
}
.listA p.text {
  font-size: 90%;
}

.diodeBox {
  border: 2px solid #bbd6ed;
}
.diodeBox dt {
  color: #0284bd;
  background: #bbd6ed;
  padding: 10px 10px 15px 15px;
  font-size: 105%;
}
.diodeBox dd {
  line-height: 1.5;
  padding: 10px 10px 10px 15px;
}
.diodeBox li {
  float: left;
  line-height: 1.5;
  margin-bottom: 5px;
  position: relative;
  margin-left: 15px;
}
.diodeBox li:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1em;
  width: 5px;
  height: 5px;
  background-color: #0284bd;
  border-radius: 100%;
}
.diodeBox .w55 {
  width: 55%;
}
.diodeBox .w40 {
  width: 40%;
}
@media screen and (max-width: 800px) {
  .diodeBox li {
    float: none;
  }
  .diodeBox .w55, .diodeBox .w40 {
    width: 95%;
  }
}

.datsumouTBL {
  margin: 15px 0 20px 0;
  border-collapse: collapse;
  vertical-align: middle;
  border: 1px solid #ccc;
  width: 100%;
}
.datsumouTBL th {
  font-weight: normal;
  padding: 10px 15px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.datsumouTBL td {
  vertical-align: top;
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px 15px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .datsumouTBL {
    font-size: 80%;
  }
  .datsumouTBL th {
    padding: 6px 8px;
  }
  .datsumouTBL td {
    padding: 6px 8px 6px 0;
  }
}

.btnCont-datsumou {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .btnCont-datsumou {
    padding: 0 10px;
  }
}
.btnCont-datsumou .btn {
  font-size: 18px;
  background: #e97887;
  color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btnCont-datsumou .btn {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
  }
}
.btnCont-datsumou .btn .text {
  margin-left: 2px;
  line-height: 1.3;
}
.btnCont-datsumou .btn .icon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
}
.btnCont-datsumou .paybtn:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 25px;
  margin: -1px 8px 0 0;
  background: url(../common/img/yen-sign.png) center left no-repeat;
  background-size: auto 25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .btnCont-datsumou .paybtn:before {
    background: url(../common/img/yen-sign.png) center left no-repeat;
    background-size: auto 20px;
  }
}

.designlist {
  margin-bottom: 15px;
}
.designlist li {
  float: left;
  padding: 20px;
  line-height: 1.8;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .designlist li {
    width: 100%;
    float: none;
  }
}
.designlist li .fblue {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.designlist li figure {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .designlist li figure {
    float: left;
    width: 15%;
    margin-right: 10px;
    margin-top: -30px;
  }
}
.designlist li figure img {
  max-width: 130px;
  width: 100%;
}
.designlist li span.red {
  color: #e50012;
}
.designlist .design02 {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .designlist .design02 {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .designlist li {
    padding: 10px 10px 0 10px;
    font-size: 80%;
    text-align: left;
  }
  .designlist li .fblue {
    font-size: 14px;
    text-align: left;
    padding-left: calc(15% + 10px);
  }
  .designlist .design01 {
    text-align: left;
  }
}

.flowlist dt {
  line-height: 1.5;
}
.flowlist .step01 {
  background-image: url(img/phot1.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 106px;
  background-size: 177px auto;
}
@media screen and (max-width: 767px) {
  .flowlist .step01 {
    background-size: 100px auto;
  }
  .flowlist .step01 dd {
    padding-right: 100px;
  }
}
.flowlist .step02 {
  background-image: url(img/phot2.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 106px;
  background-size: 177px auto;
}
@media screen and (max-width: 767px) {
  .flowlist .step02 {
    background-size: 100px auto;
  }
}
@media screen and (max-width: 767px) {
  .flowlist .step02 {
    background-size: 100px auto;
  }
  .flowlist .step02 dd {
    padding-right: 100px;
  }
}
.flowlist .step03 {
  background-image: url(img/phot3.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 106px;
  background-size: 177px auto;
}
@media screen and (max-width: 767px) {
  .flowlist .step03 {
    background-size: 100px auto;
  }
}
@media screen and (max-width: 767px) {
  .flowlist .step03 {
    background-size: 100px auto;
  }
  .flowlist .step03 dd {
    padding-right: 100px;
  }
}
.flowlist .step04 {
  background-image: url(img/phot4.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 177px auto;
  min-height: 106px;
}
@media screen and (max-width: 767px) {
  .flowlist .step04 {
    background-size: 100px auto;
  }
}
@media screen and (max-width: 767px) {
  .flowlist .step04 {
    background-size: 100px auto;
  }
  .flowlist .step04 dd {
    padding-right: 100px;
  }
}

.flowlist li .number {
  margin-right: 8px;
}

.flowlist li dl dd {
  padding-right: 170px;
}
@media screen and (max-width: 767px) {
  .flowlist li dl dd {
    padding-right: 0;
  }
}

.ng dt {
  font-weight: bold;
}
.ng dt, .ng dd {
  line-height: 160%;
}
.ng .mt10 {
  margin-top: 10px;
}

.taikenBox {
  border: 1px solid #0284bd;
  margin-bottom: 15px;
}
.taikenBox h4 {
  color: #fff;
  background: #0284bd;
  padding: 10px 10px 15px 15px;
  font-size: 105%;
}
.taikenBox .inner {
  line-height: 1.5;
  padding: 15px 10px 15px 280px;
  background: url(img/case.jpg) top 15px left 15px no-repeat;
  background-size: 250px auto;
}
.taikenBox .inner .blueBox {
  position: relative;
  margin-top: 15px;
  background: #eaf7fc;
  padding: 5px 15px 10px 15px;
  border: 1px dashed #0284bd;
  font-size: 15px;
  line-height: 1.6;
}
.taikenBox .inner .blueBox dt {
  color: #0284bd;
  margin-bottom: 5px;
}
.taikenBox .inner .note {
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .taikenBox .inner {
    padding: 15px 10px 15px 120px;
    background: url(img/case.jpg) top 15px left 15px no-repeat;
    background-size: 90px auto;
  }
  .taikenBox .inner .blueBox {
    font-size: 80%;
  }
}

.troublettl {
  color: #fff;
  background: #e97887;
  padding: 5px 5px 8px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .troublettl {
    font-size: 95%;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .taikenLink {
    margin-bottom: 20px;
  }
}
.vio_note {
  border: 1px solid #e97887;
  padding: 5px 15px;
  color: #e97887;
  margin-top: 15px;
}