#medical-treatment {
  padding-top: 125px;
  background-color: #edf7f7;
  padding-bottom: 100px;
}

.mt-medical-treatment-wrap {
  margin: 40px auto 0;
  max-width: 1200px;
  overflow: hidden;
}

.mt-left-menu {
  max-width: 260px;
  width: 260px;
  float: left;
}

.mt-right-contents {
  max-width: 910px;
  width: 80%;
  float: right;
  background-color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}

.mt-menu-item {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px solid #edf7f7;
}

.mt-menu-item h2 {
  font-size: 16px;
  color: #393939;
}

.mt-menu-item:after {
  content: '';
  background: url('../images/medical-treatment-arrow.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -12px;
}

.mt-menu-item:hover {
  opacity: 0.6;
}

.mt-menu-active {
  background-color: #ffeefa;
}

.mt-contents-title {
  width: 100%;
  background-color: #5cc9c7;
  color: #ffffff;
  padding: 5px 20px;
  box-sizing: border-box;
}

.mt-contents-title h1 {
  color: #ffffff;
  font-size: 26px;
}

.mt-contents-title p {
  font-size: 18px;
}

.mt-contents-text {
  margin-top: 40px;
}

.mt-contents-text p a {
  color: #0070c0;
  text-decoration: solid;
}

.mt-contents-text p span {
  color: #0a8a89;
  font-size: 20px;
}

.mt-step {
  width: 100%;
  border-top: 1px solid #78c6c6;
  margin-top: 20px;
}

.mt-step-row {
  padding: 32px 20px;
  border-left: 1px solid #78c6c6;
  border-right: 1px solid #78c6c6;
  border-bottom: 1px solid #78c6c6;
  overflow: hidden;
  position: relative;
}

.mt-triangle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #78c6c6 transparent transparent transparent;
  border-width: 20px 30px 0 30px;
}

.mt-step-no {
  position: absolute;
}

.mt-step-text-contents {
  float: left;
  max-width: 565px;
  width: 74%;
  padding-left: 100px;
  box-sizing: border-box;
}

.mt-step-text-contents h3 {
  font-size: 20px;
  line-height: 32px;
  color: #212121;
}

.mt-step-text-contents p {
  font-size: 18px;
  line-height: 30px;
  color: #212121;
  margin-top: 10px;
}

.mt-step-img {
  float: right;
  width: 24%;
  max-width: 162px;
}

.mt-related-contents {
  margin-top: 100px;
}

.mt-related-contents-title {
  background-color: #f4f4f4;
  border-left: 3px solid rgba(61, 136, 136, 1);
  padding: 10px;
}

.mt-related-contents-title h3 {
  font-size: 20px;
  color: #0b8a89;
}

.mt-related-contents-row {
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 10px;
}

.mt-related-contents-item:nth-child(3n) {
  margin-right: 0;
}

.mt-related-contents-item {
  max-width: 256px;
  width: 30%;
  margin-right: 4%;
  border: 1px solid #78c6c6;
  border-radius: 5px;
  box-shadow: 1px 4px #0b8a89;
  float: left;
}

.mt-related-contents-img {
  margin: 0 auto;
  padding: 5px;
}

.mt-related-contents-text {
  margin-top: 16px;
  padding: 0 16px;
  box-sizing: border-box;
  height: 160px;
  color: #212121;
}

.mt-related-contents-text span {
  color: #c9389f;
  font-size: 18px;
}

.mt-related-contents-link {
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}

.mt-related-contents-link span {
  color: #c9389f;
}

