/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}

dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column2 ul li {
  width: 49%;
  margin-top: 20px;
}

.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column3 ul li {
  width: 32%;
  margin-top: 20px;
}

.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}

.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}

.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}

.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}

.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}

.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
#grobalNav {
  z-index: 700;
}

#top_img {
  margin-top: 70px;
  padding-top: 50%;
  background: url(grp/top_img01.jpg);
  background-size: contain;
}

@media print, screen and (max-width: 1200px) {
  #top_img {
    margin-top: 120px;
  }
}

@media print, screen and (max-width: 1200px) {
  #top_img {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #top_img {
    margin-top: 64px;
  }
}

#breadcrumb {
  display: none;
}

#main_space {
  position: relative;
}

#main_space > article {
  min-height: 600px;
  position: relative;
}

#main_space > article > section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#main_space > article > section h2 {
  font-size: 35px;
  line-height: 52.5px;
  font-size: 2.1875rem;
  line-height: 3.28125rem;
  letter-spacing: 1em;
  padding-left: 1em;
}

#main_space > article > section > section {
  position: relative;
  margin: 50px 0 0 0;
}

#main_space > article > section > section:nth-child(1) {
  margin-top: 30px;
}

#main_space > article > aside {
  position: absolute;
  bottom: -60px;
  right: 0;
}

#main_space > article > aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main_space > article > aside ul li {
  margin: 0 10px 0 0;
}

#main_space > article > aside ul li a {
  display: block;
  background: white;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: .5em .5em .3em .5em;
  border: 1px solid silver;
  border-bottom: none;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #333333;
}

#main_space > article > aside ul li a i {
  margin: 0 .3em 0 0;
  color: #00afea;
}

@media print, screen and (max-width: 1200px) {
  #main_space > article > section h2 {
    font-size: 32px;
    line-height: 48px;
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  #main_space > article > section h2 {
    font-size: 30px;
    line-height: 45px;
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
  #main_space > article > aside {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #main_space > article > section h2 {
    font-size: 28px;
    line-height: 42px;
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}

#tirasi {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

#tirasi ul {
  margin: 100px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#tirasi ul li {
  width: 49%;
}

@media print, screen and (max-width: 1200px) {
  #tirasi ul {
    padding: 0 20px;
    margin: 50px auto 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  #tirasi ul {
    margin: 0 auto;
    display: block;
  }
  #tirasi ul li {
    width: auto;
    margin-top: 50px;
  }
}

#for_main_page {
  position: absolute;
  top: -140px;
  top: -240px;
  left: 50px;
  z-index: 100;
}

#for_main_page a img:nth-child(2) {
  display: none;
}

#for_main_page a:hover img:nth-child(1) {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media print, screen and (max-width: 1200px) {
  #for_main_page {
    position: static;
    top: auto;
    left: auto;
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    padding: 0 10px;
  }
  #for_main_page a {
    display: inline-block;
  }
  #for_main_page a img:nth-child(1) {
    display: none;
  }
  #for_main_page a img:nth-child(2) {
    display: block;
  }
}

article#garden {
  background: url(grp/cat.png) left 30px bottom 50px no-repeat;
  padding-top: 50px;
  padding-bottom: 80px;
  margin-top: 30px;
}

article#garden > section {
  border-top: 5px solid #523525;
  -webkit-box-shadow: 0px 0px 8px 0px #eeece6;
  box-shadow: 0px 0px 8px 0px #eeece6;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
}

article#garden > section > h2 {
  background: #ff9b22;
  color: white;
  padding: .5em 1em .3em 2em;
  display: inline-block;
  border-top: 2px solid #5f4118;
  border-bottom: 2px solid #5f4118;
}

article#garden > section > section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

article#garden > section > section > div > div:nth-child(1) {
  width: 55%;
}

article#garden > section > section > div > div:nth-child(1) figure:nth-of-type(2) {
  display: none;
}

article#garden > section > section > div > div:nth-child(2) {
  width: 40%;
}

article#garden > section > section#sintiku > div::after {
  content: url(grp/fruits.png);
  position: absolute;
  top: -230px;
  right: -80px;
}

article#garden > section > section#josou > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

article#garden > section > section#josou > div::before {
  content: url(grp/camera.png);
  position: absolute;
  top: -80px;
  left: -30px;
}

