@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
 background-image: url(""),url("");
 background-repeat: repeat-y;
 background-position: left, right;
z-index: 9999999!important;
}
@media screen and (max-width: 973px) {
   #main {
 background : no-repeat;
} 
    
}

#main {
  background-color: #efeeed;
        padding-bottom: 120px;
}
#main > div {
  margin: 0 auto;
  width: 100%;
}
#main .mainVisual {
  margin-bottom: 0px;
  position: relative;
}
#main .mainVisual .mainImg img {
  width: 100%;
}
#main .mainVisual.comShopBtn img {
  width: 200%;
}
#main2 {
 width: 100%; /*サイドバナー設置時92%*/
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
 #main2 {
 width: 100%;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
  .sp_img img {
    width: 95% !important;
  }
}
.top_img {
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 57.1%;
  background: url('../images/soypro-pc_top_v3.jpg') 0 0 no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.top_img_02 {
  width: 100%;
    height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 52.08333333%;
  background: url('../images/soypro-pc_top_v4.jpg') 0 0 no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1440px){
		  .top_img_02 {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 57.1%;
    background: url('../images/soypro-tab_top_v4.jpg') 0 0 no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .top_img {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 137.35%;
    background: url('../images/soypro-sp_top_v3.jpg') 0 0 no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
  }
	  .top_img_02 {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 136.9333%;
    background: url('../images/soypro-sp_top_v4.jpg') 0 0 no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
  }
}
.sec01_1 {
  position: absolute;
  top: 68%;
  left: 116vw;
  width: 90%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.sec01_1 img {
  width: 9vw;
}
.sec01_2 {
  position: absolute;
  top: 52%;
  left: 66vw;
  width: 90%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.sec01_2 img {
  width: 35vw;
}
@media screen and (max-width: 767px) {
  .sec01_1 {
    position: absolute;
    top: 10%;
    left: 118vw;
    width: 90%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec01_1 img {
    width: 20vw;
  }
  .sec01_2 {
    position: absolute;
    top: 79%;
    left: 48vw;
    width: 94%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec01_2 img {
    width: 100vw;
  }
}

.sec01_3 {
  position: absolute;
      top: 50.5%;
    left: 50%;
    width: 72vw;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.sec01_3 img {
  width: 100vw;
}
@media only screen and (min-width: 768px) and (max-width: 1440px){
	.sec01_3 {
  position: absolute;
  top: 51%;
  left: 50%;
  width: 97%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.sec01_3 img {
  width: 100vw;
}
}
@media screen and (max-width: 767px) {
  .sec01_3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec01_3 img {
    width: 100vw;
  }
}

.view_area_2{
	width: 100%;
	margin: 0 auto;
}

.content_02_s {
	background: url('../images/soypro-60_bg.jpg') 0 0;
  background-size: cover;
  position: relative;
  margin: 0 auto;
	width: 100%;
	padding: 0%;
}

.content_02_s .sec02 {
	max-width: 1040px;
	padding: 5% 3%;
	text-align: center;
}
.content_02_s .sec02 img {
	width: 95%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
.content_02_s .sec02 img {
	width: 85%;
}
	
}



.content_02 {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0% 0px;
}

.sec02 {
  margin: 0 auto;
  padding: 5% 4%;
}
.sec02 img {
	width: 100%;
}


.content_03 {
  background: url('../images/soypro-03_bg_s.jpg') 0 0;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%;
}

.sec03 {
  text-align: center !important;
}
.sec03 img {
  width: 80%;
  max-width: 1000px;
  padding: 4% 2%;
}


.content_04 {
   width: 100%;
	max-width: 1040px;	
  margin: 0 auto;
}
.sec04 {
  margin: 0 auto;
  text-align: center;
  width: 96%;
}
.sec04:nth-child(2){
	margin: 0 auto;
  text-align: center;
  width: 80%;
	padding: 5% 5%;
}
.sec04 img{
  width: 100%;
}


.content_05 {
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 63%;
  background: url('../images/soypro-05_bg.jpg') 0 0 no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.sec05 {
  position: absolute;
  top: 54%;
  left: 66vw;
  width: 90%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.sec05 img {
  width: 56vw;
	max-width: 1000px;
}
.content_06 {
  margin: 0 auto;
  width: 100%; max-width: 1040px;
  text-align: center !important;
  padding: 5% 0px;
}
.sec06_1 {
  width: 100%;
  padding: 0px 1% 10%;
  text-align: center !important;
}
.sec06_2 {
  width: 100%;
  padding: 0px 0px 5%;
  text-align: center !important;
}
.sec06_3 {
  width: 100%;
  padding: 0px 0px 5%;
  text-align: center !important;
}
.sec06_4 {
  width: 100%;
  text-align: center !important;
}
.sec06_5 {
  width: 100%;
  padding: 7% 0px 0px;
}
.content_07 {
  background: url('../images/soypro-10_bg.jpg') 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%;
}
.content_07_bc {
  background-color: #efeeed;
  width: 100%; max-width: 1040px;
  margin: 0 auto;
}
.sec07_1 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%; max-width: 1040px;
  padding-bottom: 5%;
}
.sec07_2 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%; max-width: 1040px;
  padding-bottom: 5%;
}
.sec07_2 img {
    width: 95%;
}


.sec07_2_text {
  margin: 0 auto;
  width: 95%;
}
.sec07_2_text p {
  font-size: 1.1em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 30px 30px;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec07_2_text p {
    padding: 7% 0px 0px;
  }
}
.sec07_3 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%; max-width: 1040px;
  padding-bottom: 5%;
}
.sec07_3 img {
    width: 95%;
}
.sec07_4 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%; max-width: 1040px;
  padding-bottom: 0px;
}
.content_07_bc2 {
  width: 100%; max-width: 1040px;
  margin: 0 auto;
}
.sec07_5 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%; max-width: 1040px;
  padding: 10% 0px;
}
.sec07_6 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 95%; max-width: 1040px;
  padding-bottom: 100px;
}
.sec07_7 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 95%; max-width: 1040px;
  padding-bottom: 100px;
}
.sec07_8 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 95%; max-width: 1040px;
  padding-bottom: 100px;
}
.sec07_9 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 95%; max-width: 1040px;
  padding-bottom: 100px;
}
.sec07_10 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 95%; max-width: 1040px;
  padding-bottom: 100px;
}
.sec07_11 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 95%; max-width: 1040px;
  padding-bottom: 100px;
}
.sec07_12 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 95%; max-width: 1040px;
  padding-bottom: 100px;
}
.sec07_l_text {
  position: absolute;
  top: 60%;
  left: 22.5%;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
     z-index: 20;
}
.sec07_l_text p {
  font-size: 2.2rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 30px 30px;
  line-height: 1.7em;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}