.mt-related-contents-link:after {
  content: '';
  background: url('../images/medical-treatment-arrow.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -12px;
}

.pc-none {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  #medical-treatment {
    padding-bottom: 100px;
  }

  .mt-left-menu {
    display: none;
  }

  .mt-right-contents {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .mt-medical-treatment-wrap {
    padding: 0px 16px;
  }

  .mt-right-contents {
    padding: 16px;
  }

  .mt-step-text-contents {
    float: none;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }

  .mt-step-text-contents h3 {
    text-align: center;
    padding-top: 40px;
  }

  .mt-step-img {
    float: none;
    width: 162px;
    max-width: 162px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .mt-step-no {
    top: -11px;
    left: -8px;
  }

  .mt-related-contents-item {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    float: none;
    margin-bottom: 20px;
  }

  .mt-related-contents-text {
    height: auto;
  }

  .mt-related-contents-img img {
    width: 100%;
  }

  .km-sc-quiz-start {
    /*margin: -16px !important;*/
  }
}

@media only screen and (max-width: 768px) {
  #medical-treatment {
    padding: 50px 0 20px;
  }
}

.km-sc-quiz-start {
  position: relative;
  /*margin: -40px;*/
  text-align: center;
}

.km-sc-bg {
  position: relative;
  width: 100%;
}

.km-sc-title {
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: 2;
  width: 25%;
}

.km-sc-quiz-start-comment {
  position: absolute;
  top: 5%;
  left: 30%;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  z-index: 900;
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .km-sc-quiz-start-comment {
    font-size: 15px;
  }

  .sc-row-left {
    width: 57% !important;
  }

  .sc-row-right {
    width: 32% !important;
  }
}

.km-sc-commentary-board {
  position: absolute;
  bottom: -1.9%;
  left: 5%;
  z-index: 2;
  width: 22%;
}

.km-sc-board1 {
  position: absolute;
  bottom: 16%;
  right: 14%;
  z-index: 2;
  width: 17%;
}

.km-sc-board2 {
  position: absolute;
  bottom: 24.5%;
  left: 33%;
  z-index: 2;
  width: 17%;
}

.km-sc-board3 {
  position: absolute;
  top: 37%;
  right: 31%;
  z-index: 2;
  width: 17%;
}

.km-sc-flag1 {
  position: absolute;
  bottom: 28%;
  right: 20%;
  z-index: 2;
  width: 13%;
}

.km-sc-flag2 {
  position: absolute;
  bottom: 36%;
  left: 30.5%;
  z-index: 2;
  width: 13%;
}

.km-sc-flag3 {
  position: absolute;
  top: 19%;
  right: 37.5%;
  z-index: 2;
  width: 13%;
}

img.off,
img.on {
  display: none;
}

img.active {
  display: block !important;
}

/* */

.sc-commentary-title {
  width: 100%;
  font-size: 22px;
  color: #0a8a89;
  text-align: center;
  margin: 60px auto 0;
}

.sc-commentary-title h2 {
  font-size: 33px !important;
}

.sc-commentary-subtitle {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.sc-commentary-text {
  text-align: center;
  margin-top: 30px;
}

.sc-commentary-contents {
  padding: 28px 30px;
  margin-top: 35px;
  background-color: #fffbee;
}

.sc-commentary-category-title {
  font-size: 20px;
  text-align: center;
  color: #212121;
}

.sc-anker-wrap {
  margin: 44px auto 0;
  max-width: 548px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 14px;
}

.sc-l-btn {
  float: left;
}

.sc-r-btn {
  float: right;
}

.sc-anker-btn {
  width: 40%;
}

.sc-anker-btn a {
  display: block;
  width: 100%;
  line-height: 50px;
  position: relative;
  background-color: #c9389f;
  box-shadow: 0px 4px 0px 0px rgba(139, 28, 107, 0.9);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sc-anker-btn a:after {
  content: '';
  background: url('../images/arrow-anker-white.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.sc-anker-btn a {
  color: #ffffff;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
}

.sc-anker-btn a:hover {
  background-color: #db57b5;
  box-shadow: 0 2px 0 0 rgb(180, 93, 155);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.sc-commentary-group {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 0 30px;
}

.sc-commentary-row {
  padding: 30px 0;
  border-bottom: 1px solid #088a89;
  overflow: hidden;
}

.sc-commentary-row:last-child {
  border-bottom: none;
}

.sc-commentary-ttl-text {
  font-size: 20px;
  font-weight: bold;
  color: #0a8a89;
}

.sc-row-left {
  max-width: 440px;
  width: 100%;
  float: left;
}

.sc-row-left ul {
  margin-top: 24px;
}

.sc-row-left ul li {
  margin-bottom: 10px;
  color: #0a8a89;
  text-indent: -19px;
  padding-left: 19px;
}

.sc-row-left ul li:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #0a8a89;
  margin-right: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.sc-row-left ul li span {
  color: #000000;
}

.sc-row-left h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0a8a89;
}

.sc-row-right {
  max-width: 248px;
  width: 100%;
  float: right;
  box-sizing: border-box;
  margin-top: 10px;
}

.sc-row-right-img09 {
  width: 86%;
}

.sc-mt-30 {
  margin-top: 30px;
}

.pc-none {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }

  .pc-none {
    display: block !important;
  }

  .sc-commentary-title {
    width: 100%;
    margin: 20px auto 0;
    font-size: 23px;
    text-align: left;
  }

  .sc-commentary-subtitle {
    margin-top: 0;
    text-align: left;
  }

  .sc-commentary-text {
    text-align: left;
    margin-top: 20px;
  }

  .sc-anker-btn {
    width: 46%;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    background-color: #c9389f;
    border-radius: 25px;
    text-align: center;
  }

  .sc-anker-btn a {
    line-height: 1.2em;
    text-align: center;
    padding: 10px 20px 10px 10px;
  }

  .sc-anker-wrap {
    margin: 30px auto 0;
  }

  .sc-commentary-contents {
    padding: 0;
    background-color: transparent;
    margin-top: 22px;
  }

  .sc-anker-btn :after {
    width: 15px;
    height: 15px;
    top: 57%;
  }

  .sc-commentary-group {
    margin-top: 10px;
    padding: 0px 10px 10px;
  }

  .sc-commentary-category-title {
    font-size: 23px;
  }

  .sc-row-left h4 {
    font-size: 14px;
  }

  .sc-commentary-ttl-text {
    font-size: 23px;
  }

  .sc-commentary-row {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .sc-row-left ul {
    margin-top: 18px;
  }

  .sc-row-left {
    max-width: 100%;
    float: none;
  }

  .sc-row-right {
    max-width: 100%;
    float: none;
    padding: 10px 10px 0;
    box-sizing: border-box;
  }

  .km-sc-commentary-board {
    bottom: -0.6%;
    left: 4%;
    width: 50%;
  }

  .km-sc-board1.active {
    bottom: 19%;
    right: 5%;

    width: 30%;
  }

  .km-sc-board2 {
    bottom: 25.5%;
    left: 7%;

    width: 30%;
  }

  .km-sc-board2 {
    display: none;
  }

  .km-sc-board3 {
    top: 50%;
    right: 28%;

    width: 30%;
  }

  .km-sc-board3 {
    display: none;
  }

  .km-sc-flag1 {
    bottom: 29%;
    right: 1%;

    width: 28%;
  }

  .km-sc-flag2 {
    bottom: 34%;
    left: 11%;

    width: 28%;
  }

  .km-sc-flag3 {
    top: 36%;
    right: 30.5%;

    width: 28%;
  }

  .sc-row-left ul li:before {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }

  .sc-row-left ul li {
    text-indent: -14px;
    padding-left: 14px;
  }

  .sc-commentary-title h2 {
    font-size: 18px !important;
  }
}
