@charset "utf-8";
/*COMMON*/

body {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Hiragino Sans", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background-size: 31px;
  background-position: center top;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

/* IE */

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  }
}

.txt-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  vertical-align: bottom;
}

ul {
  padding-inline-start: 0;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

.hover,
.hover07 {
  transition-duration: 0.3s;
  transition-property: opacity;
}

.hoverzoom .img img {
  transition-duration: 0.3s;
}

.f-opensans {
  font-family: "Open Sans", sans-serif;
}

/* header start */

#header h1 {
  width: 298px;
  position: relative;
  top: 0px;
  min-height: 57px;
  display: flex;
  align-items: center;
}

.sinryou #header h1 {
  width: 261px;
}

.soudan.syuugyou #header h1 {
  width: 254px;
}

@media screen and (max-width: 1279px) {
  .soudan.syuugyou #header h1 {
    width: 224px;
  }
}

@media screen and (max-width: 1279px) {
  .soudan #header h1 {
    width: 224px;
  }
}

#header .bg-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
}

.soudan #header .bg-wrap {
  background-color: #f5f9ef;
}

.sinryou #header .bg-wrap {
  background-color: #f2fbfe;
}

.soudan #header .bg-wrap {
  background-image: url(/online/ksp-online/resource/images/head_dot.png);
}

.sinryou #header .bg-wrap {
  background-image: url(/online/ksp-online/resource/images/head_dot2.png);
}

#header .bg {
}

#header .slide {
  position: absolute;
  top: 130px;
  right: -14px;
  z-index: 2;
  width: 53vw;
}

.slide {
  opacity: 0;
}

#header .slide .slick-slide {
  overflow: hidden;
  border-radius: 50px 0 0 50px;
}

#header .slide .dot-body {
  position: absolute;
  top: 0;
  right: 25px;
  left: inherit;
  height: 100%;
}

#header .slide .slick-dots {
  position: relative;
  bottom: inherit;
  width: inherit;
  height: inherit;
  text-align: left;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

#header .slide .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#header .slide .slick-dots li.slick-active button:before {
  background-color: #006cb6;
}

#header .slide .slick-dots li button:before {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  opacity: 1;
  display: block;
  width: 11px;
  height: 11px;
  text-indent: -999px;
  position: relative;
}

#header .slide .slick-dots li {
  margin: 5px 0px;
}

#header .catch {
  position: absolute;
  z-index: 3;
  top: 222px;
  right: calc(52vw + 89px);
  width: 32vw;
  max-width: 520px;
  min-width: 506px;
}

#header .catch > div:nth-child(1) {
  font-weight: bold;
  font-size: 40px;

  line-height: 1.25;
  text-align: left;
  color: #fff;
  margin-bottom: 27px;
}

#header .catch > div:nth-child(2) {
  font-weight: bold;
  font-size: 16px;

  line-height: 2;
  text-align: left;
  color: #fff;

  margin-bottom: 11px;
}

#header .catch > div:nth-child(3) {
  font-weight: 500;
  font-size: 10px;
  font-size: 0.6vw;

  line-height: 1;
  text-align: left;
  color: #fff;
  margin-bottom: 52px;
  margin-bottom: 4vw;
}

#header .inner {
  max-width: 1280px;
  margin: 225px auto 110px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}

#header .banner {
  width: 400px;
  height: 80px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
}

#header .banner::before {
  content: "";
  background-image: url(/online/ksp-online/resource/images/mv-banner_parts.png);
  background-size: 100%;
  width: 114px;
  height: 107px;
  position: absolute;
  top: -38px;
  left: 20px;
}

#header .banner span {
  display: inline-block;
  padding: 0 37px 0 153px;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  color: #006cb6;
  position: relative;
  line-height: 80px;
}

#header .banner span::before {
  content: "";
  background-image: url(/online/ksp-online/resource/images/arrow2.png);
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -16px;
}

#header .banner span div {
  font-size: 17px;
  display: inline-block;
}

/*TOP*/

#header .inner {
}

.soudan #header .inner {
  max-width: 1060px;
}

.sinryou #header .inner {
  max-width: 1200px;
}

.syuugyou #header .inner {
  max-width: 1056px;
  margin: 195px auto 85px;
}

#header .inner .left {
  margin-left: 0;
}

#header .inner .left img {
  width: 100%;
}

#header .inner .left .fuki {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #fff;
  width: 235px;
  border-radius: 50px;
  background: #409d11;
  position: relative;
  padding: 14px 0;
  margin: 0 auto;
  letter-spacing: 0px;
}

#header .inner .left .fuki span {
  color: #f6dd06;
  position: relative;
}

#header .inner .left .fuki span::before {
  content: "";
  width: calc(100% - 8px);
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #f6dd06;
}

#header .inner .left .fuki::before {
  content: "";
  width: 22px;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-top: -11px;
  margin-left: -11px;
}

#header .inner .left .title {
  margin: 44px 0 0;
  font-weight: bold;
  font-size: 55px;
  line-height: 63.25px;
  text-align: center;
  color: #000;
  letter-spacing: 6px;
}

#header .inner .left p {
  font-weight: bold;
  font-size: 20px;
  line-height: 33.4px;
  text-align: center;
  color: #000;
  margin: 24px 0 0;
}

.soudan #header .inner .left .fuki::before {
  background-image: url(/online/ksp-online/resource/images/fuki.png);
}

.soudan #header .inner .img {
  margin-right: 0;
}

.sinryou #header .bg-wrap {
  background-image: url(/online/ksp-online/resource/images/head_dot2.png);
}

/* header end */

/*footer start*/
#footer {
  background-color: #505a5d;
  margin-top: 100px;
}

#footer .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 27px 50px 50px;
}

#footer h3 {
  width: 193px;
  min-width: 193px;
  margin: 53px 0 0;
  padding-left: 0;
}

#footer .ft1 {
  margin-top: 33px;
}

#footer .ft1 a {
  width: 600px;
  border-radius: 20px;
  background: #fff;
  display: block;
  margin: 0 auto;
  padding: 37px 0;
  text-align: center;
}

#footer .ft1 a span {
  font-weight: bold;
  font-size: 24px;
  line-height: 47px;
  text-align: center;
  color: #505a5d;
  position: relative;
  padding-left: 54px;
}

#footer .ft1 a span::before {
  content: "";
  width: 32px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.5%22%20height%3D%2224.75%22%20viewBox%3D%220%200%2031.5%2024.75%22%3E%20%3Cpath%20id%3D%22ico%22%20d%3D%22M28.5%2C0H3A3.009%2C3.009%2C0%2C0%2C0%2C0%2C3V21.75a3.009%2C3.009%2C0%2C0%2C0%2C3%2C3H28.5a3.009%2C3.009%2C0%2C0%2C0%2C3-3V3a3.009%2C3.009%2C0%2C0%2C0-3-3m-.375%2C6.375L15.75%2C14.625%2C3.375%2C6.375v-3l12.375%2C8.25%2C12.375-8.25Z%22%20fill%3D%22%23505a5d%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

#footer .ft2 {
  margin-top: 56px;
}

#footer .ft2 .txt1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

#footer .ft2 .txt1 a {
  color: #fff;
}

#nav-wrap-over,
#nav-wrap-inner-over,
#overlay > .overlay-inner .ft1,
#overlay > .overlay-inner .ft2,
.nav-wrap-over {
  display: none;
}

#footer .policy {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding-left: 0;
}

.copyright {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  width: 100%;
}

.copyright div {
}

.pageup {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background: #006cb6;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
}

.pageup.in {
  opacity: 1;
}

.pageup .arrow {
  width: 10px;
  height: 16px;
  position: absolute;
  top: 22px;
  right: 24px;
}

/*footer end*/

/* nav start*/
#nav-wrap,
#nav-wrap-over {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 25px;
  display: flex;
}

#nav-wrap-inner,
#nav-wrap-inner-over {
  width: calc(100% - 100px);
  max-width: 1500px;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  padding: 14px 25px 13px 30px;
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}

#nav-wrap-over,
#nav-wrap-inner-over,
#overlay > .overlay-inner .ft1,
#overlay > .overlay-inner .ft2 {
  display: none;
}

#nav-wrap .right {
  display: flex;
  align-items: center;
}

#nav-wrap .btn {
  display: block;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  margin-left: 4px;
  padding: 6px 15px;
}

#nav-wrap .btn:nth-child(1) {
  margin-left: 0px;
}

.soudan #nav-wrap .btn {
  background-color: #409d11;
  border: solid 2px #409d11;
}

.sinryou #nav-wrap .btn {
  background-color: #0071c4;
  border: solid 2px #0071c4;
}

#nav-wrap .btn span {
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #fff;
}

#nav-wrap .btn span::before {
}

#nav #overlay > div > ul > li > a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 7px;
  right: 0;
}

.soudan #nav #overlay > div > ul > li > a::before {
  background-image: url(/online/ksp-online/resource/images/arrow.png);
}

.sinryou #nav #overlay > div > ul > li > a::before {
  background-image: url(/online/ksp-online/resource/images/arrow_sinryou.png);
}

.sinryou #nav #overlay > div > ul > li:hover > a {
  color: #006cb6;
}

/* nav end*/

/* main start */
#main {
  overflow: hidden;
  margin: 47px 0 0;
}

#main .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

#main h2 {
  font-weight: bold;
  font-size: 34px;
  color: #006cb6;
  line-height: 1;
}

#main .head-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 40.08px;
  text-align: center;
  color: #000;
}

#main .head-text span {
  background: linear-gradient(transparent 60%, #c3d600 0%);
  display: inline;
}

.block3 {
  display: flex;
  margin: 55px auto 117px;
  justify-content: space-between;
  align-items: flex-start;
}

.block3 .block {
  width: calc(33% - 20px);
  max-width: 370px;
  height: 370px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  margin: 0 0px;
}

.block3 .block .img {
  text-align: center;
  margin: 40px 0;
}

.block3 .block .img img {
  display: inline-block;
}

.block3 .block .title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: calc(100% - 40px);
  max-width: 300px;
  border-radius: 50px;
  background: #409d11;
  position: relative;
  padding: 16px 20px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block3 .block .title::before {
  content: "";
  width: 22px;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-top: -11px;
  margin-left: -11px;
  background-image: url(/online/ksp-online/resource/images/fuki.png);
}

.block3 .block:nth-child(1) .title {
}

.block3 .block:nth-child(2) .title {
  margin-bottom: 37px;
}

.block3 .block:nth-child(3) .title {
  width: calc(100% - 50px);
  margin-bottom: 32px;
}

.block-wrap {
  max-width: 1320px;
  border-radius: 50px;
  background: #fff;
  border: 5px solid #339701;
  margin-top: 80px;
  padding: 54px 40px 73px;
}

.block-wrap h3 {
  font-weight: bold;
  font-size: 45px;
  line-height: 53.6px;
  text-align: center;
  color: #339701;
}

.block-wrap h3 span {
  position: relative;
  padding-left: 27px;
}

.block-wrap h3 span::before {
  content: "";
  width: 75px;
  height: 75px;
  display: inline-block;
  position: relative;
  top: 24px;
  left: -29px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.block-wrap h3.num1 span::before {
  background-image: url(/online/ksp-online/resource/images/num1.png);
}

.block-wrap h3.num2 span::before {
  background-image: url(/online/ksp-online/resource/images/num2.png);
}

.block-wrap h3.num3 span::before {
  background-image: url(/online/ksp-online/resource/images/num3.png);
}

.block-wrap .img-box {
  display: flex;
  max-width: 1010px;
  margin: 53px auto 0;
  align-items: flex-start;
  justify-content: space-between;
}

.block-wrap .img-box .img {
  width: 40%;
  max-width: 380px;
}

.block-wrap .img-box .text {
  width: calc(100% - 460px);
  background-color: #f5f9ef;
  padding: 60px 60px;
  border-radius: 30px;
}

.block-wrap .img-box .text .txt1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 39px;
  text-align: left;
  color: #000;
}

.block-wrap .img-box .text .txt2 {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #000;
  margin-top: 12px;
  display: flex;
}

.block-wrap .img-box .text .txt2 span {
}

.block-wrap .img-box .text .txt2 div {
}

h4.type1 {
  text-align: center;
  margin-top: 57px;
}

h4.type1 span {
  border-radius: 25.5px;
  background: #c3d600;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #000;
  display: inline-block;
  padding: 16px 30px;
}

h4.type2 {
  text-align: center;
  margin-top: 57px;
}

h4.type2 span {
  border-radius: 60px;
  background: #409d11;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 16px 30px;
}

.block-wrap .block-list {
  max-width: 1010px;
  margin: 17px auto;
}

