@charset "UTF-8";
/*-------------------------------------
        kaketsuke
--------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Oswald);
.kaketsuke-wrap {
  position: relative;
}

.kaketsuke {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.kaketsuke .pc_none {
  display: none;
}

.kaketsuke .sp_none {
  display: inline;
}

.kaketsuke .pc_br {
  display: block;
}

.kaketsuke .sp_br {
  display: none;
}

.kaketsuke .section {
  width: 980px !important;
  padding: 0px !important;
}

.kaketsuke .hero-content-wrapper {
  background-color: #dff2fc;
  height: 430px !important;
}

.kaketsuke .hero-content-wrapper .content-innter {
  vertical-align: top !important;
  position: relative;
  height: 430px !important;
}

.kaketsuke .hero-content-wrapper .content-innter h1 {
  margin: 67px 0 15px !important;
}

.kaketsuke .hero-content-wrapper .content-innter p {
  font-size: 26px;
  color: #0093d4;
  width: auto !important;
  font-weight: 700;
}

.kaketsuke .hero-content-wrapper .content-innter .point {
  position: absolute;
  top: 46px;
  right: 0;
  width: 194px;
  height: 194px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #e62320;
  border-radius: 97px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  padding-top: 50px;
}

.kaketsuke .hero-content-wrapper .content-innter .point small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 5px;
}

.kaketsuke .hero-content-wrapper .content-innter .point i {
  font-style: normal;
  display: inline-block;
  font-size: 59px;
  position: relative;
  top: 2px;
}

.kaketsuke .hero-content-wrapper .content-innter .obj {
  position: absolute;
  bottom: -5px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .kaketsuke {
    margin-bottom: 53px !important;
  }
  .kaketsuke .pc_none {
    display: inline;
  }
  .kaketsuke .sp_none {
    display: none;
  }
  .kaketsuke .pc_br {
    display: none;
  }
  .kaketsuke .sp_br {
    display: block;
  }
  .kaketsuke .section {
    width: 90% !important;
    padding: 0px !important;
  }
  .kaketsuke img {
    width: 100%;
  }
  .kaketsuke .hero-content-wrapper {
    background-color: #dff2fc !important;
    height: auto !important;
  }
  .kaketsuke .hero-content-wrapper .content-innter {
    vertical-align: top !important;
    position: relative;
    height: auto !important;
    padding-bottom: 20px !important;
  }
  .kaketsuke .hero-content-wrapper .content-innter h1 {
    margin: 13% 0 15px !important;
  }
  .kaketsuke .hero-content-wrapper .content-innter p {
    font-size: 3.5vw;
    color: #0093d4;
    width: 55% !important;
    font-weight: 700;
    display: block !important;
  }
  .kaketsuke .hero-content-wrapper .content-innter .point {
    position: absolute;
    top: 10px;
    right: 5%;
    width: 22%;
    height: 22vw;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    background-color: #e62320;
    border-radius: 1000px;
    font-size: 6.2vw;
    font-weight: 700;
    line-height: 1;
    padding-top: 5%;
  }
  .kaketsuke .hero-content-wrapper .content-innter .point small {
    display: block;
    font-size: 1.1vw;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 2px;
    white-space: nowrap;
    letter-spacing: -0.1em;
  }
  .kaketsuke .hero-content-wrapper .content-innter .point i {
    font-style: normal;
    display: inline-block;
    font-size: 6.4vw;
    position: relative;
    top: 2px;
  }
  .kaketsuke .hero-content-wrapper .content-innter .obj {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 45%;
  }
}

/*-----------------------------
    anchor-nav
-----------------------------*/
.kaketsuke .anchor-nav {
  text-align: center;
  padding: 60px 0 120px;
}

.kaketsuke .anchor-nav .cp_anchor {
  margin-bottom: 20px;
}

.kaketsuke .anchor-nav .cp_anchor a {
  transition: 0.7s all;
}

.kaketsuke .anchor-nav .cp_anchor a:hover {
  opacity: 0.7;
}

.kaketsuke .anchor-nav li {
  display: inline-block;
  width: 191px;
}

.kaketsuke .anchor-nav li a {
  background-color: #0d6fb8;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  height: 70px;
  width: 100%;
  line-height: 70px;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0px 4px 0px #0b6198;
  position: relative;
  box-sizing: border-box;
  padding-right: 19px;
  transition: 0.7s all;
}

.kaketsuke .anchor-nav li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(../images/arrow1.png) no-repeat 0 0;
  background-size: 11px;
  width: 11px;
  height: 7px;
  margin-top: -3.5px;
}

.kaketsuke .anchor-nav li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .kaketsuke .anchor-nav {
    text-align: center;
    padding: 0px 0 30px;
    overflow: hidden;
  }
  .kaketsuke .anchor-nav .cp_anchor {
    margin-bottom: 10px;
  }
  .kaketsuke .anchor-nav ul {
    overflow: hidden;
    margin-left: -1%;
  }
  .kaketsuke .anchor-nav li {
    display: block;
    float: left;
    width: 49%;
    margin-left: 1%;
    margin-bottom: 2%;
  }
  .kaketsuke .anchor-nav li a {
    background-color: #0d6fb8;
    color: #fff;
    font-size: 2.4vw;
    display: inline-block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 4px 0px #0b6198;
    position: relative;
    box-sizing: border-box;
    padding-right: 15px;
    transition: 0.7s all;
  }
  .kaketsuke .anchor-nav li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    background: url(../images/arrow1.png) no-repeat 0 0;
    width: 13px;
    height: 8px;
    margin-top: -4px;
  }
  .kaketsuke .anchor-nav li a:hover {
    opacity: 0.7;
  }
}

/*-----------------------------
    campaign-kaketsuke
-----------------------------*/
.kaketsuke .campaign-kaketsuke {
  background-color: #dff2fc;
  padding: 135px 0 120px;
}

.kaketsuke .campaign-kaketsuke .lead {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 80px;
}

.kaketsuke .campaign-kaketsuke .lead span {
  display: inline-block;
  padding: 40px 40px;
  position: relative;
  box-sizing: border-box;
  border-top: 3px solid #0d6fb8;
  border-bottom: 3px solid #0d6fb8;
}

.kaketsuke .campaign-kaketsuke .lead span:before {
  content: '';
  border-top: 1px solid #1092d4;
  border-bottom: 1px solid #1092d4;
  width: 100%;
  height: 92%;
  position: absolute;
  top: 4%;
  left: 0;
  box-sizing: border-box;
}

.kaketsuke .campaign-kaketsuke h2 {
  margin-bottom: 15px;
}

.kaketsuke .campaign-kaketsuke .note {
  padding: 30px 20px 0;
  font-size: 13px;
  color: #898989;
}