article#garden > section > section#josou > div > div:nth-child(2) figure img:nth-of-type(2) {
  display: none;
}

article#garden > section > section#tree > div::before {
  content: url(grp/family.png);
  bottom: -30px;
  left: 43%;
  position: absolute;
  z-index: 50;
}

article#garden > section > section#tree > div > div:nth-child(2) figure img:nth-of-type(2) {
  display: none;
}

article#garden > aside {
  bottom: 0;
}

@media print, screen and (max-width: 1200px) {
  article#garden {
    background: none;
  }
  article#garden > section > section#sintiku > div::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  article#garden > section {
    padding: 60px 20px;
  }
  article#garden > section > section > div {
    text-align: left;
  }
  article#garden > section > section > div > div:nth-child(1) {
    width: auto;
  }
  article#garden > section > section > div > div:nth-child(1) figure:nth-of-type(1) {
    display: none;
  }
  article#garden > section > section > div > div:nth-child(1) figure:nth-of-type(2) {
    display: block;
  }
  article#garden > section > section > div > div:nth-child(2) {
    width: 70%;
    margin-top: -30%;
  }
  article#garden > section > section#josou > div::before {
    left: auto;
    right: 10px;
    top: -200px;
  }
  article#garden > section > section#josou > div > div:nth-child(2) figure img:nth-of-type(1) {
    display: none;
  }
  article#garden > section > section#josou > div > div:nth-child(2) figure img:nth-of-type(2) {
    display: block;
  }
  article#garden > section > section#tree > div::before {
    content: "";
    left: auto;
    right: 0;
    bottom: auto;
    top: 20px;
  }
  article#garden > section > section#tree > div > div:nth-child(2) figure img:nth-of-type(1) {
    display: none;
  }
  article#garden > section > section#tree > div > div:nth-child(2) figure img:nth-of-type(2) {
    display: block;
  }
}

article#car {
  background: url(grp/car_back.png) top 20px center repeat-x, url(grp/mati.png) bottom center repeat-x, #1f89e9;
  padding: 60px 0;
  margin-bottom: 0;
}

article#car > section {
  padding: 60px 0;
}

article#car > section > h2 {
  color: white;
}

article#car > section > section {
  background: white;
  padding: 30px;
  border-radius: 10px;
}

article#car > section > section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

article#car > section > section > div figure:nth-child(1) {
  width: 40%;
}

article#car > section > section > div figure:nth-child(2) {
  width: 57%;
}

article#car > section > section > div figure:nth-child(3), article#car > section > section > div figure:nth-child(4) {
  display: none;
}

article#car > section > section#fuyasu {
  margin-right: 10%;
}

article#car > section > section#fuyasu > div > div:nth-child(2)::after {
  content: url(grp/car.png);
  position: absolute;
  bottom: -10px;
  right: 100px;
}

article#car > section > section#fuyasu > figure {
  position: absolute;
  right: -80px;
  bottom: -30px;
  z-index: 11;
}

article#car > section > section#fuyasu > figure img {
  border: 5px solid white;
  border-radius: 10px;
}

article#car > section > section#fuyasu::before {
  content: url(grp/boy.png);
  position: absolute;
  top: 20px;
  right: -200px;
  z-index: 2;
}

article#car > section > section#yane {
  margin-left: 10%;
}

article#car > section > section#yane > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

article#car > section > section#yane > div > div:nth-child(2) {
  position: relative;
}

article#car > section > section#yane > div > div:nth-child(2)::after {
  content: url(grp/hari.png);
  position: absolute;
  bottom: 0;
  right: 0;
}

article#car > section > section#yane::before {
  content: url(grp/girl.png);
  position: absolute;
  bottom: 20px;
  left: -200px;
  z-index: 2;
}

article#car > aside {
  bottom: 0;
}

@media print, screen and (max-width: 1200px) {
  article#car > section {
    padding: 60px 20px;
  }
  article#car > section > section#fuyasu {
    margin-right: 0;
  }
  article#car > section > section#fuyasu::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
  }
  article#car > section > section#yane {
    margin-left: 0;
  }
  article#car > section > section#yane > div > div:nth-child(2)::after {
    content: "";
  }
  article#car > section > section#yane::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
  }
}