.block-wrap .block-list li {
  border-bottom: solid 1px #e4e4e4;
  padding: 21px 25px;
}

.block-wrap .block-list li span {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  color: #000;
  margin: 0;
  padding-left: 0;
}

.block-wrap .block-list li span::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(/online/ksp-online/resource/images/ico_check.png);
  display: inline-block;
  position: relative;
  top: 4px;
  left: -10px;
}

.block-wrap .block-flow {
  display: flex;
  max-width: 1010px;
  margin: 55px auto 0;
  justify-content: space-between;
}

.block-wrap .block-flow .block {
  width: calc(33% - 10px);
  position: relative;
}

.block-wrap .block-flow.flow4 .block {
  width: calc(25% - 10px);
}

.block-wrap .block-flow .block::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  background-size: 100%;
}

.block-wrap .block-flow .block:nth-child(1):before {
  background-image: url(/online/ksp-online/resource/images/num_b1.png);
}

.block-wrap .block-flow .block:nth-child(2):before {
  background-image: url(/online/ksp-online/resource/images/num_b2.png);
}

.block-wrap .block-flow .block:nth-child(3):before {
  background-image: url(/online/ksp-online/resource/images/num_b3.png);
}

.block-wrap .block-flow .block:nth-child(4):before {
  background-image: url(/online/ksp-online/resource/images/num_b4.png);
}

.block-wrap .block-flow .block .img {
  overflow: hidden;
  border-radius: 20px;
  border: solid 3px #339701;
  box-sizing: border-box;
}

.block-wrap .block-flow .block .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 23.38px;
  text-align: left;
  color: #000;
  margin-top: 19px;
}

.block-wrap .block-flow .block .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
  margin-top: 9px;
}

.block-wrap .block-flow.flow4 {
  display: flex;
  flex-wrap: wrap;
}

.block-wrap .ft_block.arrow {
  position: relative;
  width: 1010px;
  margin: 83px auto 0;
  padding: 20px 20px;
}

.block-wrap .ft_block.arrow::before {
  content: "";
  width: 50px;
  height: 25px;
  background-image: url(/online/ksp-online/resource/images/arrow2.png);
  display: inline-block;
  position: absolute;
  top: -54px;
  left: 50%;
  margin-left: -25px;
}

.block-wrap .ft_block {
  background-color: #f5f9ef;
  display: flex;
}

.block-wrap .ft_block .img {
}

.block-wrap .ft_block .right {
  margin: 0 0 0 40px;
  width: calc(100% - 279px);
  padding: 18px 0 0;
}

.block-wrap .ft_block .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #000;
}

.block-wrap .ft_block .text {
  margin: 11px 0 0;
}

.block-wrap .ft_block .text ul li {
  display: flex;
  line-height: 1.4;
  margin-top: 5px;
}

.appointment {
  background-color: #409d11;
  margin-top: 100px;
  padding: 80px 0 100px;
}

#main .appointment .inner {
  width: 860px;
}

.appointment .block {
  display: flex;
}

.appointment .block .img {
  width: 300px;
}

.appointment .block .img .title {
  display: none;
}

.appointment .block .right {
  width: calc(100% - 360px);
  margin-left: 60px;
}

.appointment .block .right .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin: 26px 0 0;
}

.appointment .block .right .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin-top: 21px;
}

.appointment .btn {
  width: 600px;
  height: 120px;
  border-radius: 20px;
  background: #fff;
  margin: 80px auto 0;
  display: block;
  text-align: center;
  position: relative;
}

.appointment .btn::before {
  content: "";
  width: 50px;
  height: 39px;
  background-image: url(/online/ksp-online/resource/images/arrow3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 41px;
  right: 50px;
}

.appointment .btn span {
  font-weight: bold;
  font-size: 26px;
  line-height: 120px;
  text-align: center;
  color: #000;
  position: relative;
}

.appointment .btn.icon {
  width: 790px;
}

.appointment .btn.icon::after {
  content: "";
  width: 280px;
  height: 70px;
  background-image: url(/online/ksp-online/resource/images/reserve-btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 45px;
  margin-top: -35px;
}

.appointment .btn.icon span {
  padding-left: 213px;
  color: #0071c4;
}

#banner {
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 40px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  margin-top: 100px;
}

#banner.active {
  opacity: 1;
  visibility: visible;
}

#banner a {
  width: 388px;
  height: 80px;
  line-height: 83px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  display: block;
  text-align: center;
}

#banner.hide {
  opacity: 0 !important;
  z-index: -1;
}

.soudan #banner a {
  background: #409d11;
}

.sinryou #banner a {
  background: #0071c4;
}

#banner a span {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fff;
  position: relative;
  padding-left: 73px;
}

#banner a span::before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 73px;
  height: 50px;
  position: absolute;
  top: -16px;
  left: -15px;
}

.soudan #banner a span::before {
  background-image: url(/online/ksp-online/resource/images/banner_img.png);
}

.sinryou #banner a span::before {
  background-image: url(/online/ksp-online/resource/images/banner_img_sinryou.png);
}

#banner .close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.soudan #banner .close {
  background-image: url(/online/ksp-online/resource/images/close.png);
}

.sinryou #banner .close {
  background-image: url(/online/ksp-online/resource/images/close_sinryou.png);
}

/*sinryou*/
.sinryou #main .head-text {
  font-weight: bold;
  font-size: 30px;
  line-height: 69px;
  text-align: center;
  color: #000;
}

.sinryou #main .head-text span {
  font-weight: bold;
  font-size: 40px;
  line-height: 69px;
  text-align: center;
  color: #000;
  background: linear-gradient(transparent 70%, #e2ec76 0%);
}

.sinryou .block-wrap {
  border: 5px solid #0071c4;
  padding: 11px 40px 80px;
  margin-top: 60px;
  position: relative;
}

.sinryou #main .head-text + .block-wrap {
  margin-top: 50px;
}

.sinryou .block-wrap .img-box .text {
  background-color: #fff;
  padding: 0;
  margin-top: 91px;
  margin-left: 83px;
}

.sinryou .block-wrap .img-box .img {
  margin-top: 20px;
  min-width: inherit;
}

.sinryou .block-wrap h3 {
  color: #0071c4;
  text-align: left;
  position: absolute;
  top: 61px;
  left: 50%;
  margin-left: -44px;
}

.sinryou .block-wrap.img-r h3 {
  left: 90px;
  margin-left: 0;
}

.sinryou .block-wrap h3 span::before {
  /* left: 0; */
  width: 80px;
  height: 80px;
}

.sinryou .block-wrap .img-box .text .txt1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-top: 45px;
}

.sinryou .block-wrap .img-box .text .txt3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  margin-top: 31px;
}

.sinryou .block-wrap .img-box .text .txt3 span {
  color: #de7e00;
  font-weight: bold;
}

.sinryou .block-wrap h3.num1 span::before {
  background-image: url(/online/ksp-online/resource/images/num1_sinryou.png);
}

.sinryou .block-wrap h3.num2 span::before {
  background-image: url(/online/ksp-online/resource/images/num2_sinryou.png);
}

.sinryou .block-wrap h3.num3 span::before {
  background-image: url(/online/ksp-online/resource/images/num3_sinryou.png);
}

.sinryou .block-wrap h3 span {
  padding-left: 30px;
  text-align: left;
}

.sinryou .block-wrap .img-box .img.img2 {
  max-width: 390px;
  width: 40%;
}

.sinryou .block-wrap.img-r .img-box .img {
  order: 2;
  margin-left: 70px;
  min-width: inherit;
}

.sinryou .block-wrap.img-r .img-box .text {
  order: 1;
  margin-left: auto;
}

h4.type3 {
  text-align: center;
}

h4.type3 span {
  border-radius: 60px;
  background: #de7e00;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 16px 30px;
  position: relative;
}

h4.type3 span::before {
  content: "";
  width: 89px;
  height: 90px;
  position: absolute;
  top: -33px;
  left: -144px;
  background-image: url(/online/ksp-online/resource/images/sinryou_h4icon.png);
}

.sinryou .block-wrap + h4.type3 {
  margin-top: 94px;
}

.sinryou .list-box {
  margin: 45px 0 0;
}

.sinryou .list-box ul {
  display: flex;
  flex-wrap: wrap;
}

.sinryou .list-box ul li {
  width: calc(33% - 12px);
  height: 110px;
  background-color: #fffbe8;
  border-radius: 10px;
  margin-right: 21px;
  margin-bottom: 20px;
  padding: 0 20px 0 50px;
  display: flex;
  align-items: center;
}

.sinryou .list-box ul li:nth-child(3n) {
  margin-right: 0;
}

.sinryou .list-box ul li span {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #000;
  position: relative;
  display: inline;
}

.sinryou .list-box ul li span::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(/online/ksp-online/resource/images/ico_check_sinryou.png);
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -31px;
}

.sinryou #main .list-box + .head-text {
  margin-top: 71px;
}

.sinryou .list-box2 {
  margin: 53px 0 0;
}

.sinryou .list-box2 h3 {
  position: relative;
  background-color: #0071c4;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  border-radius: 10px;
  padding: 13px 10px 15px 56px;
}

.sinryou .list-box2 h3::before {
  content: "";
  width: 26px;
  height: 23px;
  background-image: url(/online/ksp-online/resource/images/ico_home.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 20px;
}

.sinryou .list-box2 > ul {
  margin: 25px 38px 0;
  margin-bottom: 60px;
}

.sinryou .list-box2 > ul > li {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  color: #000;
  margin-bottom: 14px;
}

.sinryou .list-box2 > ul.style2 > li {
  margin-bottom: 7px;
}

.sinryou .list-box2 > ul > li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/online/ksp-online/resource/images/ico_dot.png);
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -18px;
}

.sinryou .list-box2 > ul > li > div {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.sinryou .list-box2 > ul > li > ul {
}

.sinryou .list-box2 > ul > li > ul li {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.sinryou .list-box2 > ul > li > ul li div span {
  color: #de7e00;
}

.sinryou #main .list-box2 + .head-text {
  margin-top: 92px;
}

.sinryou #main .block-wrap.no-border {
  border: none;
  padding: 0;
}

.sinryou .block-wrap.no-border .block-flow {
  width: inherit;
  margin: 85px auto 0;
  max-width: 1200px;
}

.sinryou .block-wrap.no-border .block-flow .block {
  width: calc(33% - 25px);
  max-width: 370px;
  border-radius: 30px;
  border: solid 3px #0071c4;
  padding: 0 0 25px 0;
}

.sinryou .block-wrap.no-border .block-flow .block .img {
  width: 160px;
  min-width: 110px;
}

.sinryou .block-wrap.no-border .block-flow .block::before {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -35px;
  background-size: 100%;
}

.sinryou .block-wrap.no-border .block-flow .block:nth-child(1):before {
  background-image: url(/online/ksp-online/resource/images/num_c1.png);
}

.sinryou .block-wrap.no-border .block-flow .block:nth-child(2):before {
  background-image: url(/online/ksp-online/resource/images/num_c2.png);
}

.sinryou .block-wrap.no-border .block-flow .block:nth-child(3):before {
  background-image: url(/online/ksp-online/resource/images/num_c3.png);
}

.sinryou .block-wrap.no-border .block-flow .block::after {
  content: "";
  width: 15px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  right: -32px;
  margin-top: -13px;
  background-size: 100%;
  background-image: url(/online/ksp-online/resource/images/arrow4.png);
}

.sinryou .block-wrap.no-border .block-flow .block:last-child:after {
  display: none;
}

.sinryou .block-wrap .block-flow .block {
}

.sinryou .block-wrap .block-flow .block .title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  margin-top: 45px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
}

.sinryou .block-wrap .block-flow .block .title span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #000;
  display: inline-block;
  margin-top: 5px;
}