@media screen and (max-width: 768px) {
  .kaketsuke .campaign-kaketsuke {
    background-color: #dff2fc;
    padding: 65px 0 60px;
  }
  .kaketsuke .campaign-kaketsuke .lead {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .kaketsuke .campaign-kaketsuke .lead span {
    display: inline-block;
    padding: 40px 0px;
    position: relative;
    box-sizing: border-box;
    border-top: 3px solid #0d6fb8;
    border-bottom: 3px solid #0d6fb8;
  }
  .kaketsuke .campaign-kaketsuke .lead span:before {
    content: '';
    border-top: 1px solid #1092d4;
    border-bottom: 1px solid #1092d4;
    width: 100%;
    height: 92%;
    position: absolute;
    top: 4%;
    left: 0;
    box-sizing: border-box;
  }
  .kaketsuke .campaign-kaketsuke h2 {
    margin-bottom: 15px;
  }
  .kaketsuke .campaign-kaketsuke .note {
    padding: 20px 0px 0;
    font-size: 12px;
    color: #898989;
  }
}

/*-----------------------------
    campaign-kaketsuke-method
-----------------------------*/
.kaketsuke .campaign-kaketsuke-method {
  background-color: #0d6fb8;
  color: #fff;
  padding: 140px 0 115px;
  text-align: center;
}

.kaketsuke .campaign-kaketsuke-method h3 {
  font-size: 34px;
  position: relative;
  margin-bottom: 55px;
  z-index: 1;
}

.kaketsuke .campaign-kaketsuke-method h3 span {
  display: inline-block;
  background-color: #0d6fb8;
  padding: 0 45px;
}

.kaketsuke .campaign-kaketsuke-method h3:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.kaketsuke .campaign-kaketsuke-method h3 small {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.kaketsuke .campaign-kaketsuke-method h3 + p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.kaketsuke .campaign-kaketsuke-method .method-list {
  margin-bottom: 20px;
}

.kaketsuke .campaign-kaketsuke-method .method-list li {
  display: inline-block;
  text-align: left;
  list-style: 1.2;
  margin-left: 25px;
  padding-left: 70px;
  min-height: 60px;
}

.kaketsuke .campaign-kaketsuke-method .method-list li small {
  display: block;
  font-size: 14px;
  margin-bottom: -10px;
  margin-top: 0px;
}

.kaketsuke .campaign-kaketsuke-method .method-list li span {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.kaketsuke .campaign-kaketsuke-method .method-list li:first-child {
  margin-left: 0px;
}

.kaketsuke .campaign-kaketsuke-method .method-list li.tel {
  background: url(../images/icon_tel.png) no-repeat;
}

.kaketsuke .campaign-kaketsuke-method .method-list li.fax {
  background: url(../images/icon_fax.png) no-repeat;
}

.kaketsuke .campaign-kaketsuke-method .method-list li.mail {
  background: url(../images/icon_mail.png) no-repeat;
}

.kaketsuke .campaign-kaketsuke-method .note {
  font-size: 13px;
  margin-bottom: 20px;
}

.kaketsuke .campaign-kaketsuke-method .btn-list {
  margin-bottom: 45px;
}

.kaketsuke .campaign-kaketsuke-method .btn-list li {
  display: inline-block;
  margin-left: 50px;
}

.kaketsuke .campaign-kaketsuke-method .btn-list li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  width: 420px;
  background-color: #00a0e9;
  border-radius: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0px 4px 0 #007eb7;
  transition: 0.7s all;
}

.kaketsuke .campaign-kaketsuke-method .btn-list li a:hover {
  opacity: 0.7;
}

.kaketsuke .campaign-kaketsuke-method .btn-list:first-child {
  margin-left: 0px;
}

.kaketsuke .campaign-kaketsuke-method hr {
  border: 0;
  border-top: 1px solid #fff;
}

.kaketsuke .campaign-kaketsuke-method .time {
  padding: 40px 0  0 140px;
  position: relative;
  padding-bottom: 2.5em;
  box-sizing: border-box;
  width: 940px;
  margin: 0 auto;
}

.kaketsuke .campaign-kaketsuke-method .time span {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 28px;
  font-weight: 700;
  color: #0d6fb8;
  background-color: #fff;
  line-height: 1.2;
  box-sizing: border-box;
  padding-top: 15px;
  border-radius: 10px;
}

.kaketsuke .campaign-kaketsuke-method .time dl {
  overflow: hidden;
}

.kaketsuke .campaign-kaketsuke-method .time dt {
  font-size: 36px;
  font-weight: 700;
  float: left;
  margin-right: 30px;
  line-height: 1;
}

.kaketsuke .campaign-kaketsuke-method .time dt small {
  display: block;
  font-weight: normal;
  font-size: 16px;
  margin-top: 15px;
}

.kaketsuke .campaign-kaketsuke-method .time dd {
  overflow: hidden;
  zoom: 1;
  text-align: left;
  padding-top: 7px;
}

.kaketsuke .campaign-kaketsuke-method .time p {
  position: absolute;
  bottom: 0;
  left: 140px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .kaketsuke .campaign-kaketsuke-method {
    background-color: #0d6fb8;
    color: #fff;
    padding: 60px 0 35px;
    text-align: center;
  }
  .kaketsuke .campaign-kaketsuke-method h3 {
    font-size: 20px;
    position: relative;
    margin-bottom: 55px;
    z-index: 1;
  }
  .kaketsuke .campaign-kaketsuke-method h3 span {
    display: inline-block;
    background-color: #0d6fb8;
    padding: 0 15px;
  }
  .kaketsuke .campaign-kaketsuke-method h3:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
  }
  .kaketsuke .campaign-kaketsuke-method h3 small {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
  .kaketsuke .campaign-kaketsuke-method h3 + p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .kaketsuke .campaign-kaketsuke-method .method-list {
    margin-bottom: 20px;
    margin-left: 7%;
    text-align: left;
  }
  .kaketsuke .campaign-kaketsuke-method .method-list li {
    display: inline-block;
    text-align: left;
    list-style: 1.2;
    margin-left: 0;
    margin-right: 2%;
    padding-left: 60px;
    min-height: 60px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  .kaketsuke .campaign-kaketsuke-method .method-list li small {
    display: block;
    font-size: 14px;
    margin-bottom: -10px;
    margin-top: 0px;
  }
  .kaketsuke .campaign-kaketsuke-method .method-list li span {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .kaketsuke .campaign-kaketsuke-method .method-list li:first-child {
    margin-left: 0px;
  }
  .kaketsuke .campaign-kaketsuke-method .method-list li.tel {
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 50px;
  }
  .kaketsuke .campaign-kaketsuke-method .method-list li.fax {
    background: url(../images/icon_fax.png) no-repeat;
    background-size: 50px;
  }
  .kaketsuke .campaign-kaketsuke-method .method-list li.mail {
    background: url(../images/icon_mail.png) no-repeat;
    background-size: 50px;
  }
  .kaketsuke .campaign-kaketsuke-method .note {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
  }
  .kaketsuke .campaign-kaketsuke-method .btn-list {
    margin-bottom: 35px;
  }
  .kaketsuke .campaign-kaketsuke-method .btn-list li {
    display: block;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .kaketsuke .campaign-kaketsuke-method .btn-list li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 94%;
    background-color: #00a0e9;
    border-radius: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 4px 0 #007eb7;
    transition: 0.7s all;
  }
  .kaketsuke .campaign-kaketsuke-method .btn-list li a:hover {
    opacity: 0.7;
  }
  .kaketsuke .campaign-kaketsuke-method .btn-list:first-child {
    margin-left: 0px;
  }
  .kaketsuke .campaign-kaketsuke-method hr {
    border: 0;
    border-top: 1px solid #fff;
  }
  .kaketsuke .campaign-kaketsuke-method .time {
    padding: 20px 0  0 90px;
    position: relative;
    padding-bottom: 2.5em;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
  .kaketsuke .campaign-kaketsuke-method .time span {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 22px;
    font-weight: 700;
    color: #0d6fb8;
    background-color: #fff;
    line-height: 1.2;
    box-sizing: border-box;
    padding-top: 9px;
    border-radius: 10px;
  }
  .kaketsuke .campaign-kaketsuke-method .time dt {
    font-size: 28px;
    font-weight: 700;
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: left;
    padding-top: 10px;
  }
  .kaketsuke .campaign-kaketsuke-method .time dt small {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
  }
  .kaketsuke .campaign-kaketsuke-method .time dd {
    overflow: hidden;
    zoom: 1;
    text-align: left;
    font-size: 12px;
  }
  .kaketsuke .campaign-kaketsuke-method .time p {
    position: relative;
    bottom: 0;
    left: auto;
    font-size: 15px;
    font-weight: 600;
    white-space: normal;
    text-align: left;
    margin-top: 15px;
  }
}

/*-----------------------------
    service
-----------------------------*/
.kaketsuke .service {
  padding: 100px 0 120px;
}

.kaketsuke .service h2 {
  text-align: center;
  font-size: 44px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 30px;
}

.kaketsuke .service h2 strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .kaketsuke .service {
    padding: 65px 0 60px;
  }
  .kaketsuke .service h2 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .kaketsuke .service h2 strong {
    font-weight: 700;
  }
}

/*-----------------------------
    emergency
-----------------------------*/
.kaketsuke #emergency h2 {
  color: #0093d4;
}

.kaketsuke #emergency .lead {
  position: relative;
  padding-left: 156px;
  min-height: 136px;
  color: #0093d4;
}

.kaketsuke #emergency .lead-txt-strong {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.kaketsuke #emergency .lead-txt-strong span {
  position: absolute;
  top: -30px;
  left: 0;
  width: 136px;
  height: 136px;
  background-color: #0093d4;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 80px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 5px;
}

.kaketsuke #emergency .lead-txt-strong strong {
  font-size: 84px;
  font-family: 'Oswald', sans-serif;
  border-bottom: 4px solid #0093d4;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}

.kaketsuke #emergency .lead-txt {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
}

