@charset "UTF-8";
/* CSS Document */
/* privacyArea */
.flowArea {
  height: auto;
  padding-top: 50px;
  padding-bottom: 150px;
}
.flowArea .inner {
  max-width: 1100px;
}
.flowArea .inner .flowlist li {
  display: grid;
  grid-template-columns: 2fr 8fr;
  font-size: 17px;
  padding: 20px;
  background-color: #fff;
  border: 5px solid #00baba;
  border-radius: 15px;
  position: relative;
}
.flowArea .inner .flowlist li:not(:first-child) {
  margin-top: 100px;
}
.flowArea .inner .flowlist li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #00baba transparent transparent transparent;
  background: transparent;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate3d(-50%, 50%, 0);
}
.flowArea .inner .flowlist li .ttl {
  float: left;
  font-size: 30px;
  font-weight: bold;
  color: #a2c21f;
  text-align: center;
  padding: 20px 25px 20px 5px;
  border-right: 1px solid #3c3c3c;
}
.flowArea .inner .flowlist li .txt {
  float: right;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  line-height: 2;
}
.flowArea .inner .flowlist li .txt p {
  font-size: 18px;
  text-align: justify;
}
.flowArea .inner .flowlist li .txt h3 {
  color: #85b200;
  font-size: 28px;
  font-weight: 700;
  padding: 0.2em 0;
}
.flowArea .inner .flowlist li .txt .fs14 {
  font-size: 14px;
}

@media screen and (max-width: 1750px) {
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
  .flowArea .inner .flowlist li {
    grid-template-columns: 1fr;
  }
  .flowArea .inner .flowlist li .ttl {
    border: none;
  }
  .flowArea .inner .flowlist li .ttl img {
    max-width: 230px;
  }
}

@media screen and (max-width: 897px) and (orientation: landscape) {
}

@media screen and (max-width: 767px) {
  .flowArea {
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .flowArea > .inner {
    width: 100%;
    padding: 0 5vw;
  }
  .flowArea .inner .flowlist li {
    border: 3px solid #00baba;
    padding: 5vw;
  }
  .flowArea .inner .flowlist li .ttl {
    padding: 0;
  }
  .flowArea .inner .flowlist li .txt {
    padding-right: 0;
    padding-left: 0;
  }
  .flowArea .inner .flowlist li .txt h3 {
    line-height: 1.618;
    font-size: 22px;
    margin-bottom: 5px;
  }
  .flowArea .inner .flowlist li .txt p {
    line-height: 1.618;
    font-size: 15px;
  }
  .flowArea .inner .flowlist li .txt p:not(:first-child) {
    margin-top: 0.8em;
  }
  /* 2020/10/08 delete /yamashita */
  /* .flowArea .inner .flowlist li:nth-child(odd) .ttl {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
        border-right: none;
    } */
  /* .flowArea .inner .flowlist li:nth-child(odd) .ttl img{
		width:120px;
	}
	.flowArea .inner .flowlist li:nth-child(odd) .txt {
		float: none;
		width: 100%;
		padding-right: 0;
		line-height: 1.6;
	}
	.flowArea .inner .flowlist li:nth-child(odd) .txt h3{
		font-size:22px;
	}
	
	.flowArea .inner .flowlist li:nth-child(odd) .txt p {
        font-size: 16px;
    }
	.flowArea .inner h3{
        font-size: 20px;
        margin-bottom: 5px;
    } */
}

@media screen and (max-width: 650px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 380px) {
}