.sinryou .block-wrap .block-flow .block .imgwrap {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  align-items: center;
  /* padding-left: 40px; */
  /* padding-right: 31px; */
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.sinryou .block-wrap .block-flow .block .imgwrap .img {
  border: none;
  border-radius: 0;
  order: 2;
}

.sinryou .block-wrap .block-flow .block .imgwrap .text {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  /* color: #de7e00; */
  order: 1;
  margin-top: 12px;
  margin-left: 31px;
  /* margin-right: 20px; */
}

.sinryou .block-wrap .block-flow .block .imgwrap .text span {
  color: #de7e00;
  display: block;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
}

.sinryou .block-wrap.no-border .block-flow .block:nth-child(2) .imgwrap {
}

.sinryou .block-wrap.no-border .block-flow .block:nth-child(3) .imgwrap {
}

.sinryou .block-wrap.no-border .block-flow .block:nth-child(3) .title {
  margin-top: 47px;
}

.sinryou .block-wrap .block-flow .block:nth-child(2) .imgwrap .text {
}

.sinryou .block-wrap .block-flow .block:nth-child(3) .imgwrap .text {
}

.sinryou .block-wrap .block-flow .block:nth-child(3) .imgwrap .img {
}

.sinryou .block-wrap .block-flow .block:nth-child(2) .imgwrap .img {
}

.sinryou .atent {
  text-align: right;
  font-weight: 500;
  font-size: 11px;
  line-height: 21px;
  color: #000;
  margin-top: 14px;
  padding-right: 18px;
  display: flex;
  justify-content: flex-end;
}

.sinryou .block-wrap .atent {
  text-align: left;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  margin-top: 4px;
  justify-content: flex-start;
}

.sinryou .block-wrap .img-box .text .txt3 .atent span {
  color: #000;
}

.sinryou .block-wrap .atent div {
}

.sinryou .appointment {
  background-color: #0071c4;
}

.sinryou .appointment .btn::before {
  background-image: url(/online/ksp-online/resource/images/arrow3_sinryou.png);
}

.sinryou #header .inner .left {
  margin-left: 0;
  margin-top: 6px;
}

.sinryou #header .inner .left .fuki {
  background: #0071c4;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  width: 360px;
  padding: 16px 0;
}

.sinryou #header .inner .left .fuki::before {
  background-image: url(/online/ksp-online/resource/images/fuki_sinryou.png);
}

.sinryou #header .inner .left .title {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.25;
  text-align: center;
  color: #000;
  letter-spacing: 1.7px;
  margin-top: 8px;
}

.sinryou #header .inner .left .title br,
.soudan.syuugyou #header .inner .left .title br {
  display: none;
}

@media screen and (max-width: 1118px) {
  .sinryou #header .inner .left .title br,
  .soudan.syuugyou #header .inner .left .title br {
    display: block;
  }

  .sinryou #header .inner .img {
    width: 450px;
  }
}

.sinryou #header .inner .left .title2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  color: #000;
  letter-spacing: 2.8px;
  margin-top: 34px;
}

.sinryou #header .inner .left p {
  margin-top: 18px;
}

.sinryou #header .inner .left p.atention {
  font-weight: 500;
  font-size: 14px;
  line-height: 33.4px;
  text-align: center;
  color: #000;
  margin-top: 7px;
}

@media screen and (max-width: 1279px) {
  .sinryou .block-wrap .block-flow .block .imgwrap {
    max-width: calc(100% - 40px);
  }

  .sinryou .block-wrap .block-flow .block .imgwrap .text {
    margin-right: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1160px) {
  .sinryou .block-wrap h3 {
    left: 490px;
  }

  .sinryou .block-wrap .img-box .text {
    margin-left: 40px;
  }

  .sinryou .block-wrap.img-r h3 {
    left: 40px;
  }
}

.manual {
  padding: 82px 0 0px;
}

.manual .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 27px;
}

.manual .banner {
  width: 346px;
  border-radius: 10px;
  background: #0071c4;
  margin: 0 auto;
  padding: 23px 0 24px;
  display: block;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

#main .head-text_atent {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

/*syuugyou*/
.soudan.syuugyou #header .inner {
  max-width: 1120px;
}

.soudan.syuugyou #header .inner .left {
  left: -9px;

  position: relative;
}

.soudan.syuugyou #header .inner .left .fuki {
  background: #409d11;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  width: 405px;
  padding: 16px 0;
}

.soudan.syuugyou #header .inner .left .fuki::before {
  background-image: url(/online/ksp-online/resource/images/fuki.png);
}

.soudan.syuugyou #header .inner .left .title {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 1.7px;
  text-align: center;
  color: #000;
  letter-spacing: 0.7px;
  margin-top: 55px;
}

.soudan.syuugyou #header .inner .left .title2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  color: #000;
  letter-spacing: 2.8px;
  margin-top: 34px;
}

.soudan.syuugyou #header .inner .left p {
  margin-top: 34px;
}

.soudan.syuugyou #header .inner .left p.atention {
  font-weight: 500;
  font-size: 14px;
  line-height: 33.4px;
  text-align: center;
  color: #000;
  margin-top: 7px;
}

.soudan.syuugyou #header .inner .left .list {
  margin-top: 47px;
  margin-bottom: 16px;
  position: relative;
  left: 16px;
}

.soudan.syuugyou #header .inner .left .list li {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  color: #000;
  margin: 0;
  padding-left: 27px;
  margin-top: 18px;
}

.soudan.syuugyou #header .inner .left .list li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/online/ksp-online/resource/images/ico_check.png);
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}

.soudan.syuugyou #header .inner .left .atention {
  font-weight: 500;
  font-size: 12px;
  line-height: 22.4px;
  text-align: left;
  color: #000;
  display: flex;
  margin-left: 15px;
}

.soudan.syuugyou #header .inner .left .atention.red {
  color: #ff0000;
  font-weight: bold;
}

.soudan.syuugyou .block3 .block .img {
  margin: 36px 0;
}

.soudan.syuugyou .block3 .block .title {
  border-radius: 20px;
  width: calc(100% - 72px);
  padding: 15px 10px 14px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.soudan.syuugyou .block3 .block:nth-child(2) .title {
  margin-bottom: 42px;
}

.soudan.syuugyou .block3 .block:nth-child(3) .title {
  margin-bottom: 35px;
}

.soudan.syuugyou .block3 .block {
  height: 395px;
}

h4.type2 span {
}

.soudan.syuugyou .block-wrap .img-box {
  margin-top: 70px;
}

.soudan.syuugyou .border-box {
  border: solid 2px #c3d600;
  margin: 84px auto 0;
  max-width: 900px;
  padding: 0 46px 44px;
}

.soudan.syuugyou .border-box h4.type2 {
  position: relative;
  margin-top: -28px;
}

.soudan.syuugyou .border-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  margin-top: 27px;
  padding: 0 2px;
}

.soudan.syuugyou .border-box .table {
  margin: 46px 0 0;
}

.soudan.syuugyou .border-box .table .title {
  padding: 0 2px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #000;
}

.soudan.syuugyou .border-box .table table {
  border: solid 1px #fff;
  margin: 10px 0;
}

.soudan.syuugyou .border-box .table table thead {
}

.soudan.syuugyou .border-box .table table th,
.soudan.syuugyou .border-box .table table td {
  font-size: 16px;

  line-height: 1.5;

  text-align: center;

  color: #000;

  padding: 14px 10px;
}

.soudan.syuugyou .border-box .table table thead th,
.soudan.syuugyou .border-box .table table thead td {
  background-color: #c3d600;

  font-weight: bold;

  padding: 12px 20px;
}

.soudan.syuugyou .border-box .table table thead th {
}

.soudan.syuugyou .border-box .table table thead td {
}

.soudan.syuugyou .border-box .table table tbody th,
.soudan.syuugyou .border-box .table table tbody td {
}

.soudan.syuugyou .border-box .table table tbody th {
  background-color: #edf3b2;
  width: 104px;
}

.soudan.syuugyou .border-box .table table tbody td {
  background-color: #fafce8;
  text-align: left;
  padding: 14px 20px;
}

.soudan.syuugyou .border-box .table table tbody td:nth-child(2) {
  width: 296px;
}

.h4-fttext {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-top: 13px;
}

.h4-fttext a {
  color: #409d11;
  text-decoration: underline;
}

.soudan.syuugyou .flow2 {
  margin: 38px auto 0;

  max-width: 900px;
}

.soudan.syuugyou .flow2 .block {
  display: flex;
  position: relative;
  margin-top: 96px;
}

.soudan.syuugyou .flow2 .block:first-child {
  margin-top: 0;
}

.soudan.syuugyou .flow2 .block::before {
  content: "";
  background-image: url(/online/ksp-online/resource/images/arrow2.png);
  background-size: 100%;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: -56px;
  left: 50%;
  margin-left: -20px;
}

.soudan.syuugyou .flow2 .block:last-child:before {
  display: none;
}

.soudan.syuugyou .flow2 .block .img {
  width: 280px;
  width: 280px;
  height: 190px;
  border-radius: 20px;
  background: #f5f9ef;
  border: 3px solid #339701;
  overflow: hidden;
}

.soudan.syuugyou .flow2 .block .img img {
}

.soudan.syuugyou .flow2 .block .right {
  width: calc(100% - 330px);

  margin-left: 50px;
}

.soudan.syuugyou .flow2 .block .right .title {
  display: flex;
  align-items: center;
}

.soudan.syuugyou .flow2 .block .right .title span {
  min-width: 40px;
  width: 40px;
}

.soudan.syuugyou .flow2 .block .right .title span img {
  width: 100%;
}

.soudan.syuugyou .flow2 .block .right .title div {
  font-weight: bold;

  font-size: 20px;

  line-height: 1.5;

  text-align: left;

  color: #409d11;

  margin-left: 10px;
}

.soudan.syuugyou .flow2 .block .right .catch {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  color: #000;
  margin-top: 13px;
}

.soudan.syuugyou .flow2 .block .right ul {
  margin-top: 17px;
}

.soudan.syuugyou .flow2 .block .right ul li {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  display: flex;
  margin-bottom: 3px;
}

.soudan.syuugyou .flow2 .block .right ul li a {
  color: #409d11;
  text-decoration: underline;
}

.soudan.syuugyou .flow2 .block .right ul li span {
}

.soudan.syuugyou .flow2 .block .right ul li div {
}

.soudan.syuugyou .btn-wrap {
  text-align: center;

  margin: 66px 0 0;
}

.soudan.syuugyou .btn-wrap p {
  font-weight: bold;

  font-size: 16px;

  line-height: 18px;

  text-align: center;

  color: #000;
}

.soudan.syuugyou .btn-wrap a.btn {
  width: 650px;
  border-radius: 20px;
  background: #409d11;
  display: inline-block;
  margin-top: 20px;
  padding: 40px 0 35px;
}

.soudan.syuugyou .btn-wrap a.btn span {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-left: 20px;
}

.soudan.syuugyou .btn-wrap a.btn span::before {
  content: "";
  background-image: url(/online/ksp-online/resource/images/icon_pdf.png);
  background-size: 100%;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: -13px;
}

.soudan.syuugyou .block-wrap.arrow {
  position: relative;
}

.soudan.syuugyou .block-wrap.arrow::before {
  content: "";
  background-image: url(/online/ksp-online/resource/images/arrow5.png);
  background-size: 100%;
  width: 70px;
  height: 40px;
  position: absolute;
  bottom: -66px;
  left: 50%;
  margin-left: -35px;
}

.soudan.syuugyou .block-wrap h3.num1 span::before {
  background-image: url(/online/ksp-online/resource/images/num1b.png);
}

.soudan.syuugyou .block-wrap h3.num2 span::before {
  background-image: url(/online/ksp-online/resource/images/num2b.png);
}

.soudan.syuugyou #main .head-text {
}

.soudan.syuugyou #main .head-text span {
  background: linear-gradient(transparent 80%, #e2ec76 0%);
}

.soudan.syuugyou #main .appointment .inner {
  width: 900px;
}

/*202308追加 start*/

.infomation {
  border: solid 3px #0071c4;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  margin-bottom: 92px;
}
.infomation .title {
  font-weight: bold;
  min-width: 297px;
  font-size: 18px;
  color: #fff;
  background-color: #0071c4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.infomation .text {
  font-size: 16px;
  padding: 17px 40px 13px;
  line-height: 1.7;
  font-weight: 500;
}
.sinryou #main .head-text + .center-text {
  margin-top: 11px;
  font-weight: 500;
}
.center-text {
  text-align: center;
}