.kaketsuke #emergency .lead-txt sup {
  font-size: 17px;
}

.kaketsuke #emergency .summary {
  margin-bottom: 45px;
}

.kaketsuke #emergency .summary .separate-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.kaketsuke #emergency .summary .example {
  padding-top: 23px;
}
.kaketsuke #emergency .summary .example-txt {
  margin-bottom: 23px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.7;
  color: #0093d4;
}

.kaketsuke #emergency .summary .strong-box {
  width: 650px;
  padding: 25px 40px;
  background-color: #dff2fc;
  border-radius: 10px;
  box-sizing: border-box;
}

.kaketsuke #emergency .summary .strong-box .txt-strong {
  font-size: 23px;
  font-weight: 600;
  color: #0093d4;
}

.kaketsuke #emergency .summary .strong-box .txt {
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: #333333;
}

.kaketsuke #emergency .summary .strong-box .txt sup {
  font-size: 0.75em;
  margin-right: 0.5em;
  vertical-align: text-top;
  line-height: 1.6;
}

.graph-img {
  width: 570px;
}

.kaketsuke #emergency .summary .note {
  margin-top: 23px;
}

.kaketsuke #emergency .summary .note .row {
  display: block;
  font-size: 13px;
  line-height: 2;
  margin-left: 3em;
  text-indent: -3em;
}

.kaketsuke #emergency .case-inner {
  padding: 25px 15px;
  background-color: #dff2fc;
}

.kaketsuke #emergency .case h3 {
  color: #fff;
  background-color: #1092d4;
  font-size: 20px;
  padding: 0px 20px 0 50px;
  height: 44px;
  line-height: 44px;
  border-top-left-radius: 15px;
  position: relative;
  display: inline-block;
}

.kaketsuke #emergency .case h3:after {
  content: '';
  background: url(../images/ttl_bg.png) no-repeat;
  width: 56px;
  height: 44px;
  position: absolute;
  top: 0;
  right: -55px;
}

.kaketsuke #emergency .case ul {
  overflow: hidden;
}

.kaketsuke #emergency .case ul li {
  float: left;
  width: 316px;
  box-sizing: border-box;
  padding: 15px;
  border-left: 1px solid #1092d4;
}

.kaketsuke #emergency .case ul li h4 {
  color: #1092d4;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.5em;
}

.kaketsuke #emergency .case ul li h4:before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
}

.kaketsuke #emergency .case ul li figure {
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 15px;
}

.kaketsuke #emergency .case ul li p {
  overflow: hidden;
  zoom: 1;
  font-size: 12px;
}

.kaketsuke #emergency .case ul li:nth-child(3n+1) {
  clear: both;
  border-left: 0px;
  padding-left: 0px;
}

.kaketsuke #emergency .case ul li:nth-child(1) {
  padding-top: 0px;
  border-bottom: 1px solid #1092d4;
}

.kaketsuke #emergency .case ul li:nth-child(2) {
  padding-top: 0px;
  border-bottom: 1px solid #1092d4;
}

.kaketsuke #emergency .case ul li:nth-child(3) {
  padding-top: 0px;
  border-bottom: 1px solid #1092d4;
  padding-right: 0px;
}

.kaketsuke #emergency .case ul li:nth-child(6) {
  padding-right: 0px;
}

