@charset "UTF-8";
img {
  width: 100%;
}

.noto_sans {
  font-family: "Noto Sans SC", sans-serif;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif SC", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.backcolor {
  background-color: #F5F5F5;
}

#index .title--bottomline {
  color: #0D6521;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1em;
}
#index .title--bottomline:after, #index .title--bottomline:before {
  content: "";
  position: absolute;
  bottom: -26px;
  width: 60px;
  height: 2px;
  background-color: #0D6521;
}
@media screen and (max-width:800px) {
  #index .title--bottomline:after, #index .title--bottomline:before {
    bottom: -23px;
    width: 10%;
  }
}
#index .title--bottomline:after {
  left: 50%;
}
#index .title--bottomline:before {
  right: 50%;
}
#index .more_link {
  max-width: 380px;
  width: 74%;
}
#index .more_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0D6521;
  background-color: #fff;
  border-radius: 5px;
  color: #0D6521;
  font-weight: bold;
  padding: 28px 0;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #index .more_link a {
    font-size: 3.7vw;
    padding: 5.3vw 0;
  }
}
#index .more_link a .cart_icon {
  margin-right: 18px;
}
#index .more_link a .more_txt {
  position: absolute;
  bottom: 7px;
  right: 21px;
  width: 22%;
}
@media screen and (max-width:800px) {
  #index .more_link a .more_txt {
    position: absolute;
    bottom: 6%;
    right: 5%;
  }
}
#index #section01 {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 85px;
}
#index #section01 .section__in {
  width: 100%;
  height: 39.53vw;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #index #section01 .section__in {
    width: 100%;
    height: auto;
  }
}
#index #section01 .whiteback {
  width: 67.35vw;
  position: absolute;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 0;
  top: 0;
  left: 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback {
    width: 92%;
    height: auto;
    position: relative;
  }
}
#index #section01 .whiteback .intextbox {
  position: relative;
  /*background-color: rgba(255,0,0,0.1);*/
  width: calc(67.75vw - (100vw - 1100px) / 2);
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox {
    width: 62.75vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox {
    padding-bottom: 50vw;
    height: auto;
    width: 100%;
    display: block;
    align-items: center;
    padding-left: 10%;
    padding-right: 8%;
  }
}
#index #section01 .whiteback .intextbox .taglines {
  position: absolute;
  left: 0;
  top: 1em;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox .taglines {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .taglines {
    position: relative;
    left: auto;
    top: auto;
    font-size: 3.6vw;
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
}
#index #section01 .whiteback .intextbox .taglines .font--green {
  color: #0D6521;
}
#index #section01 .whiteback .intextbox .flex_center {
  width: 69%;
  max-width: 550px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .flex_center {
    width: 100%;
  }
}
#index #section01 .whiteback .intextbox .flex_center .mv_icon {
  position: absolute;
  bottom: -79%;
  right: -17%;
  display: block;
  width: 37%;
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .flex_center .mv_icon {
    bottom: auto;
    top: -27%;
    right: -6%;
    width: 28%;
  }
}
#index #section01 .whiteback .intextbox h1 {
  font-size: 43px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox h1 {
    font-size: 3.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox h1 {
    font-size: 7.4vw;
  }
}
#index #section01 .whiteback .intextbox .base_text {
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1200px) {
  #index #section01 .whiteback .intextbox .base_text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #index #section01 .whiteback .intextbox .base_text {
    font-size: 4.4vw;
  }
}
#index #section01 .photocontena {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 41.14%;
  border-radius: 0 0 0 10px;
}
@media screen and (max-width:800px) {
  #index #section01 .photocontena {
    border-radius: 10px 0 0 10px;
    width: 76%;
    position: relative;
    top: auto;
    right: auto;
    margin: -42vw 0 0 auto;
  }
}
#index #section02 {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding-top: 67px;
}
@media screen and (max-width:800px) {
  #index #section02 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#index #section02 .section__in {
  width: 81%;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #index #section02 .section__in {
    height: auto;
  }
}
#index #section02 p {
  line-height: 2em;
}
#index #section02 .title--leftline {
  padding-left: 18px;
  border-left: 5px solid #0D6521;
  margin-bottom: 50px;
  line-height: 1.6em;
}
@media screen and (max-width:800px) {
  #index #section02 .title--leftline {
    border-left: 2px solid #0D6521;
    padding-left: 11px;
    margin-bottom: 22px;
    line-height: 1.6em;
  }
}
#index #section02 .title--bottomline {
  color: #0D6521;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1em;
  text-align: center;
}
#index #section02 .title_block {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 120px;
}
@media screen and (max-width:800px) {
  #index #section02 .title_block {
    margin-top: 92px;
  }
}
#index #section02 .title_block .title_content {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
#index #section02 .title_block h2 {
  margin-bottom: 24px;
}
#index #section02 .botan_center {
  text-align: center;
  margin: 38px auto 0;
}
@media screen and (max-width:800px) {
  #index #section02 .botan_center {
    margin: 44px auto 0;
  }
}
#index #section02 .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #index #section02 .box {
    display: block;
  }
}
#index #section02 .box .block_text_wrap {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section02 .box .block_text_wrap {
    width: 100%;
  }
}
#index #section02 .box .block_content_wrap {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section02 .box .block_content_wrap {
    width: 100%;
    margin-top: 14px;
  }
}
#index #section02 .box.box--reverse {
  flex-direction: row-reverse;
}
#index #section02 figcaption {
  margin-top: 10px;
}
#index #section02 .cultivation_wrap {
  width: 84%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap {
    margin-top: 50px;
    background-color: #F0F7F3;
  }
}
#index #section02 .cultivation_wrap .cultivation_in {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
  padding: 42px 0 40px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in {
    background-color: #fff;
    padding: 38px 4% 22px;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .wrap_title {
  text-align: center;
  margin-bottom: 50px;
}
#index #section02 .cultivation_wrap .cultivation_in .item_title {
  color: #0D6521;
  text-align: center;
}
#index #section02 .cultivation_wrap .cultivation_in .item_text {
  margin-top: 10px;
  line-height: 195%;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .item_text {
    margin-top: 7px;
    line-height: 186%;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_box {
  margin-top: 88px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_box {
    margin-top: 48px;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_box .item_contents {
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_box .item_contents {
    margin-top: 68px;
    width: 100%;
    max-width: 100vw;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_list {
    display: block;
    margin-top: 53px;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_list .cultivation_item {
  width: 48%;
}
@media screen and (max-width:800px) {
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_list .cultivation_item {
    width: 100%;
  }
  #index #section02 .cultivation_wrap .cultivation_in .cultivation_list .cultivation_item:last-child {
    margin-top: 20px;
  }
}
#index #section02 .cultivation_wrap .cultivation_in .cultivation_list .cultivation_item .item_contents {
  margin-top: 24px;
}
#index #section02 .bg_wht {
  background-color: #fff;
  padding-top: 122px;
  padding-bottom: 160px;
  margin-top: 140px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht {
    padding-bottom: 80px;
    padding-top: 57px;
    margin-top: 30px;
  }
  #index #section02 .bg_wht .section__in {
    width: 90%;
  }
}
#index #section02 .bg_wht.bg_wht--bottom {
  margin-top: 0;
  padding-top: 84px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht.bg_wht--bottom {
    padding-top: 38px;
    padding-bottom: 150px;
  }
}
#index #section02 .bg_wht ul.qa_list {
  width: 100%;
}
#index #section02 .bg_wht ul.qa_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht ul.qa_list li {
    margin-bottom: 20px;
  }
}
#index #section02 .bg_wht ul.qa_list li .contena_q {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 2em 0.75em 0.75em;
  background-color: #F0F7F3;
  position: relative;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht ul.qa_list li .contena_q {
    width: 100%;
    padding: 0.75em 0.75em 2em 0.75em;
  }
}
#index #section02 .bg_wht ul.qa_list li .contena_q::after {
  content: "";
  width: 1.25em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/shinjigyo/syubyokaihatsu/icon_yaji.png) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht ul.qa_list li .contena_q::after {
    width: 100%;
    height: 1.25em;
    background: url(../images/shinjigyo/syubyokaihatsu/icon_yaji_sp.png) no-repeat center;
    background-size: 100% 100%;
    top: auto;
    bottom: 0;
  }
}
#index #section02 .bg_wht ul.qa_list li .contena_a {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 1em 0.75em 0.75em;
  background-color: #F9FCFA;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht ul.qa_list li .contena_a {
    width: 100%;
  }
}
#index #section02 .bg_wht ul.qa_list li i {
  width: 28px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht ul.qa_list li i {
    width: 7%;
  }
}
#index #section02 .bg_wht ul.qa_list li .text {
  width: calc(100% - 38px);
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht ul.qa_list li .text {
    width: 90%;
  }
}
#index #section02 .bg_wht .trouble_list .trouble_item {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  padding: 0px 23px;
  background-color: #F0F7F3;
  margin-top: 8px;
}
#index #section02 .bg_wht .trouble_list .trouble_item:nth-child(odd) {
  background-color: #F9FCFA;
}
#index #section02 .bg_wht .trouble_list .trouble_item:first-child {
  margin-top: 0;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .trouble_list .trouble_item {
    padding: 2vw 5%;
  }
  #index #section02 .bg_wht .trouble_list .trouble_item:last-child {
    background: url(../images/shinjigyo/syubyokaihatsu/trouble_end.png) no-repeat center/100% 100%;
    padding-bottom: 18vw;
  }
}
#index #section02 .bg_wht .trouble_list .trouble_item .item_trouble,
#index #section02 .bg_wht .trouble_list .trouble_item .item_answer {
  width: 46%;
  text-indent: -0.5em;
  padding-left: 0.5em;
  padding: 10px 0;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .trouble_list .trouble_item .item_trouble,
  #index #section02 .bg_wht .trouble_list .trouble_item .item_answer {
    width: 100%;
  }
}
#index #section02 .bg_wht .trouble_list .trouble_item .item_trouble.item_troubleno,
#index #section02 .bg_wht .trouble_list .trouble_item .item_answer.item_troubleno {
  text-indent: 0em;
  padding-left: 0em;
}
#index #section02 .bg_wht .trouble_list .trouble_item .item_trouble.item_troubleno span,
#index #section02 .bg_wht .trouble_list .trouble_item .item_answer.item_troubleno span {
  display: inline-block;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