.symptoms {
  margin: 58px 0 0;
}
.symptoms ul {
  display: flex;

  flex-wrap: wrap;
}
.symptoms li {
  width: calc(16.6666666667% - 20px);
  max-height: 180px;
  height: 11.1vw;
  min-height: 180px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
  margin-right: 24px;
  margin-bottom: 25px;
  text-align: center;
  display: block;
}
.symptoms li a {
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.symptoms li:nth-child(6n) {
  margin-right: 0;
}
.btn-back {
  display: block;
  width: 252px;
  height: 51px;
  line-height: 51px;
  margin: 0 auto;
  background-color: #0071c4;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

.btn-back span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  padding-left: 25px;
}
.btn-back span::before {
  content: "";
  width: 18px;
  height: 15px;
  background-image: url(/online/ksp-online/resource/images/ico_back.png);
  background-size: 100%;
  position: absolute;
  top: 3px;
  left: -6px;
}

@media screen and (max-width: 1200px) {
  .symptoms li {
    width: calc(20% - 20px);
    max-height: 205px;
    height: 15.5vw;
    min-height: inherit;
    margin-right: 25px;
  }
  .symptoms li:nth-child(6n) {
    margin-right: 0;
    margin-right: 24px;
  }
  .symptoms li:nth-child(5n) {
    margin-right: 0;
  }
}

.symptoms li img {
  width: 62%;
  max-width: 100px;
  display: inline-block;
  margin-bottom: 15px;
}
.symptoms li.multiplelines img {
  margin-bottom: -5px;
}
.symptoms li div {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.symptoms li div span {
  font-size: 16px;
  margin-top: 0px;
  line-height: 1;
}
.schedule {
  margin: 63px 0 92px;
  border-radius: 10px;
}
.schedule .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 24px;
}
.schedule .box-wrap {
  display: flex;
  background: #fff;
  border: 3px solid #dcdcdc;
  border-radius: 10px;
  padding: 15px 0;
}
.schedule .box-wrap .box {
  width: 16.66%;
  text-align: center;
  position: relative;
  padding: 10px 10px;
}
.schedule .box-wrap .box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #e4e4e4;
}
.schedule .box-wrap .box:last-child:before {
  display: none;
}
.schedule .box-wrap .box span {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #0071c4;
}
.schedule .box-wrap .box div {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-top: 11px;
}

.schedule > ul {
  margin-top: 19px;
}
.schedule > ul li {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
.subpage #header .inner {
  margin: 190px auto 70px;
}
.subpage #header .inner .titlewrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subpage #header .inner .titlewrap .img {
  background-color: #fff;
  overflow: hidden;
  border-radius: 100px;
  width: 130px;
  height: 130px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subpage #header .inner .titlewrap .img img {
  width: 84px;
  height: 84px;
}
.subpage #header .inner .titlewrap .wrap {
  display: block;
  margin-left: 30px;
}
.subpage #header .inner .titlewrap .wrap .catchtext {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #0071c4;
  margin-bottom: 15px;
}
.subpage #header .inner .titlewrap .wrap .title {
  font-weight: bold;
  font-size: 45px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.subpage #header .inner .titlewrap .wrap .title span {
  font-size: 22px;
}

.subpage #main {
  margin: 29px 0 0;
}

.breadcrumbs {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #101010;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  padding-right: 22px;
  margin-right: 11px;
  position: relative;
}

.breadcrumbs li::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.811%22%20height%3D%2210.121%22%20viewBox%3D%220%200%205.811%2010.121%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_490%22%20data-name%3D%22%E3%83%91%E3%82%B9%20490%22%20d%3D%22M134.473%2C136.766l4%2C4-4%2C4%22%20transform%3D%22translate(-133.412%20-135.705)%22%20fill%3D%22none%22%20stroke%3D%22%23888%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
  width: 6px;
  height: 10px;
  position: absolute;
  top: 5px;
  right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a {
  color: #0071c4;
}

.breadcrumbs li span {
  color: #888888;
}

.subpage #main .contents {
  max-width: 1000px;
  margin: 38px auto 0;
}
.subpage #main .contents .block + .block {
  margin-top: 59px;
}
.subpage #main .contents .block.bg-symptoms {
  position: relative;
  padding: 31px 0;
  margin-bottom: 60px;
}
.subpage #main .contents .block.bg-symptoms:before {
  content: "";
  width: 125vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -25vw;
  background-color: #f2f2f2;
}
.subpage #main .contents .block.bg-symptoms .head-text {
  margin-top: 0;
}
.subpage #main .contents .titlehead {
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-top: 31px;
}
.subpage #main .contents .titlehead::before,
.subpage #main .contents .titlehead::after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
}
.subpage #main .contents .titlehead::before {
  background-color: #dcdcdc;
  width: 100%;
  top: 0;
  z-index: 1;
}
.subpage #main .contents .titlehead::after {
  background-color: #0071c4;
  width: 40px;
  top: 0;
  z-index: 2;
}

.subpage #main .contents .titlehead span {
  padding-left: 85px;
  font-size: 28px;
  color: #000;
  line-height: 1.5;
  position: relative;
}
.subpage #main .contents .titlehead span::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 65px;
  height: 60px;
  background-size: 100%;
}
.subpage #main .contents .titlehead.icon1 span::before {
  background-image: url(/online/ksp-online/resource/images/icon_subpage1.png);
}
.subpage #main .contents .titlehead.icon2 span::before {
  background-image: url(/online/ksp-online/resource/images/icon_subpage2.png);
}
.subpage #main .contents .titlehead.icon3 span::before {
  background-image: url(/online/ksp-online/resource/images/icon_subpage3.png);
}
.subpage #main .contents .titlehead.icon4 span::before {
  background-image: url(/online/ksp-online/resource/images/icon_subpage4.png);
}
.subpage #main .contents .titlehead.icon5 span::before {
  background-image: url(/online/ksp-online/resource/images/icon_subpage5.png);
}

.subpage #main .contents .textbody {
  text-align: left;
}
.subpage #main .contents .textbody p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.subpage #main .contents .textbody p strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #0071c4;
  display: inline-block;
  padding-bottom: 9px;
}
.subpage #main .contents .textbody p + p {
  margin-top: 5px;
}

.subpage #main .contents .titlehead + .textbody {
  margin-top: 36px;
}

.subpage #main .contents .imgbody {
  max-width: 680px;
  margin: 0 auto;
}
.subpage #main .contents .imgbody.full {
  max-width: 100%;
}
.subpage #main .contents .textbody + .imgbody {
  margin-top: 45px;
}

.subpage #main .contents ul.atention {
  margin-top: 5px;
}
.subpage #main .contents ul.atention li {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

.subpage #main .contents .list-box3 {
  margin: 36px 0 0;
}

.subpage #main .contents .list-box3 > ul {
  margin: 0px 0px 0;
  margin-bottom: 0;
}

.subpage #main .contents .list-box3 > ul > li {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  color: #000;
  margin-bottom: 9px;
  padding-left: 14px;
}
.subpage #main .contents .list-box3 > ul > li:last-child {
  margin-bottom: 0;
}

.subpage #main .contents .list-box3 > ul > li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%227%22%20viewBox%3D%220%200%207%207%22%3E%20%3Ccircle%20id%3D%22dot%22%20cx%3D%223.5%22%20cy%3D%223.5%22%20r%3D%223.5%22%20fill%3D%22%2392aab1%22%2F%3E%3C%2Fsvg%3E");
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}
.subpage #main .contents .titlesub {
  position: relative;
  padding-left: 13px;
}
.subpage #main .contents .titlesub span {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #000;
}
.subpage #main .contents .titlesub::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #0071c4;
  border-radius: 5px;
}
.subpage #main .contents .titlesub + .textbody {
  margin-top: 11px;
}
.subpage #main .contents .textbody + .titlesub {
  margin-top: 28px;
}
.subpage #main .contents .textbody + .textbody {
  margin-top: 25px;
}

.subpage #main .contents .price-box {
  display: flex;
  margin-top: 40px;
}
.subpage #main .contents .price-box.col2 {
}
.subpage #main .contents .price-box .box {
  border-radius: 10px;
  background: #ebfaff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px;
  position: relative;
}
.subpage #main .contents .price-box .box::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -34px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22_%22%20data-name%3D%22%2B%22%20transform%3D%22translate(-679)%22%3E%20%3Crect%20id%3D%22path%22%20width%3D%223%22%20height%3D%2222%22%20rx%3D%221.5%22%20transform%3D%22translate(689)%22%20fill%3D%22%2392aab1%22%2F%3E%20%3Crect%20id%3D%22path-2%22%20data-name%3D%22path%22%20width%3D%2222%22%20height%3D%223%22%20rx%3D%221.5%22%20transform%3D%22translate(679%2010)%22%20fill%3D%22%2392aab1%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.subpage #main .contents .price-box .box:last-child:before {
  display: none;
}
.subpage #main .contents .price-box .box strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #0071c4;
  display: inline-block;
}

.subpage #main .contents .price-box .box .text {
}
.subpage #main .contents .price-box .box strong + .text {
  margin-top: 6px;
}
.subpage #main .contents .price-box .box .text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #000;
}
.subpage #main .contents .price-box.col2 .box {
  width: calc(50% - 23px);
  margin-right: 46px;
}
.subpage #main .contents .price-box.col3 .box {
  width: calc(33% - 31.333px);
  margin-right: 47px;
}
.subpage #main .contents .price-box .box:last-child {
  margin-right: 0;
}
.subpage #main .contents .price-box + .atention {
  margin-top: 13px;
}

.subpage #main .contents ul.atention + .titlesub {
  margin-top: 31px;
}
.subpage #main .contents ul.question {
  margin-top: 39px;
}
.subpage #main .contents ul.question li {
  border-bottom: solid 1px #dcdcdc;
  padding: 23px 0 23px;
}
.subpage #main .contents ul.question li:first-child {
  border-top: solid 1px #dcdcdc;
}
.subpage #main .contents ul.question li dl {
}
.subpage #main .contents ul.question li dl dt,
.subpage #main .contents ul.question li dl dd {
  display: block;
  position: relative;
  min-height: 28px;
  box-sizing: border-box;
}
.subpage #main .contents ul.question li dl dt {
  padding: 0 0 0 24px;
}
.subpage #main .contents ul.question li dl dt:before,
.subpage #main .contents ul.question li dl dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 13px;
  height: 21px;
  background-size: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.subpage #main .contents ul.question li dl dt:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.971%22%20height%3D%2217.534%22%20viewBox%3D%220%200%2011.971%2017.534%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_513%22%20data-name%3D%22%E3%83%91%E3%82%B9%20513%22%20d%3D%22M12.27%2C1.459l-.246%2C1.767a13.549%2C13.549%2C0%2C0%2C1-1.907.123%2C4.157%2C4.157%2C0%2C0%2C1-2.373-.527A3.194%2C3.194%2C0%2C0%2C1%2C6.688%2C1.257L6.293.2A5.189%2C5.189%2C0%2C0%2C1%2C2.2-2.083%2C8.385%2C8.385%2C0%2C0%2C1%2C.9-6.952a7.721%2C7.721%2C0%2C0%2C1%2C1.881-5.581%2C5.438%2C5.438%2C0%2C0%2C1%2C4.113-1.652%2C5.355%2C5.355%2C0%2C0%2C1%2C4.535%2C2.127%2C8.18%2C8.18%2C0%2C0%2C1%2C1.441%2C5.071%2C8.417%2C8.417%2C0%2C0%2C1-1.336%2C4.948A5%2C5%2C0%2C0%2C1%2C8.525.018L8.763.7a1.34%2C1.34%2C0%2C0%2C0%2C.633.756%2C2.527%2C2.527%2C0%2C0%2C0%2C1.116.193A9.033%2C9.033%2C0%2C0%2C0%2C12.27%2C1.459ZM6.891-12.3a2.852%2C2.852%2C0%2C0%2C0-2.593%2C1.5A7.453%2C7.453%2C0%2C0%2C0%2C3.472-6.97%2C6.922%2C6.922%2C0%2C0%2C0%2C4.535-2.777%2C2.805%2C2.805%2C0%2C0%2C0%2C6.891-1.6%2C2.834%2C2.834%2C0%2C0%2C0%2C9.475-3.138a7.6%2C7.6%2C0%2C0%2C0%2C.817-3.832%2C6.835%2C6.835%2C0%2C0%2C0-1.055-4.175A2.789%2C2.789%2C0%2C0%2C0%2C6.891-12.3Z%22%20transform%3D%22translate(-0.896%2014.186)%22%20fill%3D%22%230071c4%22%2F%3E%3C%2Fsvg%3E");
}
.subpage #main .contents ul.question li dl dt p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #0071c4;
}
.subpage #main .contents ul.question li dl dd {
  padding: 0 0 0 24px;
  background: #fff;
  color: #333;
  margin-top: 10px;
}
.subpage #main .contents ul.question li dl dd:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.882%22%20height%3D%2213.19%22%20viewBox%3D%220%200%2010.882%2013.19%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_514%22%20data-name%3D%22%E3%83%91%E3%82%B9%20514%22%20d%3D%22M7.205%2C3.843l4.067%2C13.19h-2.4L7.753%2C13.157H3.7L2.565%2C17.033H.39L4.433%2C3.843Zm.141%2C7.612L6.574%2C8.782q-.149-.564-.78-3.246H5.645q-.423%2C1.851-.813%2C3.229l-.714%2C2.689Z%22%20transform%3D%22translate(-0.39%20-3.843)%22%2F%3E%3C%2Fsvg%3E");
}
.subpage #main .contents ul.question li dl dd p {
  font-weight: 500;
}
.subpage #main .contents .link {
  margin-top: 30px;
}
.subpage #main .contents .link a {
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #0071c4;
  letter-spacing: 0.15em;
}