.kaketsuke #emergency .case .note {
  margin-top: 25px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .kaketsuke #emergency h2 {
    color: #0093d4;
  }
  .kaketsuke #emergency .lead {
    position: static;
    padding-left: 0;
    min-height: auto;
    color: #0093d4;
  }
  .kaketsuke #emergency .lead-txt-strong {
    position: relative;
    padding-left: 95px;
    min-height: inherit !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
  }
  .kaketsuke #emergency .lead-txt-strong span {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    background-color: #0093d4;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    line-height: 1.45;
    border-radius: 80px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 2px;
  }
  .kaketsuke #emergency .lead-txt-strong strong {
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    border-bottom: 4px solid #0093d4;
    display: inline-block;
    line-height: 1;
    margin-right: -2px;
  }
  .kaketsuke #emergency .lead-txt {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 30px;
    background: radial-gradient(circle farthest-side, #0093d4, #0093d4 30%, transparent 30%, transparent);
    background-repeat: repeat-x;
    background-size: 8px 8px;
    background-position: bottom;
  }
  .kaketsuke #emergency .lead-txt sup {
    font-size: 12px;
  }
  .kaketsuke #emergency .summary {
    margin-bottom: 35px;
  }
  .kaketsuke #emergency .summary .separate-box {
    display: block;
    margin-top: 20px;
  }
  .kaketsuke #emergency .summary .example {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-top: 0;
  }
  .kaketsuke #emergency .summary .example-txt {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
  }
  .kaketsuke #emergency .summary .strong-box {
    width: 100%;
    padding: 25px 15px;
  }
  .kaketsuke #emergency .summary .strong-box .txt-strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .kaketsuke #emergency .summary .strong-box .txt {
    font-size: 14px;
    line-height: 2;
  }
  .kaketsuke #emergency .summary .strong-box .box-over {
    width: 103%;
  }
  .kaketsuke #emergency .summary .note .row {
    font-size: 12px;
    margin-left: 2.5em;
    text-indent: -2.5em;
  }
  .kaketsuke #emergency .case h3 {
    color: #fff;
    background-color: #1092d4;
    font-size: 14px;
    padding: 0px 10px 0 20px;
    height: 44px;
    line-height: 44px;
    border-top-left-radius: 15px;
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .kaketsuke #emergency .case h3:after {
    content: '';
    background: url(../images/ttl_bg.png) no-repeat;
    width: 56px;
    height: 44px;
    position: absolute;
    top: 0;
    right: -38px;
    z-index: -1;
  }
  .kaketsuke #emergency .case ul li {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0 !important;
    border-left: 0px solid #1092d4;
    overflow: hidden;
  }
  .kaketsuke #emergency .case ul li h4 {
    color: #1092d4;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.5em;
  }
  .kaketsuke #emergency .case ul li h4:before {
    content: '■';
    position: absolute;
    top: 0;
    left: 0;
  }
  .kaketsuke #emergency .case ul li figure {
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 15px;
    width: 45%;
  }
  .kaketsuke #emergency .case ul li p {
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
  }
  .kaketsuke #emergency .case ul li:nth-child(3n+1) {
    clear: both;
    border-left: 0px;
    padding-left: 0px;
  }
  .kaketsuke #emergency .case ul li:nth-child(1) {
    padding-top: 0px !important;
    border-bottom: 1px solid #1092d4;
  }
  .kaketsuke #emergency .case ul li:nth-child(2) {
    padding-top: 0px;
    border-bottom: 1px solid #1092d4;
  }
  .kaketsuke #emergency .case ul li:nth-child(3) {
    padding-top: 0px;
    border-bottom: 1px solid #1092d4;
    padding-right: 0px;
  }
  .kaketsuke #emergency .case ul li:nth-child(6) {
    padding-right: 0px;
    padding-bottom: 0px !important;
  }
}

/*-----------------------------
    emergency
-----------------------------*/
.kaketsuke #cleaning {
  background-color: #dff2fc;
}

.kaketsuke #cleaning h2 {
  color: #0093d4;
}

.kaketsuke #cleaning .box {
  background-color: #fff;
  padding: 5px 30px 30px;
  border-radius: 30px;
}

.kaketsuke #cleaning .box h3 {
  font-size: 60px;
  color: #0093d4;
  position: relative;
  padding-left: 165px;
  min-height: 130px;
  margin-top: 65px;
}

.kaketsuke #cleaning .box h3 span {
  position: absolute;
  top: -20px;
  left: 0;
  width: 130px;
  height: 130px;
  background-color: #0093d4;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  text-align: center;
  border-radius: 65px;
  line-height: 130px;
  box-sizing: border-box;
}

.kaketsuke #cleaning .box h3 span small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.kaketsuke #cleaning .box .txt {
  margin-left: 65px;
  position: relative;
  padding-bottom: 25px;
}

.kaketsuke #cleaning .box .txt p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.kaketsuke #cleaning .box .txt p .note {
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin: 15px 0 20px;
}

.kaketsuke #cleaning .box .txt .target h4 {
  margin-bottom: 10px;
}

.kaketsuke #cleaning .box .txt .target h4 span {
  background-color: #e3e3e3;
  display: inline-block;
  line-height: 1;
  padding: 5px 20px;
  font-size: 12px;
}

.kaketsuke #cleaning .box .txt .obj {
  position: absolute;
  bottom: -35px;
  right: 0px;
}

.kaketsuke #cleaning .box sup {
  font-size: 0.75em;
  vertical-align: text-top;
}

.kaketsuke #cleaning .box ul {
  margin-left: 65px;
  overflow: hidden;
}

.kaketsuke #cleaning .box ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 10px;
  position: relative;
}

.kaketsuke #cleaning .box ul li:last-child {
  border-left: 3px solid #1092d4;
  padding-left: 30px;
}

.kaketsuke #cleaning .box ul li dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1092d4;
}

.kaketsuke #cleaning .box ul li dd {
  font-size: 18px;
}

.kaketsuke #cleaning .box ul li .obj {
  position: absolute;
  bottom: 0;
  right: 0;
}

.kaketsuke #cleaning .box ul li:first-child .obj {
  right: 30px;
}

.kaketsuke #cleaning .cleaning_case {
  text-align: center;
  position: relative;
}

.kaketsuke #cleaning .cleaning_case h3 {
  text-align: center;
  font-size: 40px;
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}

.kaketsuke #cleaning .cleaning_case h3 span {
  position: absolute;
  top: -30px;
  left: -178px;
}

.kaketsuke #cleaning .cleaning_case .obj {
  position: absolute;
  top: -50px;
  right: 50px;
}

.kaketsuke #cleaning .cleaning_case ul {
  overflow: hidden;
  padding: 0 30px;
}

.kaketsuke #cleaning .cleaning_case ul li {
  float: left;
  width: 435px;
}

.kaketsuke #cleaning .cleaning_case ul li:first-child {
  margin-right: 50px;
}

.kaketsuke #cleaning .cleaning_case ul li h4 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  background-color: #0d6fb8;
  display: inline-block;
  width: 290px;
  padding: 10px 0;
  border-radius: 15px;
  margin-bottom: 20px;
}

.kaketsuke #cleaning .cleaning_case ul li dd {
  position: relative;
}

.kaketsuke #cleaning .cleaning_case ul li dd div {
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
}

.kaketsuke #cleaning .cleaning_case ul li dd.before {
  border: 2px solid #bfbfbf;
  margin-bottom: 30px;
}

.kaketsuke #cleaning .cleaning_case ul li dd.before figure {
  border-right: 2px solid #bfbfbf;
}

.kaketsuke #cleaning .cleaning_case ul li dd.before:before {
  content: 'Before';
  color: #fff;
  background-color: #9fa0a0;
  border: 2px solid #fff;
  position: absolute;
  top: -10px;
  left: -20px;
  display: inline-block;
  width: 116px;
  padding: 3px 0;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
}

.kaketsuke #cleaning .cleaning_case ul li dd.before:after {
  content: '';
  background: url(../images/arrow2.png) no-repeat;
  width: 18px;
  height: 17px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -9px;
}

.kaketsuke #cleaning .cleaning_case ul li dd.after {
  border: 2px solid #0d6fb8;
}

.kaketsuke #cleaning .cleaning_case ul li dd.after figure {
  border-right: 2px solid #0d6fb8;
}

.kaketsuke #cleaning .cleaning_case ul li dd.after:before {
  content: 'After';
  color: #fff;
  background-color: #0d6fb8;
  border: 2px solid #fff;
  position: absolute;
  top: -10px;
  left: -20px;
  display: inline-block;
  width: 116px;
  padding: 3px 0;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
}