@media only screen and (max-width: 768px) {
  article#car > section > section > div {
    display: block;
  }
  article#car > section > section > div figure:nth-child(1) {
    display: none;
  }
  article#car > section > section > div figure:nth-child(2) {
    display: none;
  }
  article#car > section > section > div figure:nth-child(3), article#car > section > section > div figure:nth-child(4) {
    display: block;
  }
  article#car > section > section > div figure:nth-child(4) {
    margin-top: 10px;
  }
}

article#garden_reform {
  padding: 80px 0 80px 0;
  background: url(grp/dougu.png) top 70px left 20px no-repeat, url(grp/mawari_bg1.png) top center repeat-x, url(grp/mawari_bg2.png) bottom center repeat-x, white;
  margin: 0 auto;
}

article#garden_reform > section > div {
  padding: 30px 0 0 0;
}

article#garden_reform > section > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article#garden_reform > section > div ul li {
  margin-top: 30px;
  width: 49%;
}

article#garden_reform > aside {
  bottom: 22px;
}

@media only screen and (max-width: 768px) {
  article#garden_reform {
    background: url(grp/mawari_bg1.png) top center repeat-x, url(grp/mawari_bg2.png) bottom center repeat-x, white;
    padding-top: 100px;
    margin: 0 0 0 0;
  }
  article#garden_reform > section > h2 {
    margin-top: 70px;
    letter-spacing: .5em;
  }
  article#garden_reform > section > div ul {
    display: block;
  }
  article#garden_reform > section > div ul li {
    width: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  article#garden_reform {
    padding-top: 50px;
  }
}

article#mawari {
  padding: 60px 0 80px 0;
  margin: 0 auto;
  background: url(grp/mawari_bg.png);
}

article#mawari > section {
  background: url(grp/mawari2_bg.png);
  border-radius: 15px;
  position: relative;
  padding: 60px;
}

article#mawari > section > h2 {
  position: relative;
  letter-spacing: .5em;
  padding: .5em 1.5em .5em 2em;
  display: inline-block;
  border: 3px solid #07b7e2;
  border-radius: 10px;
  background: #f9f9f9;
}

article#mawari > section > h2::before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #07b7e2 transparent transparent transparent;
}

article#mawari > section > h2::after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

article#mawari > section div#mawari_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

article#mawari > section div#mawari_box section {
  width: 30%;
}

article#mawari > section div#mawari_box section h3 {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  background: #fff8e3;
  border-radius: 10px;
  padding: .5em 0 .3em 0;
}

article#mawari > section div#mawari_box section figure {
  margin-top: 10px;
}

article#mawari > section::before {
  content: url(grp/flag01.png);
  position: absolute;
  top: -40px;
  left: -50px;
}

article#mawari > section::after {
  content: url(grp/flag02.png);
  position: absolute;
  top: -40px;
  right: -50px;
}

article#mawari > section figure#girl02 {
  position: absolute;
  bottom: 10px;
  right: -130px;
}

article#mawari > section figure#dog02 {
  position: absolute;
  bottom: 10px;
  left: -80px;
}

article#mawari > aside {
  bottom: 0;
}

@media print, screen and (max-width: 1200px) {
  article#mawari > section figure#girl02 {
    display: none;
  }
  article#mawari > section figure#dog02 {
    display: none;
  }
  article#mawari > section::before {
    left: 0;
  }
  article#mawari > section::after {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  article#mawari {
    padding-top: 160px;
    background: url(grp/hosi.png) top center repeat-x, #6ad5e8;
    margin: 0 0 0 0;
  }
  article#mawari > section {
    background: none;
    padding: 0 20px 60px 20px;
  }
  article#mawari > section::before {
    content: "";
  }
  article#mawari > section::after {
    content: "";
  }
}

@media only screen and (max-width: 480px) {
  article#mawari > section div#mawari_box {
    display: block;
    margin-top: 0;
  }
  article#mawari > section div#mawari_box section {
    margin-top: 30px;
    width: auto;
  }
}

#flow {
  background: url(grp/step_bg.png);
  padding: 80px 0;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 5px 0px #73542b;
  box-shadow: 0px 0px 5px 0px #73542b;
}

#flow > section {
  position: relative;
  background: white;
  padding: 60px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px #73542b;
  box-shadow: 0px 0px 5px 0px #73542b;
}

#flow > section > h2 {
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0 10px 1em;
}