.subpage #main .contents .head-text {
  margin-top: 39px;
}
.subpage #main .contents .head-text span {
  font-weight: bold;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  color: #000;
}
.subpage #main .contents .symptoms {
  margin-top: 26px;
}
@media screen and (max-width: 1200px) {
  .subpage #main .contents .symptoms li {
    width: calc(20% - 20px);
    max-height: 203px;
    height: 15vw;
    min-height: inherit;
    margin-right: 25px;
  }
  .subpage #main .contents .symptoms li:nth-child(6n) {
    margin-right: 0;
    margin-right: 24px;
  }
  .subpage #main .contents .symptoms li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 950px) {
  .subpage #main .contents .symptoms li {
    width: calc(25% - 20px);
    min-height: 160px;
  }
  .subpage #main .contents .symptoms li:nth-child(6n) {
  }
  .subpage #main .contents .symptoms li:nth-child(5n) {
    margin-right: 25px;
  }
  .subpage #main .contents .symptoms li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .subpage #main .contents .symptoms li {
    width: calc(16.6666666667% - 17px);
    max-height: 150px;
    height: 9.3vw;
    min-height: 150px;
    /* max-height: inherit; */
    /* min-height: inherit; */
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .subpage #main .contents .symptoms li a {
  }
  .subpage #main .contents .symptoms li div {
    font-size: 16px;
  }
  .subpage #main .contents .symptoms li:nth-child(5n) {
    margin-right: 20px;
  }
  .symptoms li div {
  }
  .subpage #main .contents .symptoms li:nth-child(6n) {
    margin-right: 0;
  }
  .symptoms li div {
  }
}

.subpage .appointment {
  margin-top: 100px;
}
/*202308追加 end*/

/* main end */

/*animation start*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

/*animation end*/

@media screen and (min-width: 1280px) {
  /* hover start*/

  .hover:hover {
    opacity: 0.5;
  }

  .hover07:hover {
    opacity: 0.7;
  }

  .hoverzoom:hover .img img {
    transform: scale(1.1);
  }

  .p-gallery .swiper-button-next:hover,
  .p-gallery .swiper-button-prev:hover {
    background-color: #006cb6;
    border: solid 2px #006cb6;
  }

  .p-gallery .swiper-button-next:hover svg path,
  .p-gallery .swiper-button-prev:hover svg path {
    fill: #fff;
  }

  .a-gallery .swiper-button-next:hover,
  .a-gallery .swiper-button-prev:hover {
    background-color: #fff;
    border: solid 2px #fff;
  }

  .a-gallery .swiper-button-next.slick-disabled:hover,
  .a-gallery .swiper-button-prev.slick-disabled:hover {
    background-color: transparent;
    border: solid 2px #fff;
  }

  .a-gallery .swiper-button-next:hover svg path,
  .a-gallery .swiper-button-prev:hover svg path {
    fill: #006cb6;
  }

  .a-gallery .swiper-button-next.slick-disabled:hover svg path,
  .a-gallery .swiper-button-prev.slick-disabled:hover svg path {
    fill: #fff;
  }

  #overlay-button:hover span,
  #overlay-button:hover span:before,
  #overlay-button:hover span:after {
    background: #fff;
  }

  #overlay ul li a:hover {
  }

  #news .more:hover {
    color: #fff;
    border: solid 2px #006cb6;
    background-color: #006cb6;
  }

  #nav .hover-nav > ul > li a:hover {
    color: #006cb6;
    transition-duration: 0.3s;
  }

  #nav .hover-nav > ul > li a:hover {
    color: #006cb6;
  }

  #nav-wrap .btn:hover span::before {
    background-image: url(/online/ksp-online/resource/images/ico_blank_hover.png);
  }

  #nav #overlay > div > ul > li:hover > a {
    color: #409d11;
    transition-duration: 0.3s;
  }

  .sinryou #nav #overlay > div > ul > li:hover > a {
    color: #006cb6;
  }

  #nav-wrap-over,
  #nav-wrap-inner-over,
  #overlay > .overlay-inner .ft1,
  #overlay > .overlay-inner .ft2 {
    display: none;
  }

  #nav-wrap-over,
  #nav-wrap-inner-over {
    display: none;
  }

  /* hover end*/
}

@media screen and (min-width: 1280px) {
  /* nav start */

  #nav {
  }

  #header.is-fixed #nav {
    left: 330px;
  }

  #overlay-input,
  #overlay-button {
    display: none;
  }

  #nav #overlay > div > ul {
    padding-inline-start: 0;
    margin-left: 0px;
    display: flex;
  }

  #nav #overlay > div > ul > li {
    display: block;
    margin-right: 12px;
  }

  #nav #overlay > div > ul > li:last-child {
  }

  #nav #overlay > div > ul > li > a {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #000;
    position: relative;
    padding-right: 11px;
  }

  #nav .hover-nav {
    position: absolute;
  }

  #nav .hover-nav > ul {
    position: relative;
    border-radius: 7px;
    background: #fff;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 30%);
    padding: 6px 15px;
  }

  #nav .hover-nav > ul > li {
    border-top: solid 1px #dcdcdc;
  }

  #nav .hover-nav > ul > li:first-child {
    border-top: none;
  }

  #nav .hover-nav > ul > li a {
    font-weight: bold;
    font-size: 15px;
    line-height: 20.1px;
    text-align: left;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 12px 0 10px 12px;
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
  }

  #nav .hover-nav > ul > li a.blank {
    padding-right: 23px;
  }

  #nav .hover-nav > ul > li a.blank::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url(/online/ksp-online/resource/images/ico_blank2.png);
    background-size: 100%;
  }

  #nav .hover-nav > ul > li a:before {
    content: "";
    background-image: url(/online/ksp-online/resource/images/arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 8px;
    height: 5px;
    position: absolute;
    top: 19px;
    left: 0;
    transform: rotate(-90deg);
  }

  /* nav end */

  /* top nav start */
  .top #nav {
  }

  .top #nav #overlay > div > ul > li {
    margin-right: 0;
    margin-left: 7px;
  }

  .top #nav #overlay > div > ul > li:nth-child(1) a {
  }

  .top #nav #overlay > div > ul > li:nth-child(2) a {
  }

  .top #nav #overlay > div > ul > li:nth-child(3) a {
  }

  .top #nav #overlay > div > ul > li:nth-child(4) a {
  }

  .top #nav #overlay > div > ul > li:nth-child(5) a {
  }

  .top #nav #overlay > div > ul > li:first-child {
    margin-left: 0;
  }

  #nav .hover-nav {
    padding-top: 85px;
    top: 0;
    height: 0;
    overflow: hidden;
    width: 290px;
  }

  #nav .hover-nav.active,
  #nav .hover-nav.active2 {
    height: inherit;
    overflow: inherit;
  }

  #nav .hover-nav ul {
    transition-duration: 0.2s;
    opacity: 0;
    top: -5px;
  }

  #nav .hover-nav.active ul {
    padding: 6px 20px 6px 18px;
    opacity: 1;
    top: 0;
  }

  /* top nav end */
}

@media screen and (max-width: 1279px) {
  #header h1 {
  }

  /* nav start */
  #nav {
    position: absolute;
    right: 0;
    top: 0;
  }

  .sp.tb {
  }

  #overlay-input,
  #overlay-button {
  }

  @keyframes bugfix {
    from {
      padding: 0;
    }

    to {
      padding: 0;
    }
  }

  @-webkit-keyframes bugfix {
    from {
      padding: 0;
    }

    to {
      padding: 0;
    }
  }

  #overlay-button {
    position: absolute;
    right: 35px;
    top: 28px;
    padding: 10px 10px;
    z-index: 9999;
    cursor: pointer;
    user-select: none;
  }

  input[type="checkbox"]:checked ~ #overlay-button {
    top: 17px;
    width: 45px;
    height: 22px;
    padding: 0;
  }

  #overlay-button span {
    height: 2px;
    width: 25px;
    border-radius: 2px;
    background-color: #409d11;
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
  }

  #overlay-button:hover span,
  #overlay-button:hover span:before,
  #overlay-button:hover span:after {
    background-color: #409d11;
  }

  #overlay-button span:before,
  #overlay-button span:after {
    height: 2px;
    width: 25px;
    border-radius: 2px;
    background-color: #409d11;
    position: absolute;
    content: "";
    transition: all 0.2s ease-in-out;
  }

  .sinryou #overlay-button span {
    background-color: #0071c4;
  }

  .sinryou #overlay-button span:before,
  .sinryou #overlay-button span:after {
    background-color: #0071c4;
  }

  #overlay-button span:before {
    top: -7px;
    visibility: visible;
  }

  #overlay-button span:after {
    width: 15px;
    top: 7px;
  }

  input[type="checkbox"] {
    display: none;
  }

  input[type="checkbox"]:checked ~ #overlay {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  input[type="checkbox"]:checked ~ #overlay .overlay-inner {
    display: block;
  }

  input[type="checkbox"]:checked ~ #overlay-button:hover span,
  input[type="checkbox"]:checked ~ #overlay-button span {
    background: transparent;
    position: fixed;
    top: 53px;
    right: 40px;
  }

  input[type="checkbox"]:checked ~ #overlay-button span {
  }

  input[type="checkbox"]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
    top: -10px;
  }

  input[type="checkbox"]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
    top: 12px;
    top: 10px;
    width: 25px;
  }

  #overlay {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9998;
    visibility: hidden;
    position: fixed;
    transition-duration: 0.3s;
    opacity: 0;
  }

  #overlay.active {
  }

  #overlay > div > ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 105px;
    padding-left: 0;
    list-style-type: none;
    padding: 0 10px;
  }

  #overlay > div > ul > li {
    padding: 0;
    display: block;
    margin: 0 0px 0px 0px;
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden;
  }

  #overlay > div > ul > li::before {
    content: "";
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    background-image: url(/online/ksp-online/resource/images/arrow_sp.png);
    background-size: 100%;
  }

  .soudan #overlay > div > ul > li::before {
    background-image: url(/online/ksp-online/resource/images/arrow_sp.png);
  }

  .sinryou #overlay > div > ul > li::before {
    background-image: url(/online/ksp-online/resource/images/arrow_sp_sinryou.png);
  }

  #overlay > div > ul > li:first-child::before {
  }

  #overlay > div > ul > li::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #e4e4e4;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #overlay > div > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }

  .overlay-inner {
    overflow-y: scroll;
    height: 100%;
    display: none;
  }

  #overlay > .overlay-inner .ft1,
  #overlay > .overlay-inner .ft2 {
    padding: 0 10px;
  }

  #overlay > .overlay-inner .ft1 {
    margin-top: 40px;
    margin-bottom: 38px;
    display: block;
  }

  #overlay > .overlay-inner .ft2 {
    text-align: center;
    padding-bottom: 50px;
    display: block;
  }

  #overlay .contact .title {
    margin: 0 0 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 0 0 16px;
  }

  #overlay > .overlay-inner .policy {
    color: #fff;
    display: inline-block;
  }

  #overlay .contact a {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 53px;
    margin: 0 0 15px;
    font-size: 16px;
    color: #fff;
    background-color: #409d11;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
  }

  .sinryou #overlay .contact a {
    background-color: #0071c4;
  }

  #nav-wrap .btn {
    display: none;
  }

  #nav #overlay > div > ul > li > a {
    font-size: 16px;
    font-weight: bold;
    padding: 19px 5px;
    display: block;
    color: #000;
    position: relative;
  }

  #nav #overlay > div > ul > li > a::before,
  #nav #overlay > div > ul > li > a::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 10px;
    display: block;
    width: 14px;
    height: 14px;
    background-size: 100%;
  }

  #nav #overlay > div > ul > li > a::after {
    background-image: url(/online/ksp-online/resource/images/icon_toggle1.png);
    opacity: 0;
  }

  #nav #overlay > div > ul > li > a.active::after {
    background-image: url(/online/ksp-online/resource/images/icon_toggle2.png);
  }

  #nav #overlay > div > ul > li:nth-child(1) > a::after {
    display: none;
  }

  #nav #overlay > div > ul > li > a::before {
    width: 10px;
    height: 2px;
    right: 0;
  }

  #nav #overlay > div > ul > li > a::before {
    top: 4px;
  }

  #nav #overlay .hover-nav {
    position: relative;
    display: none;
    transition-duration: 0.2s;
    transition-timing-function: ease;

    padding-top: 0;
  }

  #nav #overlay .hover-nav.active {
  }

  #nav #overlay .hover-nav::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
    opacity: 0.2;
    position: absolute;
    top: 0;
  }

  #nav #overlay .hover-nav ul {
    padding: 10px 0 19px;
  }

  #nav #overlay .hover-nav ul li {
    padding: 0 0 0px 21px;
  }

  #nav #overlay .hover-nav ul li a {
    position: relative;
    font-size: 14px;
    padding: 9px 0;
    display: block;
    color: #fff;
  }

  #nav .hover-nav > ul > li a:before {
    content: "";
    background-image: url(/online/ksp-online/resource/images/arrow_sp.png);
    background-size: 100%;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 15px;
    left: -10px;
  }

  #nav #overlay .hover-nav ul li a.blank {
    padding-right: 23px;
    display: inline-block;
  }

  #nav #overlay .hover-nav ul li a.blank:after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url(/online/ksp-online/resource/images/ico_blank.png);
    background-size: 100%;
  }

  /* nav end */

  /* nav start*/
  #nav-wrap {
  }

  #nav-wrap-over {
    top: 25px;
    display: block;
  }

  #nav-wrap-inner {
  }

  #nav-wrap-inner-over {
    width: calc(100% - 40px);
    padding: 8px 14px;
    display: block;
  }

  #nav-wrap .right {
  }

  #nav-wrap .btn {
  }

  #nav-wrap .btn span {
  }

  #nav-wrap .btn span::before {
  }

  #nav #overlay > div > ul > li > a::before {
    display: none;
  }

  /* nav end*/
}