.kaketsuke #cleaning .cleaning_case ul li dd figure {
  padding: 0;
  margin: 0;
  float: left;
}

.kaketsuke #cleaning .cleaning_case ul li dd p {
  text-align: left;
  padding: 10px 13px;
  font-size: 14px;
  overflow: hidden;
  zoom: 1;
}

@media screen and (max-width: 768px) {
  .kaketsuke #cleaning .box {
    background-color: #fff;
    padding: 5px 15px 0px;
    border-radius: 15px;
    margin-bottom: 60px;
  }
  .kaketsuke #cleaning .box h3 {
    font-size: 30px;
    color: #0093d4;
    position: relative;
    padding-left: 95px;
    min-height: 80px;
    margin-top: 35px;
  }
  .kaketsuke #cleaning .box h3 span {
    position: absolute;
    top: -20px;
    left: 0;
    width: 80px;
    height: 80px;
    background-color: #0093d4;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 65px;
    line-height: 80px;
    box-sizing: border-box;
  }
  .kaketsuke #cleaning .box h3 span small {
    display: block;
    font-size: 10px;
    font-weight: normal;
  }
  .kaketsuke #cleaning .box h3 span:before {
    content: '';
    background: url(../images/new.png) no-repeat;
    background-size: 35px;
    width: 35px;
    height: 30px;
    position: absolute;
    top: -12px;
    right: -15px;
  }
  .kaketsuke #cleaning .box .txt {
    margin-left: 0px;
    position: relative;
    padding-bottom: 0px;
  }
  .kaketsuke #cleaning .box .txt p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  .kaketsuke #cleaning .box .txt p .note {
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin: 15px 0 20px;
  }
  .kaketsuke #cleaning .box .txt .target h4 {
    margin-bottom: 10px;
  }
  .kaketsuke #cleaning .box .txt .target h4 span {
    background-color: #e3e3e3;
    display: inline-block;
    line-height: 1;
    padding: 5px 20px;
    font-size: 12px;
  }
  .kaketsuke #cleaning .box .txt .obj {
    position: relative;
    bottom: -5px;
    right: 0px;
  }
  .kaketsuke #cleaning .box ul {
    margin-left: 0px;
    overflow: hidden;
  }
  .kaketsuke #cleaning .box ul li {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
    position: relative;
  }
  .kaketsuke #cleaning .box ul li:last-child {
    border-left: 0px solid #1092d4;
    border-top: 3px solid #1092d4;
    padding-left: 0px;
    padding-top: 30px;
    margin-top: 30px;
  }
  .kaketsuke #cleaning .box ul li dt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1092d4;
  }
  .kaketsuke #cleaning .box ul li dd {
    font-size: 16px;
  }
  .kaketsuke #cleaning .box ul li .obj {
    position: relative;
    bottom: 0;
    right: 0;
    width: 30%;
    float: right;
    margin: 0 0 10px 10px;
  }
  .kaketsuke #cleaning .box ul li:first-child .obj {
    right: auto;
  }
  .kaketsuke #cleaning .cleaning_case {
    text-align: center;
    position: relative;
  }
  .kaketsuke #cleaning .cleaning_case h3 {
    text-align: center;
    font-size: 24px;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 35px;
  }
  .kaketsuke #cleaning .cleaning_case h3 span {
    position: relative;
    top: auto;
    left: auto;
    width: 120px;
    display: block;
    margin: 0 auto;
  }
  .kaketsuke #cleaning .cleaning_case .obj {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 90px;
    z-index: 1;
  }
  .kaketsuke #cleaning .cleaning_case ul {
    overflow: hidden;
    padding: 0 0px;
  }
  .kaketsuke #cleaning .cleaning_case ul li {
    float: none;
    width: 100%;
  }
  .kaketsuke #cleaning .cleaning_case ul li:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .kaketsuke #cleaning .cleaning_case ul li h4 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background-color: #0d6fb8;
    display: inline-block;
    width: 290px;
    padding: 10px 0;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd {
    position: relative;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd div {
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd.before {
    border: 2px solid #bfbfbf;
    margin-bottom: 30px;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd.before figure {
    border-right: 2px solid #bfbfbf;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd.before:before {
    content: 'Before';
    color: #fff;
    background-color: #9fa0a0;
    border: 2px solid #fff;
    position: absolute;
    top: -10px;
    left: -20px;
    display: inline-block;
    width: 116px;
    padding: 3px 0;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd.before:after {
    content: '';
    background: url(../images/arrow2.png) no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -9px;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd.after {
    border: 2px solid #0d6fb8;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd.after figure {
    border-right: 2px solid #0d6fb8;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd.after:before {
    content: 'After';
    color: #fff;
    background-color: #0d6fb8;
    border: 2px solid #fff;
    position: absolute;
    top: -10px;
    left: -20px;
    display: inline-block;
    width: 116px;
    padding: 3px 0;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd figure {
    padding: 0;
    margin: 0;
    float: left;
  }
  .kaketsuke #cleaning .cleaning_case ul li dd p {
    text-align: left;
    padding: 5px 5px;
    font-size: 12px;
    overflow: hidden;
    zoom: 1;
  }
}

/*-----------------------------
    voice
-----------------------------*/
.kaketsuke #voice {
  overflow: hidden;
  padding: 120px 0 95px;
}

.kaketsuke #voice h2 {
  color: #0093d4;
}

.kaketsuke #voice ul li {
  float: left;
  width: 470px;
  margin-bottom: 25px;
  margin-left: 30px;
  position: relative;
}

.kaketsuke #voice ul li:nth-child(2n+1) {
  clear: both;
  margin-left: 0px;
}

.kaketsuke #voice ul li.ttl {
  text-align: center;
}

.kaketsuke #voice ul li.ttl h3 {
  font-size: 34px;
  background: url(../images/voice_ttl.png) no-repeat;
  display: inline-block;
  width: 364px;
  height: 128px;
  box-sizing: border-box;
  padding-left: 7px;
  padding-top: 5px;
  margin: 20px 0 0 -20px;
}

.kaketsuke #voice ul li.ttl h3 small {
  display: block;
  font-size: 14px;
  color: #0093d4;
}

.kaketsuke #voice ul li.ttl h3 span {
  font-size: 24px;
  display: block;
  padding-top: 20px;
}

.kaketsuke #voice ul li dl dt {
  position: absolute;
  top: 0;
  left: 0;
}

.kaketsuke #voice ul li dl dd {
  border: 3px solid #c9c9ca;
  display: inline-block;
  margin-left: 157px;
  padding: 25px 20px 25px 30px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 4px 4px 0 #c9c9ca;
  position: relative;
}

.kaketsuke #voice ul li dl dd:before {
  content: '';
  background: url(../images/arrow_pop.png) no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 70px;
  left: -30px;
}

.kaketsuke #voice ul li:nth-child(2) dt {
  top: -20px;
}