.sec07_l_img{
    z-index: 10;
}
.sec07_l2_text {
  position: absolute;
  top: 47%;
  left: 22.5%;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
    z-index: 20;
}
.sec07_l2_text p {
  font-size: 2.2rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 30px 30px;
  line-height: 1.7em;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}
.sec07_l3_text {
  position: absolute;
  top: 53%;
  left: 22.5%;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
    z-index: 20;
}
.sec07_l3_text p {
  font-size: 2.2rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 30px 30px;
  line-height: 1.7em;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}
.sec07_l4_text {
  position: absolute;
  top: 51%;
  left: 22.5%;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
    z-index: 20;
}
.sec07_l4_text p {
  font-size: 2.2rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 30px 30px;
  line-height: 1.7em;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}
.sec07_l2_img{
    z-index: 10;
}
.sec07_l3_img{
    z-index: 10;
}
.sec07_l4_img{
    z-index: 10;
}
.sec07_r_text {
  position: absolute;
  top: 50%;
  left: 77.5%;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
    z-index: 20;
}
.sec07_r_text p {
  font-size: 2.2rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 30px 30px;
  line-height: 1.7em;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}
.sec07_r_img{
    z-index: 10;
}
.sec07_r2_text {
  position: absolute;
  top: 53%;
  left: 77.5%;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
    z-index: 20;
}
.sec07_r2_text p {
  font-size: 2.2rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 30px 30px;
  line-height: 1.7em;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}