@media screen and (max-width: 1580px) {
  #nav #overlay > div > ul > li {
  }

  #nav #overlay > div > ul > li > a {
  }

  #nav-wrap .btn {
  }

  #nav-wrap .btn span {
  }

  #nav #overlay > div > ul > li > a::before {
  }

  #about .catch {
  }

  #header h1 {
  }

  #pickup .inner {
  }

  #pickup .ml-box {
    margin-left: 50px;
  }

  #about .ml-box {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .block-wrap .block-flow.flow4 .block {
    width: calc(50% - 20px);
    max-width: inherit;
    margin-bottom: 40px;
  }

  .block-wrap .img-box .text {
    width: calc(100% - 400px);
  }

  .sinryou .block-wrap .block-flow .block .imgwrap .text br {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .sp.tb {
    display: block !important;
  }

  .pc.tb {
    display: none !important;
  }

  .inner {
    padding: 0 20px;
  }

  #main {
    padding-bottom: 50px;
    margin: 34px 0 0;
  }

  .lv1 #main {
    margin: 38px 0 0;
  }

  .lv2 #main {
    margin: 38px 0 0;
  }

  /* header start */

  #header h1 {
  }

  #header .bg-wrap {
    height: 100%;
  }

  #header .bg {
    width: 100%;
  }

  #header .slide {
    position: relative;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 92px 30px 0;
    right: 0;
  }

  #header .slide .slick-slide {
    border-radius: 30px;
  }

  #header .slide .dot-body {
    top: -29px;
    bottom: inherit;
    right: inherit;
    left: 0;
    position: relative;
    height: 20px;
  }

  #header .slide .slick-dots {
    display: flex;
    flex-direction: row;
  }

  #header .slide .slick-dotted.slick-slider {
  }

  #header .slide .slick-dots li.slick-active button:before {
  }

  #header .slide .slick-dots li button:before {
    width: 9px;
    height: 9px;
  }

  #header .slide .slick-dots li {
    width: 24px;
  }

  #header .slide .swiper-pagination-bullet {
  }

  #header .slide .swiper-pagination-bullet-active {
  }

  #header .catch {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    left: inherit;
    max-width: inherit;
    margin: 1px 0 0px;
    padding: 0 5px 37px;
    text-align: left;
    min-width: inherit;
  }

  #header .catch > div:nth-child(1) {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 7px;
  }

  #header .catch > div:nth-child(2) {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 12px;
    line-height: 1.75;
  }

  #header .catch > div:nth-child(3) {
    transform-origin: left;
    transform: scaleX(0.92);
    font-size: 10px;
    white-space: nowrap;
    margin-bottom: 31px;
  }

  #header .banner {
    width: inherit;
    height: 70px;
  }

  #header .banner::before {
    width: 74px;
    height: 67px;
    background-repeat: no-repeat;
    top: inherit;
    left: 17px;
    bottom: 10px;
  }

  #header .banner span {
    padding: 0 37px 0 104px;
    font-size: 19px;
    line-height: 74px;
  }

  #header .banner span::before {
    width: 23px;
    height: 23px;
    right: 6px;
    background-repeat: no-repeat;
    margin-top: -13px;
  }

  #header .banner span div {
    font-size: 15px;
  }

  /* nav start */
  #nav-wrap {
    top: 25px;
  }

  #overlay-button {
    top: 17px;
    right: 10px;
  }

  #header h1 {
    width: 250px;
    max-width: inherit;
    min-height: inherit;
  }

  .soudan.syuugyou #header h1 {
    width: 254px;
  }

  #nav-wrap-inner {
    width: calc(100% - 40px);
    padding: 8px 14px;
    display: block;
  }

  #overlay > div > ul {
    margin-top: 95px;
  }

  /* nav end */

  .soudan #header .inner {
    margin: 95px auto 0;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
  }

  .sinryou #header .inner {
    margin: 95px auto 0;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
  }

  .sinryou #header .inner .left {
    margin: 0 auto;
  }

  #header .inner .left {
    margin: 0 auto;
    text-align: center;
  }

  #header .inner .left img {
    display: inline-block;
  }

  #header .inner .left .fuki {
    width: 215px;
    padding: 10px 0;
    font-size: 23px;
  }

  #header .inner .left .fuki::before {
  }

  #header .inner .left .title {
    margin: 31px 0 0;
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    color: #000;
  }

  #header .inner .left p {
  }

  .soudan #header .inner .left .fuki::before {
  }

  .soudan #header .inner .img {
    text-align: center;
    margin: 40px auto 0;
  }

  .soudan #header .inner .img img {
    display: inline-block;
  }

  .sinryou #header .inner .left .fuki::before {
  }

  .sinryou #header .inner .img {
    text-align: center;
    margin: 40px auto 0;
  }

  .sinryou #header .inner .img img {
    display: inline-block;
  }

  .soudan.syuugyou #header .inner .img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* header end */

  /*footer start*/
  #footer {
    margin-top: 0px;
  }

  #footer .inner {
    display: flex;
    padding: 0 20px 50px;
    flex-direction: column;
  }

  #footer h3 {
    order: 2;
    margin-top: 0px;
    padding-left: 0;
    padding-bottom: 24px;
    width: 165px;
    min-width: 165px;
  }

  #footer .ft1 {
    margin-top: 50px;
  }

  #footer .ft1 a {
    border-radius: 10px;
    padding: 17px 0;
    width: inherit;
  }

  #footer .ft1 a span {
    font-size: 22px;
    padding-left: 40px;
  }

  #footer .ft1 a span::before {
    width: 28px;
    height: 22px;
  }

  #footer .ft2 {
    margin-top: 46px;
  }

  #footer .ft2 .txt1 {
  }

  #footer .ft2 .txt1 a {
  }

  #footer .policy {
    font-size: 14px;
    padding-left: 0;
  }

  .copyright {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

  .copyright div {
  }

  .pageup {
  }

  .pageup.in {
  }

  .pageup .arrow {
  }

  #footer .ft-nav .block {
    width: inherit;
    margin: 0;
    max-width: inherit;
  }

  /*footer end*/

  /* main start */
  #main {
  }

  .sinryou #main {
    margin-top: 88px;
  }

  #main .inner {
  }

  #main h2 {
  }

  #main .head-text {
    font-size: 21px;
    line-height: 1.45;
  }

  #main .head-text span {
  }

  .block3 {
    margin: 38px auto 22px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .block3 .block {
    width: inherit;
    max-width: inherit;
    border-radius: 25px;
    height: inherit;
    padding-bottom: 38px;
    margin-bottom: 30px;
  }

  .block3 .block .img {
    margin: 24px auto 0px;
    padding: 0 20px;
  }

  .block3 .block .img img {
    width: 100%;
    max-width: 375px;
  }

  .block3 .block .title {
    border-radius: 10px;
    width: calc(100% - 35px);
    max-width: 261px;
    line-height: 1.3;
    padding: 11px 10px;
    margin-bottom: 20px;
  }

  .block3 .block:nth-child(1) .title {
  }

  .block3 .block:nth-child(2) .title {
    margin-bottom: 21px;
  }

  .block3 .block:nth-child(3) .title {
    margin-bottom: 22px;
  }

  .block3 .block:nth-child(1) .img img {
  }

  .block3 .block:nth-child(2) .img img {
  }

  .block3 .block:nth-child(3) .img img {
  }

  .block-wrap {
    margin-top: 0;
    margin-bottom: 48px;
    border-radius: 25px;
    padding: 36px 0 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-wrap h3 {
    line-height: 0.9;
  }

  .sinryou .block-wrap h3 {
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
  }

  .sinryou .block-wrap.img-r h3 {
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
  }

  .sinryou .block-wrap.img-r .img-box .text {
    order: 2;
  }

  .sinryou .block-wrap.img-r .img-box .img {
    order: 1;
    margin-left: auto;
    width: calc(100% - 52px);
  }

  .block-wrap h3 span {
    padding: 0;
    font-size: 35px;
  }

  .block-wrap h3 span::before {
    width: 55px;
    height: 55px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 22px;
  }

  .block-wrap h3.num1 span::before {
  }

  .block-wrap h3.num2 span::before {
  }

  .block-wrap h3.num3 span::before {
  }

  .block-wrap .img-box {
    width: inherit;
    display: flex;
    flex-direction: column;
    margin: 35px auto 0;
  }

  .block-wrap .img-box .img {
    width: calc(100% - 52px);
    margin: 0 auto;
    text-align: center;
  }

  .sinryou .block-wrap .img-box .img {
    width: calc(100% - 48px);
    margin: 0 auto;
    text-align: center;
    min-width: inherit;
  }

  .block-wrap .img-box .img img {
    display: inline-block;
  }

  .block-wrap .img-box .text {
    width: calc(100% - 60px);
    margin: 30px auto;
    padding: 20px 20px;
    border-radius: 10px;
  }

  .sinryou .block-wrap .img-box .text {
    width: calc(100% - 80px);
    margin: 30px auto;
    padding: 20px 20px;
    border-radius: 10px;
  }

  .block-wrap .img-box .text .txt1 {
    font-size: 19px;
    line-height: 1.45;
  }

  .block-wrap .img-box .text .txt2 {
    margin-top: 5px;
    line-height: 1.5;
    font-size: 12px;
  }

  .block-wrap .img-box .text .txt2 span {
  }

  .block-wrap .img-box .text .txt2 div {
  }

  h4.type1 {
    margin-top: 7px;
  }

  h4.type1 span {
    padding: 14px 20px;
    font-size: 18px;
  }

  h4.type1.wide span {
    border-radius: 50px;
    padding: 12px 20px;
    line-height: 1.3;
    min-width: 300px;
  }

  h4.type2 {
    margin-top: 41px;
  }

  h4.type2 span {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1.3;
  }

  h4.type2.wide span {
    min-width: 300px;
  }

  .block-wrap .block-list {
    width: 100%;
    margin: 17px auto;
    padding: 0 40px 0 40px;
  }

  .block-wrap .block-list li {
    padding: 15px 10px 15px 25px;
  }

  .block-wrap .block-list li span {
    font-size: 18px;
    line-height: 1;
  }

  .block-wrap .block-list li span::before {
    left: -30px;
    position: absolute;
    top: 0;
  }

  .block-wrap .block-flow {
    width: inherit;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-wrap .block-flow .block {
    width: 100%;
    margin: 43px auto 0;
  }

  .block-wrap .block-flow.flow4 .block {
    width: 100%;
  }

  .block-wrap .block-flow .block:first-child {
    margin-top: 0;
  }

  .block-wrap .block-flow .block:last-child {
    margin-bottom: 0;
  }

  .block-wrap .block-flow .block .img {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
  }

  .block-wrap .block-flow .block .img img {
    width: 100%;
  }

  .block-wrap .block-flow .block .title {
    margin-top: 20px;
  }

  .block-wrap .block-flow .block .text {
    font-size: 16px;
    margin-top: 9px;
  }

  .block-wrap .ft_block.arrow {
  }

  .block-wrap .ft_block.arrow::before {
  }

  .block-wrap .ft_block {
  }

  .block-wrap .ft_block .img {
  }

  .block-wrap .ft_block .right {
  }

  .block-wrap .ft_block .title {
  }

  .block-wrap .ft_block .text {
  }

  .block-wrap .ft_block .text ul li {
  }

  .appointment {
    margin-top: 50px;
    padding: 40px 0;
  }

  #main .appointment .inner {
    width: inherit;
  }

  .soudan.syuugyou #main .appointment .inner {
    width: inherit;
  }

  .appointment .block {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .appointment .block .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -8px;
  }

  .appointment .block .img img {
    width: 140px;
    margin-right: 20px;
  }

  .appointment .block .img .title {
    font-size: 26px;

    margin: 0;

    line-height: 1.4;

    font-weight: bold;

    text-align: left;

    color: #fff;

    margin-left: 0;

    display: block;
  }

  .appointment .block .right {
    width: inherit;
    margin: 0;
  }

  .appointment .block .right .title {
    position: absolute;
    left: 183px;
    top: 13px;
    font-size: 26px;
    margin: 0;
    line-height: 1.4;
    display: none;
  }

  .appointment .block .right .text {
    margin-top: 26px;
  }

  .appointment .btn {
    width: inherit;
    margin: 24px auto 0;
    height: inherit;
    padding: 31px 0 24px;
    border-radius: 10px;
  }

  .appointment .btn::before {
    top: 50%;
    width: 28px;
    height: 23px;
    margin-top: -11px;
  }

  .appointment .btn span {
    line-height: 1;
    font-size: 22px;
    padding-right: 40px;
  }

  .appointment .btn.icon {
    width: inherit;
    margin-top: 145px;
    text-align: center;
  }

  .appointment .btn.icon::after {
    width: 274px;
    height: 91px;
    top: -87px;
    left: 50%;
    margin-left: -137px;
    background-image: url(/online/ksp-online/resource/images/reserve-btn_sp.png);
  }

  .appointment .btn.icon span {
    padding-left: 0;
  }

  #banner {
    opacity: 1 !important;
    top: inherit;
    right: 20px;
    bottom: 10px;
    margin-top: 0;
    width: calc(100% - 40px);
    max-width: 335px;
    margin: 0 auto;
    visibility: inherit !important;
    z-index: 1;
    transition-duration: 0.3s;
  }

  .sinryou #banner {
  }

  #banner.active {
  }

  #banner a {
    width: 100%;
    margin: 0 auto;
    height: 66px;
    line-height: 69px;
  }

  #banner a span {
    padding-left: 43px;
  }

  #banner a span::before {
    background-size: 100%;
    width: 51px;
    height: 50px;
    top: -7px;
  }

  #banner .close {
  }

  /*sinryou*/
  .sinryou #main .head-text {
    line-height: 1.95;
    font-size: 24px;
  }

  .sinryou #main .head-text span {
    /* display: inline-block; */
    font-size: 29px;
    line-height: 1.8;
    background: linear-gradient(transparent 71%, #e2ec76 70.9%, #e2ec76 91%, transparent 0%);
  }

  _::-webkit-full-page-media,
  _:future,
  :root .sinryou #main .head-text span {
    background: linear-gradient(transparent 70%, #e2ec76 0%);
  }

  .sinryou .block-wrap {
    padding: 32px 0 0px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .sinryou .block-wrap .atent {
    padding-bottom: 5px;
  }

  .sinryou #main .head-text + .block-wrap {
    margin-top: 27px;
    margin-bottom: 0;
    padding-top: 35px;
  }

  .sinryou .block-wrap .img-box .text {
    margin: 28px auto 28px;
    padding: 0;
  }

  .sinryou .block-wrap .img-box .img {
  }

  .sinryou .block-wrap h3 {
  }

  .sinryou .block-wrap.img-r h3 {
  }

  .sinryou .block-wrap h3 span::before {
    width: 54px;
    height: 54px;
  }

  .sinryou .block-wrap .img-box .text .txt1 {
    margin-top: 0;
    font-size: 22px;
  }

  .sinryou .block-wrap .img-box .text .txt3 {
    margin-top: 12px;
    font-size: 16px;
  }

  .sinryou .block-wrap .img-box .text .txt3 span {
  }

  .sinryou .block-wrap h3.num1 span::before {
  }

  .sinryou .block-wrap h3.num2 span::before {
  }

  .sinryou .block-wrap h3.num3 span::before {
  }

  .sinryou .block-wrap h3 span {
    padding-left: 0;
  }

  .sinryou .block-wrap .img-box .img.img2 {
  }

  .sinryou .block-wrap.img-r .img-box .img {
  }

  .sinryou .block-wrap.img-r .img-box .text {
    margin-top: 38px;
  }

  h4.type3 {
  }

  h4.type3 span {
    margin-top: 12px;
    padding: 16px 22px 14px;
    font-size: 18px;
  }

  h4.type3 span::before {
    content: "";
    width: 100%;
    height: 90px;
    background-image: url(/online/ksp-online/resource/images/icon_recommend.png);
    background-size: 89px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    top: -110px;
    left: 0;
    margin-left: 0;
  }

  .sinryou .block-wrap + h4.type3 {
    position: relative;
    margin-top: 127px;
  }

  .sinryou .list-box {
    margin: 30px 0 0;
  }

  .sinryou .list-box ul {
  }

  .sinryou .list-box ul li {
    width: 100%;
    height: inherit;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 21px 20px 16px 40px;
  }

  .sinryou .list-box ul li:nth-child(3n) {
  }

  .sinryou .list-box ul li span {
  }

  .sinryou .list-box ul li span::before {
    width: 18px;
    height: 18px;
    top: 4px;
    left: -25px;
  }

  .sinryou #main .list-box + .head-text {
    margin-top: 46px;
  }

  .sinryou .list-box2 {
    margin: 28px 0 0;
  }

  .sinryou .list-box2 h3 {
    font-size: 19px;
    margin-top: 27px;
    padding: 13px 10px 10px 46px;
    line-height: 1.3;
  }

  .sinryou .list-box2 h3::before {
    left: 15px;
    width: 23px;
    height: 21px;
    top: 14px;
  }

  .sinryou .list-box2 > ul {
    margin: 20px 10px 0;
  }

  .sinryou .list-box2 > ul > li {
    margin-bottom: 12px;
  }

  .sinryou .list-box2 > ul.style2 {
  }

  .sinryou .list-box2 > ul.style2 > li {
    margin-bottom: 16px;
  }

  .sinryou .list-box2 > ul > li::before {
    top: 5px;
    left: 0px;
  }

  .sinryou .list-box2 > ul > li > span {
    margin-left: 17px;
    display: block;
    line-height: 1.3;
  }

  .sinryou .list-box2 > ul > li > div {
    line-height: 1.5;
    margin-top: 10px;
  }

  .sinryou .list-box2 > ul > li > ul {
    margin-top: 9px;
  }

  .sinryou .list-box2 > ul > li > ul li {
    margin-bottom: 5px;
  }

  .sinryou .list-box2 > ul > li > ul li div span {
  }

  .sinryou #main .list-box2 + .head-text {
    margin-top: 53px;
  }

  .sinryou #main .block-wrap.no-border {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .sinryou .block-wrap.no-border .block-flow {
    margin: 63px auto 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sinryou .block-wrap.no-border .block-flow .block {
    width: 100%;
    margin-bottom: 38px;
    padding-bottom: 25px;
  }

  .sinryou .block-wrap.no-border .block-flow .block .img {
    width: 137px;
    margin: 0 0 0 0px;
  }

  .sinryou .block-wrap.no-border .block-flow .block::before {
    top: -38px;
  }

  .sinryou .block-wrap.no-border .block-flow .block:nth-child(1):before {
  }

  .sinryou .block-wrap.no-border .block-flow .block:nth-child(2):before {
  }

  .sinryou .block-wrap.no-border .block-flow .block:nth-child(3):before {
  }

  .sinryou .block-wrap.no-border .block-flow .block::after {
    content: "";
    width: 25px;
    height: 15px;
    display: block;
    position: absolute;
    top: inherit;
    bottom: -33px;
    right: 50%;
    margin-right: -12px;
    background-size: 100%;
    background-image: url(/online/ksp-online/resource/images/arrow4_sp.png);
  }

  .sinryou .block-wrap.no-border .block-flow .block:last-child:after {
    display: none;
  }

  .sinryou .block-wrap .block-flow .block {
  }

  .sinryou .block-wrap .block-flow .block .title {
    height: inherit;
    margin-top: 51px;
  }

  .sinryou .block-wrap .block-flow .block .title span {
    margin-top: 2px;
  }

  .sinryou .block-wrap .block-flow .block .imgwrap {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .sinryou .block-wrap .block-flow .block .imgwrap .img {
    width: calc(50% - 20px);
    margin-left: 0px;
  }

  .sinryou .block-wrap .block-flow .block .imgwrap .text {
    line-height: 1.4;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 11px;
  }

  .sinryou .block-wrap .block-flow .block .imgwrap .text br {
    display: block;
  }

  .sinryou .block-wrap .block-flow .block .imgwrap .text span {
    font-size: 18px;
  }

  .sinryou .block-wrap.no-border .block-flow .block:nth-child(3) {
    margin-bottom: 0;
  }

  .sinryou .block-wrap.no-border .block-flow .block:nth-child(2) .imgwrap {
  }

  .sinryou .block-wrap.no-border .block-flow .block:nth-child(3) .imgwrap {
  }

  .sinryou .block-wrap .block-flow .block:nth-child(2) .imgwrap .text {
  }

  .sinryou .block-wrap .block-flow .block:nth-child(3) .imgwrap .text {
  }

  .sinryou .block-wrap .block-flow .block:nth-child(3) .imgwrap .img {
    width: 140px;
    margin-right: 0;
  }

  .sinryou .block-wrap .block-flow .block:nth-child(2) .imgwrap .img {
    width: 140px;
    margin-right: 0;
  }

  .sinryou .atent {
    text-align: left;
    display: flex;
    font-size: 13px;
  }

  .sinryou .atent span {
    padding-right: 5px;
  }

  .sinryou .appointment {
  }

  .sinryou .appointment .btn::before {
  }

  .manual {
    padding: 52px 0 0px;
  }

  .manual .title {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .manual .banner {
    padding: 21px 0 22px;
    width: inherit;
    font-size: 24px;
  }

  /*syuugyou*/
  .soudan.syuugyou #header .inner {
  }

  .soudan.syuugyou #header .inner .left {
    left: 0;
  }

  .soudan.syuugyou #header .inner .left .fuki {
  }

  .soudan.syuugyou #header .inner .left .fuki::before {
  }

  .soudan.syuugyou #header .inner .left .title {
  }

  .soudan.syuugyou #header .inner .left .title2 {
  }

  .soudan.syuugyou #header .inner .left p {
  }

  .soudan.syuugyou #header .inner .left p.atention {
  }

  .soudan.syuugyou #header .inner .left .list {
  }

  .soudan.syuugyou #header .inner .left .list li {
  }

  .soudan.syuugyou #header .inner .left .list li::before {
  }

  .soudan.syuugyou #header .inner .left .atention {
  }

  .soudan.syuugyou #header .inner .left .atention.red {
  }

  .soudan.syuugyou .block3 .block .img {
    margin: 25px 0 0;
  }

  .soudan.syuugyou .block3 .block .title {
    width: calc(100% - 40px);
    padding: 13px 10px 13px;
    border-radius: 10px;
    max-width: inherit;
    margin-bottom: 19px;
  }

  .soudan.syuugyou .block3 .block:nth-child(2) .title {
    margin-bottom: 19px;
  }

  .soudan.syuugyou .block3 .block:nth-child(3) .title {
  }

  .soudan.syuugyou .block3 .block {
    height: inherit;
    padding-bottom: 41px;
  }

  h4.type2 span {
  }

  .soudan.syuugyou .block-wrap .img-box {
    margin-top: 37px;
  }

  .soudan.syuugyou .border-box {
    margin: 37px auto 0;
    border: none;
    padding: 0 40px 44px;
  }

  .soudan.syuugyou #page02 .border-box {
    margin: 10px auto 0;
  }

  .soudan.syuugyou .border-box h4.type2 {
  }

  .soudan.syuugyou .border-box p {
  }

  .soudan.syuugyou .border-box .table {
    margin: 29px 0 0;
  }

  .soudan.syuugyou .border-box .table .title {
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: #000;
  }

  .soudan.syuugyou .border-box .table table {
    margin: 20px 0;
  }

  .soudan.syuugyou .border-box .table table thead {
  }

  .soudan.syuugyou .border-box .table table th,
  .soudan.syuugyou .border-box .table table td {
  }

  .soudan.syuugyou .border-box .table table thead th,
  .soudan.syuugyou .border-box .table table thead td {
    padding: 6px 10px;
  }

  .soudan.syuugyou .border-box .table table thead th {
  }

  .soudan.syuugyou .border-box .table table thead td {
  }

  .soudan.syuugyou .border-box .table table tbody th,
  .soudan.syuugyou .border-box .table table tbody td {
    vertical-align: top;
    text-align: left;
  }

  .soudan.syuugyou .border-box .table table tbody th {
    width: 74px;
    text-align: center;
  }

  .soudan.syuugyou .border-box .table table tbody td {
    padding: 14px 10px;
  }

  .soudan.syuugyou .border-box .table table tbody td:nth-child(2) {
    width: 92px;
  }

  .h4-fttext {
    font-size: 14px;
  }

  .h4-fttext a {
  }

  .soudan.syuugyou .flow2 {
    margin: 28px auto 0;
    padding: 0 40px;
  }

  .soudan.syuugyou .flow2 .block {
    display: flex;
    flex-direction: column;
    margin-top: 66px;
  }

  .soudan.syuugyou .flow2 .block:first-child {
  }

  .soudan.syuugyou .flow2 .block::before {
    bottom: -40px;
  }

  .soudan.syuugyou .flow2 .block:last-child:before {
  }

  .soudan.syuugyou .flow2 .block .img {
    width: inherit;
    height: inherit;
  }

  .soudan.syuugyou .flow2 .block .img img {
    width: 100%;
  }

  .soudan.syuugyou .flow2 .block .right {
    width: inherit;
    margin: 20px 0 0;
  }

  .soudan.syuugyou .flow2 .block .right .title {
    display: flex;
    align-items: flex-start;
  }

  .soudan.syuugyou .flow2 .block .right .title span {
  }

  .soudan.syuugyou .flow2 .block .right .title span img {
  }

  .soudan.syuugyou .flow2 .block .right .title div {
    font-size: 21px;
  }

  .soudan.syuugyou .flow2 .block .right .catch {
  }

  .soudan.syuugyou .flow2 .block .right ul {
    margin-top: 11px;
  }

  .soudan.syuugyou .flow2 .block .right ul li {
    margin-top: 5px;
  }

  .soudan.syuugyou .flow2 .block .right ul li span {
  }

  .soudan.syuugyou .flow2 .block .right ul li div {
  }

  .soudan.syuugyou .btn-wrap {
    margin: 36px 40px 0;
  }

  .soudan.syuugyou .btn-wrap p {
    font-size: 14px;
    line-height: 1.5;
  }

  .soudan.syuugyou .btn-wrap a.btn {
    width: 100%;
    border-radius: 10px;
    padding: 14px 0 12px;
  }

  .soudan.syuugyou .btn-wrap a.btn span {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    display: inline-block;
  }

  .soudan.syuugyou .btn-wrap a.btn span::before {
    left: -15px;
  }

  .soudan.syuugyou .block-wrap.arrow {
    margin-bottom: 58px;
  }

  .soudan.syuugyou .block-wrap.arrow::before {
    width: 50px;
    height: 31px;
  }

  .soudan.syuugyou .block-wrap h3.num1 span::before {
  }

  .soudan.syuugyou .block-wrap h3.num2 span::before {
  }

  .soudan.syuugyou #main .head-text {
    margin-top: 17px;
  }

  .soudan.syuugyou #main .head-text span {
  }

  #main .head-text_atent {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
    margin-top: 14px;
  }

  /*202308追加 start*/

  .infomation {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .infomation .title {
    width: inherit;
    padding: 13px  18px 14px;
  }
  .infomation .text {
    padding: 14px 18px 11px;
  }

  .symptoms li {
    width: calc(25% - 20px);
    min-height: 160px;
  }
  .symptoms li a {
    padding: 8px 0px 13px;
  }
  .symptoms li:nth-child(5n) {
    margin-right: 25px;
  }
  .symptoms li:nth-child(4n) {
    margin-right: 0;
  }
  .symptoms li div {
    font-size: 17px;
  }

  .subpage #header .inner .titlewrap .img {
    margin: 0;
  }
  .subpage #header .inner {
    margin: 101px auto 30px;
  }

  /*202308追加 end*/

  /* main end */
}