@media screen and (max-width: 768px) {
  .kaketsuke #voice {
    overflow: hidden;
    padding: 65px 0 45px;
  }
  .kaketsuke #voice h2 {
    color: #0093d4;
  }
  .kaketsuke #voice ul li {
    float: none;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0px;
    position: relative;
    min-height: 170px;
  }
  .kaketsuke #voice ul li:nth-child(2n+1) {
    clear: both;
    margin-left: 0px;
  }
  .kaketsuke #voice ul li:first-child {
    min-height: inherit;
    margin-bottom: 0px;
  }
  .kaketsuke #voice ul li.ttl {
    text-align: center;
  }
  .kaketsuke #voice ul li.ttl h3 {
    font-size: 24px;
    background: url(../images/voice_ttl.png) no-repeat;
    background-size: 260px;
    display: inline-block;
    width: 260px;
    height: 100px;
    box-sizing: border-box;
    padding-left: 7px;
    padding-top: 5px;
    margin: 0 auto 20px;
  }
  .kaketsuke #voice ul li.ttl h3 small {
    display: block;
    font-size: 10px;
    color: #0093d4;
  }
  .kaketsuke #voice ul li.ttl h3 span {
    font-size: 18px;
    display: block;
    padding-top: 15px;
  }
  .kaketsuke #voice ul li dl dt {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -90px;
  }
  .kaketsuke #voice ul li dl dd {
    border: 3px solid #c9c9ca;
    display: inline-block;
    margin-left: 157px;
    padding: 15px 10px 15px 20px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 4px 4px 0 #c9c9ca;
    position: relative;
  }
  .kaketsuke #voice ul li dl dd:before {
    content: '';
    background: url(../images/arrow_pop.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -10px;
  }
  .kaketsuke #voice ul li:nth-child(2) dt {
    top: 50%;
  }
}

/*-----------------------------
    price
-----------------------------*/
.kaketsuke #price {
  background-color: #dff2fc;
  padding-bottom: 120px;
}

.kaketsuke #price h2 {
  color: #0093d4;
}

.kaketsuke #price .box {
  margin-top: 60px;
}

.kaketsuke #price .box dt {
  color: #fff;
  background-color: #1092d4;
  font-size: 20px;
  padding: 0px 20px 0 50px;
  height: 44px;
  line-height: 44px;
  border-top-left-radius: 15px;
  position: relative;
  display: inline-block;
}

.kaketsuke #price .box dt:after {
  content: '';
  background: url(../images/ttl_bg.png) no-repeat;
  width: 56px;
  height: 44px;
  position: absolute;
  top: 0;
  right: -55px;
}

.kaketsuke #price .box dd {
  padding: 55px 45px 45px;
  border-radius: 15px;
  border-top-left-radius: 0px;
  position: relative;
}

.kaketsuke #price .box dd h3 {
  font-size: 18px;
  color: #1092d4;
  margin-bottom: 10px;
  margin-left: 40px;
}

.kaketsuke #price .box dd li {
  font-size: 30px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1em;
  padding-right: 0px;
}

.kaketsuke #price .box dd li:last-child {
  margin-bottom: 0px;
}

.kaketsuke #price .box dd li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.kaketsuke #price .box dd li span {
  display: inline-block;
  border-bottom: 2px solid #0093d4;
  line-height: 1.4;
}

.kaketsuke #price .box dd li span strong {
  font-weight: normal;
  color: #0093d4;
}

.kaketsuke #price .box dd li small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.kaketsuke #price .box dd figure {
  position: absolute;
  right: 0;
  top: 0;
}

.kaketsuke #price .box dd:nth-of-type(2) {
  background: #fff;
  padding: 30px 30px 40px;
}

.kaketsuke #price .box dd:nth-of-type(2) ul {
  margin-bottom: 55px;
}

.kaketsuke #price .box dd:nth-of-type(1) {
  background: url(../images/service_img2.png) no-repeat 87% bottom #fff;
  background-size: 180px;
  margin-bottom: 60px;
}

.kaketsuke #price .box sup {
  font-size: 0.75em;
  vertical-align: text-top;
}

.kaketsuke #price .box .point {
  position: absolute;
  top: -140px;
  right: 40px;
  width: 194px;
  height: 194px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #e62320;
  border-radius: 97px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  padding-top: 50px;
}

.kaketsuke #price .box .point small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 5px;
}

.kaketsuke #price .box .point i {
  font-style: normal;
  display: inline-block;
  font-size: 59px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 768px) {
  .kaketsuke #price {
    background-color: #dff2fc;
    padding-bottom: 40px;
  }
  .kaketsuke #price h2 {
    color: #0093d4;
  }
  .kaketsuke #price .box {
    margin-top: 40px;
  }
  .kaketsuke #price .box dt {
    color: #fff;
    background-color: #1092d4;
    font-size: 14px;
    padding: 0px 10px 0 20px;
    height: 44px;
    line-height: 44px;
    border-top-left-radius: 15px;
    position: relative;
    display: inline-block;
  }
  .kaketsuke #price .box dt:after {
    content: '';
    background: url(../images/ttl_bg.png) no-repeat;
    width: 56px;
    height: 44px;
    position: absolute;
    top: 0;
    right: -56px;
  }
  .kaketsuke #price .box dd {
    background-color: #fff;
    padding: 45px 15px 25px;
    border-radius: 15px;
    border-top-left-radius: 0px;
    position: relative;
  }
  .kaketsuke #price .box dd h3 {
    text-align: center;
    margin-left: 0px;
  }
  .kaketsuke #price .box dd li {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1em;
    padding-right: 0px;
  }
  .kaketsuke #price .box dd li:last-child {
    margin-bottom: 0px;
  }
  .kaketsuke #price .box dd li:before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
  }
  .kaketsuke #price .box dd li span {
    display: inline-block;
    border-bottom: 0px solid #0093d4;
    text-decoration: underline;
    text-decoration-color: #0093d4;
    line-height: 1.4;
  }
  .kaketsuke #price .box dd li span strong {
    font-weight: normal;
    color: #0093d4;
  }
  .kaketsuke #price .box dd li small {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }
  .kaketsuke #price .box dd:nth-of-type(2) {
    padding: 20px 15px 25px;
  }
  .kaketsuke #price .box dd:nth-of-type(2) ul {
    margin-bottom: 30px;
  }
  .kaketsuke #price .box dd:nth-of-type(2) img {
    width: calc(90% + 30px);
    margin: 0 auto;
  }
  .kaketsuke #price .box dd:nth-of-type(1) {
    background: url(../images/service_img2.png) no-repeat center bottom #fff;
    background-size: 140px;
    padding-bottom: 210px;
    margin-bottom: 30px;
  }
  .kaketsuke #price .box dd li span sup {
    display: inline-block;
    text-decoration: none;
  }
  .kaketsuke #price .box .point {
    position: absolute;
    top: -60px;
    right: 10px;
    width: 105px;
    height: 105px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    background-color: #e62320;
    border-radius: 114px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    padding-top: 25px;
  }
  .kaketsuke #price .box .point small {
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: -5px;
  }
  .kaketsuke #price .box .point i {
    font-style: normal;
    display: inline-block;
    font-size: 39px;
    position: relative;
    top: 4px;
  }
}

/*-----------------------------
    qa
-----------------------------*/
.kaketsuke #qa {
  background-color: #dff2fc;
  padding-top: 0px;
}