.sec07_r2_img{
    z-index: 10;
}
@media print, screen and (max-width: 1040px) and (min-width: 768px) {
  .sec07_l_text {
    position: absolute;
    top: 50%;
    left: 22.5%;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_l_text p {
    font-size: 1.7vw;
    padding: 20px 20px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
  .sec07_l2_text {
    position: absolute;
    top: 45%;
    left: 22.5%;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_l2_text p {
    font-size: 1.7vw;
    padding: 20px 20px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
      .sec07_l3_text {
    position: absolute;
    top: 45%;
    left: 22.5%;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_l3_text p {
    font-size: 1.7vw;
    padding: 20px 20px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
          .sec07_l4_text {
    position: absolute;
    top: 45%;
    left: 22.5%;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_l4_text p {
    font-size: 1.7vw;
    padding: 20px 20px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
    
    
  .sec07_r_text {
    position: absolute;
    top: 45%;
    left: 78.5%;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_r_text p {
    font-size: 1.7vw;
    padding: 20px 20px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
      .sec07_r2_text {
    position: absolute;
    top: 45%;
    left: 78.5%;
    width: 45%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_r2_text p {
    font-size: 1.7vw;
    padding: 20px 20px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .content_07 {
    background: url('../images/soypro-10_bg_sp.jpg') 0 0;
    background-size: cover;
    position: relative;
    margin: 0 auto;
    text-align: center !important;
    width: 100%;
  }
  .sec07_l_text {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_l_text p {
    font-size: 2.2vw;
    padding: 10px 10px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
  .sec07_l2_text {
    position: absolute;
    top: 45%;
    left: 25%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_l2_text p {
    font-size: 2.2vw;
    padding: 10px 10px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
      .sec07_l3_text {
    position: absolute;
    top: 49%;
    left: 25%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_l3_text p {
    font-size: 2.2vw;
    padding: 10px 10px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
         .sec07_l4_text {
    position: absolute;
    top: 47%;
    left: 25%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_l4_text p {
    font-size: 2.2vw;
    padding: 10px 10px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
  .sec07_r_text {
    position: absolute;
    top: 45%;
    left: 75%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_r_text p {
    font-size: 2.2vw;
    padding: 10px 10px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
      .sec07_r2_text {
    position: absolute;
    top: 48%;
    left: 75%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .sec07_r2_text p {
    font-size: 2.2vw;
    padding: 10px 10px;
    line-height: 1.7em;
    letter-spacing: 1.3px;
    font-weight: 600;
  }
}
.content_08 {
  background: url('../images/soypro-21_bg.jpg') 0 0;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%;
}
.sec08_1 {
  text-align: center !important;
}
.sec08_1 img {
  width: 100%; max-width: 1040px;
  padding: 5% 0px;
}
.sec08_2 {
  text-align: center !important;
}
.sec08_2 img {
  width: 100%; max-width: 1040px;
  padding-bottom: 5%;
}
.sec08_3 {
  text-align: center !important;
}
.sec08_3 img {
  width: 100%; max-width: 1040px;
  padding-top: 5%;
}
.content_09 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 2em auto; max-width: 1040px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.content_09_title {
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
}
.content_09_title p {
  font-size: 1.8em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 10% 0px;
  font-weight: 600;
    text-align: center !important;
}
.content_09_title_2 {
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
}
.content_09_title_2 p {
  font-size: 1.5em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 3% 0px;
  font-weight: 600;
    text-align: center !important;
    line-height: 1.4;
}
.content_09_title_3 {
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
}
.content_09_title_3 p {
  font-size: 1.3em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0px 0px 5%;
  font-weight: 600;
  line-height: 1.4;
    text-align: center !important;
}
@media screen and (max-width: 1040px) {
  .content_09_title p {
    font-size: 5vw;
  }
  .content_09_title_2 p {
    font-size: 4vw;
  }
}
/* 2カラムレイアウト */
.sec09 {
  margin: 0.5em auto;
  padding: 0;
  width: 49%;
}
/* 2カラムレイアウトを1カラムで配置 */
@media screen and (max-width: 767px) {
  .sec09 {
    margin: 0.5em auto;
    padding: 0;
    width: 90%;
  }
}
.sec09_1 img {
  width: 100%; max-width: 1040px;
  padding-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .sec09_1 img {
    padding-bottom: 0%;
  }
}
.sec09_1_text {
  margin: 0 auto;
  width: 95%;
}
.sec09_1_text p {
  font-size: 1.1em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #000000;
  text-align: left;
    line-height: 1.5;
}

.sec09_1_text p span {
  font-size: 0.7em;
}

@media screen and (max-width: 767px) {
  .sec09_1_text {
    width: 100%;
  }
}

 .sec09_2_text {
    width: 95%;
	margin: 0 auto;
  }

@media screen and (max-width: 767px) {
  .sec09_2_text {
    width: 100%;
	margin: 0 auto;
  }
}
.sec09_2_text p {
  font-size: 0.55em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  width: 100%;
    padding-top: 3%;
}
.sec09_2_text p:nth-child(2){
	  padding-top: 1%;
}
.sec09_2_text p:nth-child(3){
	  padding-top: 1%;
}
@media screen and (max-width: 1040px) {
  .sec09_2_text p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec09_2_text p {
    font-size: 3vw;
    line-height: 1.5em;
    width: 100%;
  }
}
.sec09_3_text {
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .sec09_3_text {
    width: 90%;
  }
}
.sec09_3_text p {
  font-size: 0.65em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  padding-bottom: 5%;
}
@media screen and (max-width: 1040px) {
  .sec09_3_text p {
    font-size: 3vw;
    line-height: 1.5em;
  }
}
.sec09_4_text {
  margin: 0 auto;
  width: 100%;
}
.sec09_4_text p {
  font-size: 0.6em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2em;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000000;
  margin: 0 auto;
  text-align: left;
  width: 95%;
  padding: 3% 0px;
}
@media screen and (max-width: 1040px) {
  .sec09_4_text p {
    font-size: 2vw;
  }
}
.sec09_5_text {
  margin: 0 auto;
  width: 99%;
    padding-top: 2%;
}
.sec09_5_text p {
  font-size: 0.9em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2em;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000000;
  margin: 0 auto;
  text-align: left;
  line-height: 1;
  width: 95%;
}
.sec09_6_text {
  margin: 0 auto;
  width: 99%;
}
.sec09_6_text p {
  font-size: 1.5em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2em;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000000;
  margin: 0 auto;
  text-align: left;
  line-height: 1.5;
  width: 95%;
}

.sec09_sp_201022{
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec09_sp_201022{
	width: 90%;
}
}
.text_7 p {
  font-size: 0.6em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  width: 95%;
    padding-top: 2%;
}
@media screen and (max-width: 1040px) {
  .text_7 p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .text_7 p {
    font-size: 3vw;
    line-height: 1.5em;
    width: 100%;
  }
}



@media screen and (max-width: 767px) {
  .kaihatu {
    width: 97%;
    margin: 0 auto;
  }
}
.content_10 {
  background: url('../images/soypro-24_bg.jpg') 0 0;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%; max-width: 1040px;
}
.sec010_1 img {
  width: 100%; max-width: 1040px;
  padding-bottom: 10%;
}
.sec010_2 img {
  width: 100%; max-width: 1040px;
  padding-bottom: 0%;
}
.sec10_text {
  margin: 0 auto;
  width: 80%;
  text-align: center !important;
}
.sec10_text p {
  font-size: 1.1em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 8% 0px;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}
.content_11 {
  background: url('../images/soypro-26_bg.jpg') 0 0;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%; max-width: 1040px;
}
.sec011_1 {
  text-align: center !important;
}
.sec011_1 img {
  width: 90%; max-width: 1040px;
  padding: 10% 0px;
}
.sec011_2 {
  text-align: center !important;
}
.sec011_2 img {
  width: 90%; max-width: 1040px;
  padding-bottom: 10%;
}
.content_12-5 {
  width: 100%;
  padding: 10% 0px 2%;
  margin: 0 auto;
  text-align: center !important;
}
.content_12_img {
  width: 40%; max-width: 1040px;
  text-align: center !important;
  margin: 0 auto;
}
.content_12 {
  background: url('../images/soypro-oa_bg.png') 0 0;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%!important;
  padding: 50px 0px;
}

.content_12_bc {
  background-color: #ffffff;
  width: 100%; max-width: 1000px;
  margin: 0px auto;
  padding: 10px 0px;
}
@media screen and (max-width: 1040px) {
  .content_12_bc {
    width: 90%;
  }
}
.content_12_title {
  position: relative;
  padding: 5% 5px 5px 20px;
  font-size: 1em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  text-align: left;
  line-height: 2.5em;
  text-indent: 2.2em;
}
.content_12_title::before {
  position: absolute;
  left: 2%;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url('../images/soypro-36.png') no-repeat;
  background-size: contain;
}
.hr_style {
  width: 90%;
  padding: 0px;
  margin: 0px auto;
}
.content_12_text_box {
  padding: 10px;
  border: 1px solid #333333;
  margin: 2%;
}
.content_12_text {
  position: relative;
  padding: 10px 10px 10px 20px;
  font-size: 0.8em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  text-align: left;
  line-height: 2.3em;
  text-indent: 2.2em;
}
.content_12_text::before {
  position: absolute;
  left: 2%;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url('../images/soypro-37.png') no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1040px) {
  .content_12_title {
    font-size: 3vw;
  }
  .content_12_text {
    font-size: 3vw;
  }
}
.content_13 {
  position: relative;
  margin: 0 auto;
  text-align: center !important;
  width: 100%; max-width: 800px;
  padding-top: 5%;
}
@media screen and (max-width: 767px) {
	.content_13 {
  width: 96%; 
}
}
.sec013_1 img {
  width: 100%;
  padding: 2% 0px 0px;
}
.sec013_2 {
  text-align: center !important;
    margin: 0 auto;
}
.sec013_2 form {
  text-align: center !important;
    margin: 0 auto;
}
.sec013_2 img {
  width: 60%;
  padding: 0px 0px;
}
.sec013_3 img {
  width: 100%;
  padding: 10% 0px 0px;
}
.sec013_4 {
  text-align: center !important;
     padding: 10% 0px 0px;
}
.sec013_4 img {
  width: 65%;
 
}
.floating-banner {
  position: fixed; /* 追従 */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 8vw; /* バナーの上下の位置 */
  right: 30px; /* バナーの左右の位置 */
}
.floating-banner img {
  width: 150px;
}
.floating-banner:hover {
  opacity: .95; /* ホバーで少し透過 */
}
@media screen and (max-width: 753px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    top: unset; /* PCで指定していた上下の位置指定をクリア */
    right: 2%; /* 左右の隙間が空かないように */
    bottom: 15%; /* 画面の最下部にぴったりくっつくように指定 */
  }
  .floating-banner img {
    width: 90px;
  }
}


.floating-banner2 {
  position: fixed; /* 追従 */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0px; /* バナーの上下の位置 */
    width: 100%;
margin: 0 auto;
  text-align: center;
}

.floating-banner2 img {
width: 100%;

}

@media screen and (max-width: 753px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner2 {
    top: unset; /* PCで指定していた上下の位置指定をクリア */
    right: 0%; /* 左右の隙間が空かないように */
    bottom: 0%; /* 画面の最下部にぴったりくっつくように指定 */
    width: 100%;
  }
  .floating-banner2 img {
    width: 100%;
  }
}

/* フローティングバナーのラップ要素 */
#fixed_right_banner
{
    /* 右端の上から20pxの位置に固定表示 */
    position: fixed;
    bottom: 20%; /*二個の場合10%*/
    right: 30px;
     z-index: 99999; /* 他の要素の下に隠れないように */
}
 
/* 画像の共通設定 */
#fixed_right_banner > *
{
    /* 横幅 */
    width: 100px;
}
 
/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner > * ~ * { margin-top: 15px; }
 
/* リンク要素 */
#fixed_right_banner > a
{
    /* ブロック要素に変更 */
    display: block;
 
    /* 透過変更をスムーズにする(任意) */
   -webkit-transition: opacity .2s ease;
   transition: opacity .2s ease;
}
 
/* マウスオーバー時の表現 */
#fixed_right_banner > a:hover
{
    /* 20%透過させる */
    opacity: .8;
}
 
/* コンテンツに被らないようにするメディアクエリ */
@media (max-width: 767px)
{
   #fixed_right_banner {
    top: unset; /* PCで指定していた上下の位置指定をクリア */
    right: 2%; /* 左右の隙間が空かないように */
    bottom: 22%; /* 画面の最下部にぴったりくっつくように指定 */
  }
    
    /* 画像の共通設定 */
#fixed_right_banner > *
{
    /* 横幅 */
    width: 60px;
}
    
  #fixed_right_banner img {
    width: 60px;
  }
}

/*クーポンリンク位置*/

.copy_position {
       position: relative;
       top: -740px;
       display: block;
    }
@media screen and (max-width: 767px) {
 .copy_position {
       position: relative;
       top: -90vw;
       display: block;
    }
}


/*↓*/
.arrow1 {
  margin: 2% auto;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .arrow1 {
    width: 10px;
    height: 10px;
  }
}

/*クーポン*/
/* コピーボタン 
.copy_btn {
  width:99.6%!important;
  padding: 5px 0;
    margin-top: 0%;
    margin-bottom: 1%;
  margin-left: auto!important;
  margin-right: auto!important;
  color:#ffffff;
  font-weight:bold;
  background:#90d4d3;
  border: solid 2px #90d4d3;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}
 
.copy_btn:hover {
  background: #ffffff;
  color: #90d4d3;
}
.copy_btn:hover {
	cursor: pointer;
}
*/


.coupon_text{
    padding:0;
    width: 100%;
    margin: 0 auto;
}
.coupon_text p{
    margin: 0 auto;
     font-size: 15px;
   font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    text-align: left;
  line-height: 1.8em;
    width: 72%;
}
@media screen and (max-width: 767px) {
    .coupon_text p{
     font-size: 12px;
        width: 100%;
        padding: 0 3%;
}
}


/*フッターバナー*/
.footer_banner{
	display: flex;
	flex-wrap:wrap;
    max-width:1050px;
    margin: 0 auto;
}
.footer_banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.footer_banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	 /*border:solid 1px #ccc;←画像を枠線で囲む指定の場合*/
}


@media screen and (max-width: 767px) {
  .content_09{
    display: flex;
  }
  #order01{
    order:1;
  }
  #order02{
    order:2;
  }
  #order03{
    order:3;
  }
  #order04{
    order:4;
  }
  #order05{
    order:5;
  }
  #order06{
    order:6;
  }
  #order07{
    order:7;
  }
  #order08{
    order:8;
  }
  #order09{
    order:9;
  }
  #order10{
    order:10;
  }
  #order11{
    order:11;
  }
  #order12{
    order:12;
  }
  #order13{
    order:13;
  }
  #order14{
    order:14;
  }
  #order15{
    order:15;
  }
  #order16{
    order:16;
  }
  #order17{
    order:17;
  }
} 