@media screen and (min-width: 951px) {
  .pc.tb {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  /*202308追加 start*/

  .symptoms li {
    opacity: 1 !important;
    display: block !important;
  }

  /*202308追加 end*/

  /*animation start*/

  .over-effect2 {
    position: relative;
    overflow: hidden;
    transition: 0.2s all;
  }

  .over-effect2 div {
  }

  .over-effect2 div span {
    position: relative;
    z-index: 10;
  }

  .over-effect2 div::after {
    content: "";
    transition: 0.3s all;
    width: 200px;
    height: 100%;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -200px;
  }

  .over-effect2:hover div::after {
    left: 0;
    transition: 0.2s all;
  }

  #nav-wrap .btn:hover span {
    color: #409d11;
  }

  .sinryou #nav-wrap .btn:hover span {
    color: #0071c4;
  }

  /*animation end*/
}

@media screen and (min-width: 1618px) {
  #header .bg-wrap {
  }

  #header .catch {
    top: 13.9vw;
    right: calc(53.2vw + 69px);
    width: 32vw;
  }

  #header .catch > div:nth-child(1) {
    font-size: 2.25vw;
  }

  #header .catch > div:nth-child(2) {
  }

  #header .catch > div:nth-child(3) {
    font-size: 10px;
    margin-bottom: 63px;
  }

  #header .slide {
    width: 48.1vw;
  }

  #nav-wrap {
  }

  #header .catch {
    right: calc(47.8vw + 88px);
    max-width: 600px;
    width: 32vw;
    top: calc(8.2vw + 100px);
    right: inherit;
    left: 100px;
  }

  #header .inner {
  }
}