.kaketsuke #qa h3 {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 120px;
}

.kaketsuke #qa h3 small {
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.kaketsuke #qa .qalist dt {
  padding: 30px 30px 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 20px;
  font-weight: 600;
}

.kaketsuke #qa .qalist dt:nth-of-type(odd) {
  background-color: #fff;
}

.kaketsuke #qa .qalist dt span {
  display: block;
  padding-left: 55px;
  position: relative;
  border-bottom: 1px solid #0093d4;
  padding-bottom: 15px;
}

.kaketsuke #qa .qalist dt span:before {
  content: 'Q';
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #0093d4;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.kaketsuke #qa .qalist dd {
  padding: 15px 30px 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #0093d4;
}

.kaketsuke #qa .qalist dd:nth-of-type(odd) {
  background-color: #fff;
}

.kaketsuke #qa .qalist dd span {
  display: inline-block;
  padding-left: 55px;
  position: relative;
}

.kaketsuke #qa .qalist dd span:before {
  content: 'A';
  font-size: 20px;
  font-weight: bold;
  color: #0093d4;
  border: 1px solid #0093d4;
  background-color: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.kaketsuke #qa .qalist dd span a {
  color: #e62320;
  text-decoration: none;
}

.kaketsuke #qa .qalist dd span a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #qa {
    padding-top: 60px !important;
  }
  #qa h3 {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0px !important;
  }
  #qa h3 small {
    display: block;
    font-size: 20px;
    font-weight: 700;
  }
  #qa h3 img {
    width: 120px;
  }
  #qa .qalist dt {
    padding: 30px 30px 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 16px;
    font-weight: 600;
  }
  #qa .qalist dt:nth-of-type(odd) {
    background-color: #fff;
  }
  #qa .qalist dt span {
    display: block;
    padding-left: 36px;
    position: relative;
    border-bottom: 1px solid #0093d4;
    padding-bottom: 15px;
  }
  #qa .qalist dt span:before {
    content: 'Q';
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #0093d4;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 22px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  #qa .qalist dd {
    padding: 15px 30px 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #0093d4;
  }
  #qa .qalist dd:nth-of-type(odd) {
    background-color: #fff;
  }
  #qa .qalist dd span {
    display: inline-block;
    padding-left: 36px;
    position: relative;
  }
  #qa .qalist dd span:before {
    content: 'A';
    font-size: 16px;
    font-weight: bold;
    color: #0093d4;
    border: 1px solid #0093d4;
    background-color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 22px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  #qa .qalist dd span a {
    color: #e62320;
    text-decoration: none;
  }
  #qa .qalist dd span a:hover {
    text-decoration: underline;
  }
}

/*-----------------------------
    note
-----------------------------*/
.kaketsuke #note {
  padding: 120px 0;
}

.kaketsuke #note p {
  padding: 0 30px;
  color: #898989;
  margin-bottom: 55px;
}

.kaketsuke #note .btn {
  text-align: center;
}

.kaketsuke #note .btn a {
  display: inline-block;
  width: 490px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  border: 2px solid #bfbfbf;
  box-shadow: 0px 4px 0 #bfbfbf;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  transition: 0.7s all;
}

.kaketsuke #note .btn a:after {
  content: '';
  background: url(../images/arrow3.png) no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6.5px;
}

.kaketsuke #note .btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .kaketsuke #note {
    padding: 60px 0;
  }
  .kaketsuke #note p {
    padding: 0 30px;
    color: #898989;
    margin-bottom: 35px;
  }
  .kaketsuke #note .btn {
    text-align: center;
  }
  .kaketsuke #note .btn a {
    display: inline-block;
    width: 260px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border: 2px solid #bfbfbf;
    box-shadow: 0px 4px 0 #bfbfbf;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    transition: 0.7s all;
  }
  .kaketsuke #note .btn a:after {
    content: '';
    background: url(../images/arrow3.png) no-repeat;
    width: 8px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6.5px;
  }
  .kaketsuke #note .btn a:hover {
    opacity: 0.7;
  }
}

/*-----------------------------
    contact-kaketsuke
-----------------------------*/
.kaketsuke .contact-kaketsuke {
  background-color: #0d6fb8;
  color: #fff;
  padding: 120px 0;
  text-align: center;
  overflow: hidden;
}

.kaketsuke .contact-kaketsuke h2 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 50px;
  white-space: nowrap;
}

.kaketsuke .contact-kaketsuke h2 a {
  color: #fff;
  text-decoration: underline;
}

.kaketsuke .contact-kaketsuke h2 a:hover {
  text-decoration: none;
}

.kaketsuke .contact-kaketsuke .ttl {
  font-size: 24px;
  margin-bottom: 40px;
}

.kaketsuke .contact-kaketsuke .ttl span {
  display: inline-block;
  line-height: 1;
  padding: 15px 100px;
  background-color: #fff;
  color: #0d6fb8;
  font-weight: 700;
  position: relative;
}

