@charset "utf-8";

/* CSS Document */
/*sunny用に追加が必要なcssを記述*/
.sunny_cont {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.sunny_cont2 {
  max-width: 784px;
  width: 100%;
  margin: 0 auto;
}

.tokkyo {
  margin: 25px 0;
}

.flexArea {
  display: flex;
}

#p01 {
  transform: translateY(-20%);
}

#p02 {
  position: absolute;
  transform: translate(-150%, 50%);
}

#p03 {
  margin-top: 30px;
}

#parent {
  max-width: 846px;
  width: 100%;
  position: relative;
  z-index: 1;
}

#catch01 {
  position: absolute;
  top: 10px;
  right: 10%;
  max-width: 340px;
  width: 100%;
  height: auto;
  padding: 10px 0;
  text-align: left;
}

#catch01 p {
  margin-top: 1em;
}

#box01 {
  transform: translateY(85%);
}

#box02 {
  transform: translateY(50%);
}

.txt01 {
  padding-left: 5px;
  font-style: italic;
}

#txt02,
#txt03 {
  text-align: right;
}

.txt04 {
  /*  padding: 0 15px;*/
  text-align: left;
}

#txt05 {
  margin-top: 70px;
}

#txt06 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contBox {
  width: 100%;
}

.contBox p {
  max-width: 329px;
  width: 100%;
  padding: 10px 0;
}

.contCircle {
  width: 170px;
  height: auto;
  padding-top: 15px;
}

#arrow_right {
  margin: 20px 15px;
}

#arrow_down {
  display: none;
}

.square {
  margin: 40px 0 15px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 77px;
  border-radius: 10px;
  background: #84cbc7;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

#checkBox {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

#checkBox li {
  text-indent: -60px;
  padding-left: 60px;
}

#checkBox li img {
  position: relative;
  top: 5px;
}

.circle {
  display: inline-block;
  width: 178px;
  height: 178px;
  line-height: 1.5;
  border-radius: 50%;
  background: #84cbc7;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.justify {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}

.justify_4clm {
  width: calc(25% - 10px);
  height: auto;
}

.patent2 {
  flex: 0 0 270px;
  text-align: right;
}

/*レスポンシブデザイン*/
@media screen and (max-width:768px) {
  #parent {
    height: 300px;
  }

  #catch01 {
    max-width: 100%;
    top: 100px;
    right: 0;
  }

  #catch01 h3 {
    text-align: center;
  }

  .flexArea {
    display: block;
  }

  .patent2 {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  #box01 {
    transform: translateY(0%);
  }

  #box02 {
    transform: translateY(0%);
  }

  #txt02 {
    text-align: left;
  }

  #txt03 {
    text-align: center;
    margin-bottom: 30px;
  }

  #arrow_down {
    display: block;
    margin: 10px auto;
  }

  #arrow_right {
    display: none;
  }

  .square {
    height: auto;
    line-height: 50px;
  }

  .justify {
    display: block;
    text-align: center;
  }

  .justify img {
    display: block;
    margin: 20px auto;
  }

  .circle {
    width: 150px;
    height: 150px;
  }

  .contBox {
    text-align: center;
  }

  .contBox p {
    margin: 0 auto;
    text-align: left;
  }

  .contCircle {
    width: auto;
    margin: 0 auto 10px auto;
    text-align: left;
  }

  #checkBox li {}

  #checkBox li img {
    position: relative;
    top: 10px;
  }

  .justify_4clm {
    max-width: 243px;
    width: 100%;
    height: auto;
  }
}