@media screen and (min-width: 2160px) {
  #header .bg-wrap {
  }
}

@media screen and (max-width: 767px) {
  /*--------------------------------------------------------------
  ----------------------------------------------------------------
  SP only
  ----------------------------------------------------------------
  ----------------------------------------------------------------*/
  .pc {
    display: none !important;
  }

  *:focus {
    outline: none;
  }

  .link .link-wrap .link-child {
    width: calc(72.5vw - 20px);
    min-width: inherit;
  }

  .a-gallery .g-body .g-child {
    width: calc(72.5vw - 20px);
    max-width: inherit;
    min-width: inherit;
  }

  /* header start */
  .soudan #header .inner {
  }

  #header .inner .left {
  }

  #header .inner .left .fuki {
  }

  #header .inner .left .fuki::before {
  }

  #header .inner .left .title {
  }

  #header .inner .left p {
  }

  .soudan #header .inner .left .fuki::before {
  }

  .soudan #header .inner .img {
  }

  /* header end */

  /* main start */
  #main .inner {
    padding: 0 20px;
  }

  .block-wrap .img-box .text {
    width: calc(100% - 30px);
  }

  .block-wrap .block-list {
    padding-left: 20px;
    padding-right: 10px;
  }

  .block-wrap .block-flow {
    padding-left: 15px;
    padding-right: 15px;
  }

  .soudan.syuugyou .border-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .soudan.syuugyou .flow2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .soudan.syuugyou .btn-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* main end */

  /*202308追加 start*/
  .center-text {
    padding: 0 10px;
  }
  .symptoms {
    margin: 28px 0 0;
    /* background-color: #f6f6f6; */
    border-radius: 10px;
    padding: 10px 10px 0;
  }
  .symptoms li {
    width: 100%;
    max-height: inherit;
    min-height: inherit;
    height: inherit;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .symptoms li a {
    width: 100%;
    padding: 7px 15px 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .symptoms li.multiplelines {
    text-align: left;
  }
  .symptoms li:nth-child(6n) {
    margin-right: 0;
  }
  .symptoms li:nth-child(5n) {
    margin-right: 0;
  }
  .symptoms li:nth-child(4n) {
    margin-right: 0;
  }
  .symptoms li img {
    width: 13vw;
    /* height: 100%; */
    margin-bottom: 0;
    margin-right: 15px;
  }
  .symptoms li div {
    font-size: 17px;
  }
  .symptoms .more {
    text-align: center;
    margin-top: 17px;
    padding-bottom: 27px;
    cursor: pointer;
    display: block;
  }
  .symptoms .more span {
    font-size: 19px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-right: 25px;
  }
  .symptoms .more span::before {
    content: "";
    position: absolute;
    top: 9px;
    right: -3px;
    display: block;
    width: 17px;
    height: 10px;
    background-size: 100%;
    background-image: url(/online/ksp-online/resource/images/arrow5_sp.png);
  }
  .symptoms .more.active span::before {
    transform: scale(1, -1);
  }

  .schedule {
    margin: 35px 0 49px;
  }
  .schedule .title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .schedule .box-wrap {
    padding: 3px 18px;
    display: flex;
    flex-direction: column;
    border: 2px solid #dcdcdc;
  }
  .schedule .box-wrap .box {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    padding: 18px 0 18px;
  }
  .schedule .box-wrap .box::before {
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: 0;
    left: 0;
    right: inherit;
  }
  .schedule .box-wrap .box span {
    min-width: 80px;
    margin-right: 32px;
  }
  .schedule .box-wrap .box div {
    margin-top: 0;
  }

  .schedule > ul {
    margin-top: 14px;
  }
  .schedule > ul li {
    font-size: 14px;
  }
  .subpage #header .inner {
    margin: 101px auto 30px;
  }
  .subpage #header .inner .titlewrap .img {
    width: 90px;
    height: 90px;
    margin: 0;
  }
  .subpage #header .inner .titlewrap .img img {
    width: 62px;
    height: 62px;
  }
  .subpage #header .inner .titlewrap .wrap {
    margin-left: 20px;
  }
  .subpage #header .inner .titlewrap .wrap .catchtext {
    font-size: 14px;
  }
  .subpage #header .inner .titlewrap .wrap .title {
    font-size: 30px;
  }
  .subpage #header .inner .titlewrap .wrap .title span {
    font-size: 18px;
  }
  .subpage #main {
    margin-top: 51px;
  }

  .subpage #main .contents {
    margin: 0 auto;
  }
  .subpage #main .contents .block {
  }
  .subpage #main .contents .block + .block {
    margin-top: 50px;
  }
  .subpage #main .contents .titlehead {
    padding-top: 26px;
  }
  .subpage #main .contents .titlehead span {
    padding-left: 75px;
  }
  .subpage #main .contents .textbody + .imgbody.full {
    margin-top: 27px;
  }

  .subpage #main .contents .list-box3 {
    margin: 40px 0 0;
  }

  .subpage #main .contents .list-box3 > ul > li {
    font-size: 16px;
    line-height: 1.45;
  }
  .subpage #main .contents .list-box3 > ul > li::before {
    top: 8px;
  }
  .subpage #main .contents .price-box {
    display: flex;
    flex-direction: column;
  }
  .subpage #main .contents .price-box.col2 {
  }
  .subpage #main .contents .price-box .box {
    margin-bottom: 40px;
    min-height: 32.3vw;
  }
  .subpage #main .contents .price-box.col2 .box {
    margin-right: 0;
    width: 100%;
  }
  .subpage #main .contents .price-box .box::before {
    top: inherit;
    right: inherit;
    bottom: -28px;
  }
  .subpage #main .contents .price-box.col3 .box {
    width: 100%;
    margin-right: 0;
  }
  .subpage #main .contents .price-box .box:last-child {
    margin-bottom: 0;
  }
  .subpage #main .contents .head-text span {
    line-height: 1.8;
  }
  .subpage #main .contents .symptoms {
  }
  .subpage #main .contents .symptoms li {
    max-height: inherit;
    height: inherit;
    width: 100%;
    min-height: inherit;
    margin-right: inherit;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
  }
  .subpage #main .contents .symptoms li:nth-child(6n) {
    margin-right: 0;
  }
  .subpage #main .contents .symptoms li:nth-child(5n) {
    margin-right: 0;
  }
  .subpage #main .contents .symptoms li:nth-child(4n) {
  }

  .subpage .appointment {
    margin-top: 40px;
  }

  .subpage #main .contents .block.bg-symptoms {
    margin-bottom: 30px;
  }
  .btn-back {
    width: 230px;
    height: 50px;
    line-height: 50px;
  }

  .btn-back span {
    font-size: 14px;
    padding-left: 21px;
  }
  .btn-back span::before {
    width: 14px;
    height: 12px;
    left: -4px;
  }

  /*202308追加 end*/
}
