@charset "UTF-8";

.contents {
  padding: 100px 0 0;
}

section {
  overflow: hidden;
}

.sectionTitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem !important;
  position: relative;
  margin-left: 60px;
}

.sectionTxt {
  margin-top: 40px;
  line-height: 2.6rem;
}


.aboutMessage {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.aboutMessage .sectionTitle::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 41px;
  background-image: url(../images/cherry.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -60px;
}

.aboutMessage div {
  width: 40%;
}

.aboutMessage img {
  width: 100%;
}

.greeting {
  margin-top: 80px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.greeting::after {
  content: '';
  display: inline-block;
  width: 110px;
  height: 108px;
  background-image: url(../images/messageLeaf.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -50px;
  right: 0;
}

.greeting .sectionTitle::before {
  content: '';
  display: inline-block;
  width: 56px;
  height: 34px;
  background-image: url(../images/rainbow.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -60px;
}

.greeting div {
  width: 40%;
  margin: 0 auto;
}


.activity {
  margin-top: 80px;
}

.activity .activityTitle {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.activity .activityTitle .sectionTitle {
  position: relative;
}

.activity .activityTitle .sectionTitle::before {
  content: '';
  display: inline-block;
  width: 55px;
  height: 50px;
  background-image: url(../images/bird.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -60px;
  top: 20px;
}

.activity .activityTitle .tree {
  width: 30%;
  text-align: center;
}

.activity .activityTitle ul {
  margin-top: 40px;
}

.activity .activityTitle li {
  font-size: 1.4rem;
  margin-top: 20px;
  font-weight: bold;
  list-style: disc;
  margin-left: 20px;
}

.activity .activityList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.activity .activityList li {
  width: 31.33333%;
  width: -webkit-calc(94% / 3);
  width: calc(94% / 3);
  margin-top: 40px;
  padding: 0 1%;
}

.activity .activityList li img {
  width: 100%;
}

.activity .activityList p {
  margin-top: 20px;
  line-height: 1.4rem;
}

.girl {
  margin-top: 80px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.girl::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 34px;
  background-image: url(../images/girlLeaf.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0px;
  left: -70px;
}

.girl .sectionTitle {
  position: relative;
}

.girl .sectionTitle::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 65px;
  background-image: url(../images/flower.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -60px;
}

.girl div .sectionTxt {
  padding-right: 20px;
}

.girl .pic {
  width: 100%;
}

.girl .girlPic {
  width: 60%;
  margin: 0 auto;
}

.girl div img {
  width: 100%;
}

.investigation {
  margin-top: 80px;
  position: relative;
}

.investigation::after {
  content: '';
  display: inline-block;
  width: 208px;
  height: 67px;
  background-image: url(../images/investigationLeaf.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  right: 90px;
}

.investigation .sectionTitle {
  position: relative;
}

.investigation .sectionTitle::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 49px;
  background-image: url(../images/ribon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -60px;
  top: 20px;
}

.investigation .investigationList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.investigation .investigationList li {
  width: 23.33333%;
  width: -webkit-calc(70% / 3);
  width: calc(70% / 3);
  margin-top: 40px;
  padding: 0 5%;
}

.investigation p {
  line-height: 2rem;
  margin-top: 20px;
}

.investigation .name {
  font-size: 1.2rem;
  font-weight: bold;
}

.investigation .juria {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 60px;
}

.investigation .juria div {
  width: 40%;
}

.symptom {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: end;
  margin-top: 80px;
}

.symptom .sectionTitle {
  position: relative;
}

.symptom .sectionTitle::before {
  content: '';
  display: inline-block;
  width: 51px;
  height: 57px;
  background-image: url(../images/flower02.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -60px;
}

.symptom .pic {
  width: 30%;
}

.symptom div .sectionTxt {
  padding-right: 130px;
}

.cloud {
  margin-top: 100px;
  width: 100%;
}

.cloud img {
  width: 100%;
}

.advice {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
}

.advice .sectionTitle {
  position: relative;
}

.advice .sectionTitle::before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 48px;
  background-image: url(../images/sun.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -60px;
}

.advice ul {
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.advice ul li {
  width: 21%;
  margin-top: 20px;
}

.advice ul li img {
  width: 100%;
}

.advice .name {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: bold;
}

.advice .hospital {
  margin-top: 10px;
  line-height: 1.4rem;
}

.advice .field {
  background-color: #e8537d;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
}





@media only screen and (max-width: 780px) {

  .contents {
    padding: 50px 0 0;
  }

  .aboutMessage {
    display: block;
  }

  .aboutMessage div {
    width: 100%;
  }

  .sectionTxt {
    margin-top: 20px;
    line-height: 2.2rem;
  }

  .sectionTitle {
    font-size: 1.4rem;
    line-height: 2rem !important;
  }

  .greeting {
    margin-top: 40px;
    display: block;
  }

  .greeting div {
    width: 100%;
    margin-top: 20px;
  }

  .greeting .greetingPic {
    width: 70%;
    margin: 0 auto;
  }

  .greeting .greetingPic img {
    width: 100%;
  }

  .activity {
    margin-top: 40px;
  }

  .activity .activityTitle {
    display: block;
  }

  .activity .activityTitle ul {
    margin-top: 20px;
  }

  .activity .activityTitle li {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .activity .activityTitle .tree {
    width: 40%;
    margin-left: 60%;
    margin-top: -20%;
  }

  .activity .activityList li {
    width: -webkit-calc(94% / 2);
    width: calc(94% / 2);
  }

  .girl {
    margin-top: 40px;
    display: block;
  }

  .girl .pic {
    width: 60%;
    margin: 40px auto 0;
  }

  .investigation::after {
    top: 50px;
    right: 10px;
  }


  .investigation .investigationList li {
    margin-top: 30px;
    padding: 0 0%;
    width: 49%;
  }

  .investigation p {
    margin-top: 10px;
  }

  .investigation .juria {
    display: block;
    margin-top: 30px;
  }

  .investigation .juria div {
    width: 100%;
  }

  .symptom {
    display: block;
    margin-top: 40px;
  }

  .symptom div .sectionTxt {
    padding-right: 0;
  }

  .symptom .pic {
    width: 70%;
    margin: 20px auto 0;
  }

  .cloud {
    margin-top: 50px;
  }

  .advice {
    padding: 40px 0 0;
    width: 95%;
    margin: 0 auto;
  }

  .advice ul {
    margin-top: 30px;
  }

  .advice ul li {
    width: 49%;
  }



  .activity .activityTitle .tree img {
    width: 100%;
  }

  .investigation .investigationList li img {
    width: 100%;
  }

  .investigation .juria div img {
    width: 100%;
  }

  .symptom .pic img {
    width: 100%;
  }
}