.kaketsuke .contact-kaketsuke .ttl span:after {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.kaketsuke .contact-kaketsuke .ttl.mt {
  margin-top: 100px;
}

.kaketsuke .contact-kaketsuke .entry-list {
  overflow: hidden;
  margin-bottom: 30px;
}

.kaketsuke .contact-kaketsuke .entry-list li {
  display: inline-block;
}

.kaketsuke .contact-kaketsuke .entry-list li.time {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 140px;
  height: 60px;
  line-height: 60px;
  margin-right: 65px;
  position: relative;
  top: -10px;
}

.kaketsuke .contact-kaketsuke .entry-list li.time:before {
  content: '受付時間';
  width: 126px;
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #0d6fb8;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.kaketsuke .contact-kaketsuke .entry-list li.tel {
  text-align: left;
  padding-left: 77px;
  min-height: 60px;
  background: url(../images/icon_tel.png) no-repeat;
  background-size: 67px;
}

.kaketsuke .contact-kaketsuke .entry-list li.tel small {
  display: block;
  font-size: 16px;
  margin-bottom: -10px;
  margin-top: 0px;
}

.kaketsuke .contact-kaketsuke .entry-list li.tel span {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.kaketsuke .contact-kaketsuke hr {
  border: 0px;
  border-top: 2px solid #fff;
  margin-bottom: 35px;
}

.kaketsuke .contact-kaketsuke dd h2 {
  font-size: 34px;
  margin-bottom: 40px;
}

.kaketsuke .contact-kaketsuke dd:nth-of-type(1) p {
  text-align: center;
}

.kaketsuke .contact-kaketsuke dd:nth-of-type(2) {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 2px solid #fff;
  box-sizing: border-box;
}

.kaketsuke .contact-kaketsuke dd .method-list {
  margin-bottom: 20px;
}

.kaketsuke .contact-kaketsuke dd .method-list li {
  display: inline-block;
  text-align: left;
  list-style: 1.2;
  padding-left: 70px;
  min-height: 60px;
  margin-left: 20px;
}

.kaketsuke .contact-kaketsuke dd .method-list li small {
  display: block;
  font-size: 14px;
  margin-bottom: -10px;
  margin-top: 0px;
}

.kaketsuke .contact-kaketsuke dd .method-list li:first-child {
  margin-left: 0px;
}

.kaketsuke .contact-kaketsuke dd .method-list li span {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.kaketsuke .contact-kaketsuke dd .method-list li.tel {
  background: url(../images/icon_tel.png) no-repeat;
}

.kaketsuke .contact-kaketsuke dd .method-list li.fax {
  background: url(../images/icon_fax.png) no-repeat;
}

.kaketsuke .contact-kaketsuke dd .method-list li.mail {
  background: url(../images/icon_mail.png) no-repeat;
}

.kaketsuke .contact-kaketsuke dd .btn-list {
  margin-top: 50px;
  margin-bottom: 35px;
}

.kaketsuke .contact-kaketsuke dd .btn-list li {
  display: inline-block;
  margin-left: 50px;
}

.kaketsuke .contact-kaketsuke dd .btn-list li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  width: 420px;
  background-color: #00a0e9;
  border-radius: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0px 4px 0 #007eb7;
  transition: 0.7s all;
}

.kaketsuke .contact-kaketsuke dd .btn-list li a:hover {
  opacity: 0.7;
}

.kaketsuke .contact-kaketsuke dd .btn-list:first-child {
  margin-left: 0px;
}

.kaketsuke .contact-kaketsuke dd .time {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.kaketsuke .contact-kaketsuke dd .time span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #007eb7;
  margin-right: 30px;
  font-size: 18px;
  line-height: 1;
}

.kaketsuke .contact-kaketsuke dd .time span:after {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  padding: 10px 10px;
  border-radius: 5px;
}

.kaketsuke .contact-kaketsuke dd .time strong {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  top: -10px;
}

.kaketsuke .contact-kaketsuke dd .time strong i {
  font-style: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  display: block;
  white-space: nowrap;
}

.kaketsuke .contact-kaketsuke dd .time .note {
  display: block;
  font-size: 12px;
  margin-top: 20px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .kaketsuke .contact-kaketsuke {
    padding: 60px 0;
  }
  .kaketsuke .contact-kaketsuke h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
    white-space: normal;
  }
  .kaketsuke .contact-kaketsuke .ttl {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .kaketsuke .contact-kaketsuke .ttl span {
    display: inline-block;
    line-height: 1;
    padding: 10px 50px;
    background-color: #fff;
    color: #0d6fb8;
    font-weight: 700;
    position: relative;
  }
  .kaketsuke .contact-kaketsuke .ttl span:after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  .kaketsuke .contact-kaketsuke .ttl.mt {
    margin-top: 50px;
  }
  .kaketsuke .contact-kaketsuke .entry-list {
    overflow: hidden;
    margin-bottom: 30px;
    width: 300px;
    margin: 0 auto 30px;
  }
  .kaketsuke .contact-kaketsuke .entry-list li {
    display: block;
  }
  .kaketsuke .contact-kaketsuke .entry-list li.time {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    padding-left: 90px;
    height: 50px;
    line-height: 50px;
    margin-right: 65px;
    position: relative;
    top: 0px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-align: left;
  }
  .kaketsuke .contact-kaketsuke .entry-list li.time:before {
    content: '受付時間';
    width: 80px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #0d6fb8;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .kaketsuke .contact-kaketsuke .entry-list li.tel {
    text-align: left;
    padding-left: 77px;
    min-height: 60px;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 67px;
  }
  .kaketsuke .contact-kaketsuke .entry-list li.tel small {
    display: block;
    font-size: 16px;
    margin-bottom: -10px;
    margin-top: 0px;
  }
  .kaketsuke .contact-kaketsuke .entry-list li.tel span {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .kaketsuke .contact-kaketsuke hr {
    border: 0px;
    border-top: 2px solid #fff;
    margin-bottom: 35px;
  }
  .kaketsuke .contact-kaketsuke dd {
    float: none;
    width: 100%;
  }
  .kaketsuke .contact-kaketsuke dd h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .kaketsuke .contact-kaketsuke dd:nth-of-type(1) .method-list {
    margin-left: 0px;
    width: 260px;
    margin: 0 auto;
  }
  .kaketsuke .contact-kaketsuke dd:nth-of-type(1) p {
    margin-left: 0px;
    text-align: center;
  }
  .kaketsuke .contact-kaketsuke dd:nth-of-type(2) {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px solid #fff;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    padding-top: 40px;
    margin-top: 40px;
  }
  .kaketsuke .contact-kaketsuke dd:nth-of-type(2) .method-list {
    text-align: left;
  }
  .kaketsuke .contact-kaketsuke dd:nth-of-type(2) .method-list li {
    margin-left: 0px;
  }
  .kaketsuke .contact-kaketsuke dd .method-list {
    width: 300px;
    margin: 0 auto;
  }
  .kaketsuke .contact-kaketsuke dd .method-list li {
    text-align: left;
    list-style: 1.2;
    padding-left: 70px;
    min-height: 60px;
    margin-bottom: 20px;
  }
  .kaketsuke .contact-kaketsuke dd .method-list li small {
    display: block;
    font-size: 14px;
    margin-bottom: -10px;
    margin-top: 0px;
  }
  .kaketsuke .contact-kaketsuke dd .method-list li span {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .kaketsuke .contact-kaketsuke dd .method-list li.tel {
    background: url(../images/icon_tel.png) no-repeat;
  }
  .kaketsuke .contact-kaketsuke dd .method-list li.fax {
    background: url(../images/icon_fax.png) no-repeat;
  }
  .kaketsuke .contact-kaketsuke dd .method-list li.mail {
    background: url(../images/icon_mail.png) no-repeat;
  }
  .kaketsuke .contact-kaketsuke dd .btn-list {
    margin-bottom: 35px;
    margin-top: 30px;
  }
  .kaketsuke .contact-kaketsuke dd .btn-list li {
    display: block;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .kaketsuke .contact-kaketsuke dd .btn-list li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 94%;
    background-color: #00a0e9;
    border-radius: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 4px 0 #007eb7;
    transition: 0.7s all;
  }
  .kaketsuke .contact-kaketsuke dd .btn-list li a:hover {
    opacity: 0.7;
  }
  .kaketsuke .contact-kaketsuke dd .btn-list:first-child {
    margin-left: 0px;
  }
  .kaketsuke .contact-kaketsuke dd .time {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
  }
  .kaketsuke .contact-kaketsuke dd .time span {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #007eb7;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1;
  }
  .kaketsuke .contact-kaketsuke dd .time span:after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    padding: 10px 10px;
    border-radius: 5px;
  }
  .kaketsuke .contact-kaketsuke dd .time strong {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    top: -5px;
  }
  .kaketsuke .contact-kaketsuke dd .time strong i {
    font-style: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-weight: normal;
  }
  .kaketsuke .contact-kaketsuke dd .time .note {
    display: block;
    font-size: 12px;
    margin-top: 20px;
    font-weight: normal;
    text-align: left;
  }
}

.content-body-top {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 980px !important;
  margin-left: -490px !important;
}

@media screen and (max-width: 768px) {
  .content-body-top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    margin-left: 0px !important;
  }
  .content-body-top.fixed {
    margin-bottom: 15px !important;
  }
}
