.greetingCont {
  margin-bottom: 27px;
}
.greetingCont .subtittleCont .tittle.green {
  color: #00c300;
  border-top: solid 2px #00c300;
  border-bottom: solid 2px #00c300;
}

.line {
  background-image: url(img/icon_line.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 60px;
  min-height: 50px;
}

.mt27 {
  margin-top: 27px;
}

.mt50 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  main #intro.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main #intro.flex > div:nth-child(1) {
  padding-right: 20px;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  main #intro.flex > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
main #intro.flex > div:nth-child(2) {
  padding-right: 20px;
  position: relative;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  main #intro.flex > div:nth-child(2) {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-top: 10px;
  }
}
main a.add {
  background-color: #00c300;
  display: block;
  padding: 12px;
  border-radius: 25px;
  color: #fff;
  line-height: 100%;
  text-align: center;
}
main a.doctor {
  margin-top: -8px;
}
main p {
  font-size: 13px;
}
main p.ids {
  font-size: 18px;
}
main p.ids span {
  font-size: 24px;
  color: #00c300;
  display: inline-block;
  margin-left: 20px;
}
main .contents .hiroshima {
  border-top: 1px #ccc solid;
  margin-top: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  main .contents .hiroshima .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .contents .hiroshima a {
    margin-top: 10px;
  }
}
main h3.label {
  background-color: #00c300;
  display: inline-block;
  padding: 6px 15px;
  min-width: 120px;
  color: #fff;
  position: relative;
  font-weight: normal;
}
main h3.label:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 0 10px;
  border-color: transparent transparent transparent #00c300;
  position: absolute;
  right: -10px;
  top: 0;
}
main #method {
  margin-top: 35px;
}
main #method .borderBox {
  border: 1px #00c300 solid;
  padding: 15px;
}
main #method .ttl {
  color: #00c300;
  font-size: 16px;
  line-height: 100%;
}
main #method .ttl span {
  display: inline-block;
  background-color: #00c300;
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  margin-right: 5px;
}
main #method ul {
  margin-top: 10px;
}
main #method ul li {
  margin-bottom: 8px;
  line-height: 130%;
  font-size: 15px;
}
main #method ul li span {
  color: #00c300;
}
main #method .border {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  main #method .border {
    padding-left: 0;
    padding-top: 15px;
    margin-top: 10px;
  }
}
main #method .border:before {
  content: "";
  display: block;
  width: 1px;
  height: 150px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  main #method .border:before {
    width: 100%;
    height: 1px;
  }
}
@media only screen and (max-width: 768px) {
  main #method .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .point {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  main .point img {
    width: 100%;
  }
}
main .instafb figure {
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  main .instafb .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .instafb .flex > div:nth-child(1) {
  width: 70%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  main .instafb .flex > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
main .instafb .flex > div:nth-child(2) {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  main .instafb .flex > div:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main .instafb .flex .linkBtn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 15px;
  }
}
main .instafb .flex .linkBtn > div {
  width: 47.5%;
  padding-right: 0;
}
main .instafb .flex a {
  background-color: #ee7386;
  display: block;
  padding: 12px;
  border-radius: 25px;
  color: #fff;
  line-height: 100%;
  text-align: center;
}

main .qrImg {
  width: 120px;
}
main .pc {
  display: inline;
}
main .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  main .pc {
    display: none;
  }
  main .sp {
    display: inline;
  }
  main .qrImg {
    float: right;
  }
  main .qr {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .qr {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .mainCont {
    margin-bottom: 50px;
  }
}