#index #section02 .bg_wht .trouble_list .trouble_item .item_arw {
  width: 2%;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .trouble_list .trouble_item .item_arw {
    width: 0;
  }
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .trouble_list.trouble_list--answer .trouble_item:first-child {
    background: url(../images/shinjigyo/syubyokaihatsu/answer_start.png) no-repeat center/100% 100%;
    padding-top: 16vw;
  }
  #index #section02 .bg_wht .trouble_list.trouble_list--answer .trouble_item:last-child {
    background: #F0F7F3;
    padding-bottom: 2vw;
  }
}
#index #section02 .bg_wht .flow_list {
  background: url(../images/shinjigyo/syubyokaihatsu/sec4_block_bg.png) no-repeat center/100% 100%;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list {
    background: url(../images/shinjigyo/syubyokaihatsu/sec4_block_bg_sp.png) no-repeat center/100% 100%;
  }
}
#index #section02 .bg_wht .flow_list .item_title,
#index #section02 .bg_wht .flow_list .item_num {
  text-align: center;
  display: block;
  color: #0D6521;
}
#index #section02 .bg_wht .flow_list .item_num {
  font-style: normal;
  margin-bottom: 14px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .item_num {
    margin-bottom: 2vw;
  }
}
#index #section02 .bg_wht .flow_list .item_text {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  margin-top: 5px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .item_text {
    margin-top: 3vw;
  }
}
#index #section02 .bg_wht .flow_list .flow_item {
  padding: 70px 24px 22px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .flow_item {
    padding: 19vw 5% 15vw;
  }
}
#index #section02 .bg_wht .flow_list .flow_item:first-child {
  padding-top: 30px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .flow_item:first-child {
    padding-top: 5vw;
  }
}
#index #section02 .bg_wht .flow_list .flow_item01 {
  padding: 30px 24px 22px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .flow_item01 {
    padding: 5vw 5% 15vw 5%;
  }
}
#index #section02 .bg_wht .flow_list .flow_item02 {
  padding: 70px 24px 22px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .flow_item02 {
    padding: 5vw 5% 15vw 5%;
  }
}
#index #section02 .bg_wht .flow_list .flow_item03 {
  padding: 70px 24px 22px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .flow_item03 {
    padding: 5vw 5% 20vw 5%;
  }
}
#index #section02 .bg_wht .flow_list .flow_item04 {
  padding: 70px 24px 22px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .flow_item04 {
    padding: 5vw 5% 15vw 5%;
  }
}
#index #section02 .bg_wht .flow_list .flow_item05 {
  padding: 70px 24px 22px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .flow_item05 {
    padding: 5vw 5% 7.5vw 5%;
  }
}
#index #section02 .bg_wht .flow_list .item_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 700px;
  margin-top: 22px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .item_list {
    flex-wrap: wrap;
  }
}
#index #section02 .bg_wht .flow_list .item_list .list_item {
  background-color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:900px) {
  #index #section02 .bg_wht .flow_list .item_list .list_item {
    width: 17.778vw;
    height: 17.778vw;
  }
}
@media screen and (max-width:900px) and (max-width:800px) {
  #index #section02 .bg_wht .flow_list .item_list .list_item {
    width: 38vw;
    height: 38vw;
  }
  #index #section02 .bg_wht .flow_list .item_list .list_item:nth-last-child(2), #index #section02 .bg_wht .flow_list .item_list .list_item:last-child {
    margin-top: 4vw;
  }
}
#index #section02 .bg_wht .wrap_title {
  text-align: center;
  color: #0D6521;
  margin-bottom: 84px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .wrap_title {
    margin-bottom: 54px;
  }
}
#index #section02 .bg_wht .wrap_title--copy {
  margin-bottom: 0;
  margin-top: 36px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_wht .wrap_title--copy {
    line-height: 1.4em;
    margin-top: 11vw;
    margin-bottom: 7vw;
  }
}
#index #section02 .bg_grn {
  background-color: #F0F7F3;
  padding-top: 80px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_grn {
    padding-top: 37px;
  }
}
#index #section02 .bg_grn.bg_grn--bottom {
  padding-top: 92px;
  padding-bottom: 120px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_grn.bg_grn--bottom {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
#index #section02 .bg_grn.bg_grn--bottom .title_block {
  color: #0D6521;
  margin-top: 10px;
}
#index #section02 .bg_grn.bg_grn--bottom .sec_title {
  margin-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
}
#index #section02 .bg_grn.bg_grn--bottom .sec_title:after {
  content: "";
  position: absolute;
  top: 55%;
  left: 3.7em;
  height: 2px;
  width: 130px;
  background-color: #0D6521;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_grn.bg_grn--bottom .sec_title:after {
    height: 1px;
    width: 7em;
  }
}
#index #section02 .bg_grn.bg_grn--bottom .box {
  margin-top: 47px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_grn.bg_grn--bottom .box {
    margin-top: 20px;
  }
}
#index #section02 .bg_grn.bg_grn--bottom .box.box--auth {
  margin-top: 0;
}
#index #section02 .bg_grn.bg_grn--bottom .box.box--auth .box_title {
  margin-bottom: 18px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_grn.bg_grn--bottom .box.box--auth .box_title {
    margin-bottom: 44px;
  }
}
#index #section02 .bg_grn.bg_grn--bottom .box.box--auth .block_text_wrap {
  width: 77%;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_grn.bg_grn--bottom .box.box--auth .block_text_wrap {
    width: 100%;
  }
}
#index #section02 .bg_grn.bg_grn--bottom .box.box--auth .block_content_wrap {
  width: 20%;
  padding-top: 45px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_grn.bg_grn--bottom .box.box--auth .block_content_wrap {
    padding-top: 0;
    width: 100%;
  }
}
#index #section02 .bg_grn.bg_grn--bottom .cultivation_wrap .box_title {
  color: #0D6521;
}
#index #section02 .bg_grn.bg_grn--bottom .cultivation_wrap .cultivation_in {
  padding-top: 66px;
}
@media screen and (max-width:800px) {
  #index #section02 .bg_grn.bg_grn--bottom .cultivation_wrap .cultivation_in {
    padding-top: 22px;
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=shinjigyo_syubyokaihatsu.css.map */