#flow > section > h2::before, #flow > section > h2::after {
  position: absolute;
  content: '';
}

#flow > section > h2::after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

#flow > section > h2::before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

#flow > section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#flow > section ul li {
  width: 30%;
  background: white;
  margin-top: 60px;
  border: 2px solid #1f89e9;
}

#flow > section ul li > p {
  position: relative;
  display: inline-block;
  margin: -60px 0 20px 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #70a6ff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#flow > section ul li > p::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}

#flow > section ul li > p span {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  line-height: 90px !important;
}

#flow > section ul li > div {
  padding: 20px 20px 40px 20px;
}

#flow > section ul li > div h3 {
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}

#flow > aside {
  bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  #flow {
    margin: 0 0 0 0 !important;
  }
  #flow > section {
    padding: 70px 20px 60px 20px;
  }
  #flow > section h2 {
    width: 80%;
  }
  #flow > section ul li {
    width: 45%;
  }
}

#for_hps {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

#for_hps > h2 {
  font-size: 35px;
  line-height: 52.5px;
  font-size: 2.1875rem;
  line-height: 3.28125rem;
}

#for_hps > p {
  margin-top: 20px;
}

#for_hps > div {
  width: 860px;
  max-width: 100%;
  position: relative;
  padding: 100px 80px;
  margin: 30px auto 0 auto;
  background: rgba(255, 102, 102, 0.5);
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

#for_hps > div > h3 {
  font-size: 27px;
  line-height: 40.5px;
  font-size: 1.6875rem;
  line-height: 2.53125rem;
}

#for_hps > div > div {
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 0 0 0 0;
  margin: 5px auto 0 auto;
}

#for_hps > div > div a {
  text-decoration: none;
  color: white;
  background: #329e63;
  display: inline-block;
  padding: .5em 10px .3em 10px;
  border-radius: 5px;
}

#for_hps > div > div a i {
  margin: 0 .3em 0 0;
}

#for_hps > div > div a:hover {
  background: #257470;
}

#for_hps > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#for_hps > div ul li {
  width: 49%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 30px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

#for_hps > div ul li h4 {
  width: 5em;
  margin: 0 15px 0 0;
  font-weight: bold;
  color: #28622c;
}

#for_hps > div ul li p {
  font-size: 25px;
  line-height: 37.5px;
  font-size: 1.5625rem;
  line-height: 2.34375rem;
}

#for_hps > div ul li p i {
  font-size: 17px;
  line-height: 25.5px;
  font-size: 1.0625rem;
  line-height: 1.59375rem;
  margin: 0 .3em 0 0;
}

#for_hps > div ul li:nth-child(1) {
  width: 100%;
}

#for_hps > div > p {
  position: absolute;
  top: -30px;
  right: -20px;
}

#for_hps > div::after {
  content: url(grp/arrow.png);
  position: absolute;
  top: -10px;
  left: 10px;
}

@media print, screen and (max-width: 1200px) {
  #for_hps {
    width: auto;
  }
  #for_hps > h2 {
    font-size: 32px;
    line-height: 48px;
    font-size: 2rem;
    line-height: 3rem;
  }
  #for_hps div {
    width: auto;
    padding: 130px 0;
  }
  #for_hps div > h3 {
    font-size: 24px;
    line-height: 36px;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

@media only screen and (max-width: 768px) {
  #for_hps {
    padding: 60px 0 100px 0;
  }
  #for_hps div {
    padding: 80px 80px;
    width: calc(100% - 20px);
  }
  #for_hps div > h3 {
    font-size: 22px;
    line-height: 33px;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
  #for_hps div > p {
    position: absolute;
    top: auto;
    bottom: -120px;
    right: -20px;
  }
  #for_hps div ul {
    display: block;
  }
  #for_hps div ul li {
    width: auto;
  }
  #for_hps div ul li > p {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  #for_hps {
    padding-bottom: 60px;
  }
  #for_hps > h2 {
    font-size: 24px;
    line-height: 36px;
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-align: left;
    padding: 0 10px;
  }
  #for_hps div {
    padding: 50px 0 50px 0;
    border-radius: 10px;
  }
  #for_hps div > p {
    position: absolute;
    top: auto;
    bottom: -150px;
    right: -20px;
  }
  #for_hps div::after {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */