@charset "UTF-8";

html{
  font-size: 100%;
}
body{
font-family: "MS Pゴシック" , sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.7;
color: #4d4d4d;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;  
}
.page-header{
  max-width: 1440px;
}
.all-menu{
  display: flex;
  flex-direction: row; 
}


.logo{
  width:150px;
  margin: 30px 0 0 80px;
}


.main-navi {
  display: flex;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: 60px;
  list-style: none;
  margin-left: 600px;
  
}
 .main-navi li {
   margin-left: 36px;  
   display: inline;
 }
.text-navi{
  padding-top: 13px;
}

 .main-navi a{
   color: #000000;
 }
 .main-navi a:hover{
  color: #20AEE6;

}
.facebook-jump img{
  width: 50px;
  margin-right: 80px;
}

.page-header {
  display: flex;
}
.top{
  width: 100%;
  
}
.scrollarea{
  position: relative;
}
.scrolldown2{
position:absolute;
bottom: 25px;
left:50%;
}
.scrolldown2 span{
  /*描画位置*/
position: absolute;
left:10px;
bottom:10px;
  /*テキストの形状*/
color: #fff;
font-size: 0.7rem;
letter-spacing: 0.05em;
/*縦書き設定*/
-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom:0;
  left:-4px;
  /*丸の形状*/
width:10px;
height:10px;
border-radius: 50%;
background:#fff;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
animation:
  circlemove 1.6s ease-in-out infinite,
  cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
  0%{bottom:45px;}
 100%{bottom:-5px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
  0%{opacity:0}
 50%{opacity:1;}
80%{opacity:0.9;}
100%{opacity:0;}
}

/* 線の描写 */
.scrolldown2:after{
content:"";
/*描画位置*/
position: absolute;
bottom:0;
left:0;
/*線の形状*/
width:2px;
height: 50px;
background:#fff;
}


.company-name-contents{
  box-sizing: border-box;
  
}

.about-menu{
  width: 300px;
  margin: 50px 0 100px 80px;
}

.company-name-box{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin: 0 10% 0 10%;

}
.company-name-box-img{
  width: 15%;
  margin-right: 10%;
}
.company-name-inner{
  background-color: #F2F2F2;
  max-width: 25%;
  margin: 1%;
  padding: 2%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}
.company-name-inner >h3{
  font-size: 20px;
}
.company-name-inner >p{
  font-size: 16px;
  margin-top: 5%;
  
}

.company-name-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.solar-sharing{
  margin: 3% 10% 0 10%;
  border: 3px solid #F2F2F2;
  padding: 1%;
  border-radius: 10px;
}

.solar-sharing >h3{
  font-size: 17px;
  border-bottom: 3px solid #666666 ;
  width: 250px;
}
.solar-sharing >p{
  font-size: 16px;
  margin-top: 1%;
}
 


.company-name-wrapper >p{
  color: #3f3f3e;
  text-align: center;
  line-height: 2;
  font-size: 18px;
}


/* 会社概要 */
.joint-venture{
  font-size: 20px;
  margin: 10% 20% 0% 20%;
  text-align: center;
}

.title{
  width: 200px;
  margin: 0 auto;  
}

h1{
  text-align: center;
  padding: 1rem 2rem;
  border-top: 3px solid  #666666 ;
  border-bottom: 3px solid #666666 ;
  margin-bottom: 40px;
}

.overview-wrapper-img img{
  width: 300px;
}
.overview-wrapper-img{
  padding-right: 5%;
}
 
.company-overview-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;

}
.company-overview-wrapper h2 {
  padding-bottom: 25px;
  font-size: 26px;
}


.company-overview-wrapper p {
  line-height: 2.5;
  font-size: 18px;

}

.img1{
  background-image: url(./images/myfarmceo.jpg);
  width: 250px;
  height: 250px;
  /* border-radius: 50%; */
  background-position: center center;
  background-size:cover;
  position: relative;
  margin-left: 8%;
}

.logo1 {
  width: 90px;
  position: absolute;
  top: -20px;
  left: -20px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn-about{
  margin-top: 30px;
  width:320px;
  font-size:1.9rem;
  color:#FFFFFF;
  text-align:center;
  display:block;
  padding:10px 0 10px;
  background:#009844;
  border-radius: 20px;
}

.btn-about:hover {
  opacity: 0.7;
  color: white;
}

.msymbol{
  font-size: 100px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 40px;
}

.img2{
  background-image: url(./images/ceeceo.png);
  width: 250px;
  height: 250px;
  /* border-radius: 50%; */
  background-position: center center;
  background-size:cover;
  position: relative;
  margin-left: 10%;
}

.logo2{
  width: 120px;
  position: absolute;
  top: -10px;
  right: 150px;
}


.myfarm-contents{
  display: flex;
  flex-direction: column;
}
.cee-contents{
  display: flex;
  flex-direction: column;
}
.joint-venture-contents{
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.joint-venture-inner{
  width: 320px;
}
.joint-venture-innerdiv > h3{
  font-size: 19px;
  margin-top: 10px;
}
.joint-venture-innerdiv >p{
  font-size: 17px;
}
.joint-venture-innerp{
  font-size: 14px;
  margin-top: 5px;
}

.profile-wrapper > h2{
  font-size: 22px;
  border-bottom: solid 2px #4d4d4d;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
}
.table-wrapper{
  width: 70%;
  margin: 0 auto;
}
ul {
  list-style: none;
}
th{
  color: #FFFFFF;
  font-weight: lighter;
}

th,td {
  border: solid 1px #4d4d4d; 
  padding: 10px;  
  font-size: 17px;           
}

table {
  border-collapse:  collapse; 
  width:  100%;  
  max-width: 90%;             
}

th {
  width:  100px;              
  text-align: center;
  background-color: #009844;
  width: 15%;          
}
td {
  text-align:  left;
  width: 850%;         
}

.representative{
  text-align: center;
}

.representative-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
}


.career{
  width: 56%;
  text-align: center;
  
}
.representative > h2{
  font-size: 22px;
  border-bottom: solid 2px #4d4d4d;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
}

.img3 {
  width: 270px;
  margin-top: 45px;
  margin-left: 40px;
  
}

.representative p{
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 3rem;
}

.career p{
  font-size: 17px;
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 3.5rem; 
  background-color: #F2F2F2;
  padding: 20px 20px 20px 20px;
  text-align: left;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}

/* 現在募集中のソーラーシェアリング */

.project-menu{
  width: 300px;
  margin: 100px 0 20px 80px;
}

.solar-sharing-contents{
  width: 100%;
  
  margin: 0px 0 50px;
  padding: 20px 0 40px;
  text-align: center;
}


.solar-sharing-contents > h1{
  width: 360px;
  margin: 0 auto;
  margin-top: 30px;
}
.solar-sharing-wrapper{
  width: 900px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
  padding-top: 30px;
}
.solar-sharing-wrapper>div{
  width: calc(100%/3);
  scroll-behavior: auto;
}

.solar-sharing-img{
  width: 270px;
  height: 270px;  
}

.hoverimg{
  overflow: hidden;
  cursor: pointer;
}

.hoverimg img{
  width: 100%;
  width: 270px;
  height: 270px; 
  transition-duration: 0.5s;
}

.hoverimg:hover img{
  transform: scale(1.05);
  transition-duration: 0.5s;
}

.solar-sharing-contents p{
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;
}

/* 千葉県長南町について */

.chounan-farm-img img{
  padding-top: 50px;
  margin-top: 50px;
}
.solar-sharing-contents p{
  margin-bottom: 30px;
}





/* 千葉県長南町の案件概要 */
.investmentoverview-contents{
  background-color: #F2F2F2;
  max-width: 900px;
  background-size:cover;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;  
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
  
}
.investmentoverview-wrapper{
  width: 900px;
  text-align: center;
}
.investmentoverview-h1{
  margin: 0 auto;
  padding-top: 50px; 
  max-width: 60%;
}

.investmentoverview-h2{
  font-size: 20px;
  width: 300px; 
  padding: 1rem 2rem;
  background: #ffffff;
  margin-bottom: 20px;
  margin: 0 auto;
}
.investmentoverview-p{
  margin: 30px auto;
	text-align: centerß;
	display: block;
}

.investmentoverview-text p{
  text-align: left;
	display: inline-block; 
}


.text-wrapper {
	margin: 20px 0 40px 20px;
	text-align: center;
  display: block;
}

.li-wrapper {
	max-width: 50%;
}
.text-wrapper ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}
.end{
  color: crimson;
}

.text-wrapper ul li span{
  font-size: small;
}


.span0{
	line-height: 1.3rem;
}


.text-wrapper ul li {
  text-align: left;
  font-size: 18px;
}
.text-wrapper p{
  font-size: 18px;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.vegetables-wrapper{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  width: 900px;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  justify-content: center;
  align-items: center;
  width: 90%;
}
.text{
  margin-right: 50px;
}
.text2{
  font-size: 18px;
  text-align: left;
  width: 85%;
}

.text4{
  font-size: 13px;
  text-align: left;
  margin-left: 70px;
  margin-bottom: 5%;
  
}

.text3-1{
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.text3{
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

.vegetables-img{
  width: 300px;
  
}
.app-btn img{
  width: 478px;
  height: 98px;
  margin-bottom: 40px; 
  margin: 0 auto;
  display: block;
}

.hoverimg img{
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.5s; 
}

.hoverimg:hover img{
  transform: scale(1.05s);
  transition-duration: 0.5s;
}
.smartphone-only{
  display: none;
}
.contact-btn{
  width:360px;
  margin: 0 auto
  

}
.fotter-contents{
  margin-top: 100px
}



@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";


/* フッター */

.footer-container{
  width: 100%;
  background-color: #F2F2F2;
}
.pad-group{
  display: flex;
  justify-content: center;
}
.grid{
  margin: 50px 0 50px;
}
.shortcodes-ultimate{
  margin-top: 30px;
}
  
.footer-widget-1{
  margin-right: 2.5%;
  max-width: 50%;
  text-align: center;
}
.footer-widget-2{
  margin-left: 2.5%;
  max-width: 50%;
  text-align: center;
}
.container-inner{
  margin: 0 auto;
  width: 100%;
}
.img-menu2{
  width: 100%;
  margin: 0 auto;
}
.logo3 {
  width: 200px; 
}
.sp-fbwrap{
  display: none;
}


.btn3{
  text-align: center;
  margin: 80px 0 100px;
}

.solar-panel-img2 img {
  width: 360px;
}
.solar-panel-img2 {
  text-align: center;
  margin-top: 80px;
}

.fotter-contents{
  background-color: #72b832;
  margin-top: 0px;
}
.fotter-contents-p{
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sp-fb{
  visibility: hidden;
}

/* 900px以下 */

@media screen and (max-width: 900px){
　.body{
  max-width: 900px;
  }
  /* addition */
  .all-menu{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .img-menu{
    max-width: 900px;
    text-align: center;
  }
  .logo{
    width:150px;
    margin: 30px 0 0 0px;
  }
  .menu{
    max-width: 900px;
  }
  .main-navi{
    display: inline;
    text-align: center;
    margin: 0 auto;
  }
  .facebook-jump img{
    width: 40px;
    padding-top: 10px;
  }
  
  .about-menu{
    width: 300px;
    margin: 150px 0 0 80px;
  }
  .about-menu{
    width: 250px;
  }
  .company-name-box{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin: 5% 10% 0 10%;
  }
  .company-name-inner >h3{
    font-size: 17px;
  }
  
  .company-name-wrapper  p{
    padding: 0 2% 0 2%;
    font-size: 1.4rem;
  }
  


  .img1 ,.img2{
    width: 260px;
    height: 260px;
    margin-left: 10%;
  }
  .logo1{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 100px;
    left: 10px;
  }
  .logo2{
    width: 60px;
    position: absolute;
    top: 110px;
    right: 10px;
  }

  .msymbol{
    font-size: 40px;
    padding-bottom: 0;
  }
  
  a.btn-radius-solid{
    width: 140px;
    height: 40px;
  }
  
  .btn, a.btn, button.btn {
    padding: 0;
    font-size: 1rem;
  }
  .address p{
    padding: 0 10% 0 10%;
  }
  .representative-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .img3 {
    width: 300px;
    border-radius: 50px;
    margin: 45px 0 0 0;   
  }
  .career p{
    line-height: 1.6;
    width: 100%;
    margin-bottom: 30px;
    padding: 5% 5 5% 5%;
    margin: 0 auto;
    font-size: 1.4rem;

  }
  .career {
    width: 80%;
    margin: 0 auto;
    
  }
  .project-menu{
    width: 300px;
    margin: 150px 0 0 80px;
  }
  

  
  
  .company-overview-wrapper{
    display : flex;
    flex-direction: column-reverse;
  }
  .overview-wrapper-img{
    margin-top: 70px;
  }
  .company-overview-h{
    text-align: center;
  }
　.investmentoverview-contents{
    width: 800px;
    background-size:cover;
    margin: 0 auto;
    margin-top: 130px;
  }
  
  
}

@media screen and (max-width: 414px){
  .body{
    max-width: 414px;
   }
   .fotter{
    max-width: 414px;
   }
   .swiper-button-next:after, .swiper-button-prev:after {
    color: #ffffff;
    font-size: small;
  }
  .swiper-slide p{
    background-color: rgba(247, 243, 243, 0.5);
    padding: 10px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #232322;
    text-align: right;
  }
  .main-navi{
    font-size: 1.1rem;
  }
  .logo{
    width: 100px;
  }
  .facebook-jump img{
    display: none;
  }
  .about-menu{
    width: 180px;
    display: block;
    margin: 0 auto;
    padding: 50px 0 0 20px;
  }  
  

  
  
  
  .column-contents {
    width: 100%;
  }
  .company-name-contents{
    width: 100%;
  }
  .pc_only{
    display: none;
  }
  .company-name-wrapper{
    margin-bottom: 5px;
    max-width: 414px;
  
  }
  .company-name-wrappe0{
    flex-direction: column;
  }
  .company-name-wrappe0 img{
    width: 150px;
    margin: 5%;
  }
  .company-name-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    max-width: 414px;
  }
  .scrolldown2{
    display: none;
  }
  .company-name-wrapper{
    display: flex;
    flex-direction: column; 
    justify-content: center;
  }
  
  
  .company-name-inner{
    background-color: #F2F2F2;
    max-width: 80%;
    margin: 0 auto;
    padding: 3% 3% 5% 3%;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
  }
  .company-name-inner >h3{
    text-align: center;
    margin-top: 10px;
  }


  .solar-sharing{
    margin-top: 50px;
  }
  .solar-sharing >h3{
    text-align: center;
    border-bottom: 2px solid #666666;
    width: auto;
  }
  .solar-sharing >p{
    padding: 5% 3% 5% 3%;
    font-size: 15px;
  }




  .joint-venture {
    font-size: 15px;
    margin: 15% 8% 0% 8%;
    text-align: left;
    max-width: 414px;
  }

  

  .human-wrapper img{
    width: 50px;
  }
  .company-name-wrapper > h2 {
    font-size: 20px;
    margin-top: 30px; 
  }
  .company-name-wrapper > p{
    font-size: 14px;
    padding: 0 4% 0% 4%;
    margin-bottom: 25%;
    line-height: 1.5;
  }
  .joint-venture-contents {
    margin-top: 10%;
    max-width: 414px;
  }
  .joint-venture-innerdiv{
    max-width: 207px;
  }
  .joint-venture-innerdiv >h3{
    font-size: 12px;
  }
  .joint-venture-innerdiv >p{
    font-size: 10px;
  }
  .joint-venture-innerp{
    font-size: 11px;
    width: 50%;
    margin-top: 10px;
  }



  .representative-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .address p {
    font-size: 13px;
    padding: 0 5% 0 5%;
  }


  .title {
    width: 150px;
    margin: 0 auto;
  }
  h1{
    font-size: 18px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 5px 10px 5px 10px;
  }
  .company-overview-wrapper h2{
    font-size: 20px;
  }
  .company-overview-wrapper p {
    font-size: 14px;
  }
  
  .company-name-wrapper br{
    display: none;
  }

  .overview-wrapper-img{
    width:250px;
  }
  
  .img1 ,.img2{
    width: 140px;
    height: 140px;
    margin-left: 0%;
  }
  .logo1{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 100px;
    left: 5px;
  }
  .logo2{
    width: 60px;
    position: absolute;
    top: 110px;
    right: 5px;
  }

  .msymbol{
    font-size: 40px;
    padding-bottom: 0;
  }
  .btn-about{
    margin-top: 30px;
    width:160px;
    font-size:1rem;
    color:#FFFFFF;
    text-align:center;
    display:block;
    padding:5px 0 5px;
    background:#009844;
    border-radius: 20px;
  }
  
  a.btn-radius-solid{
    width: 140px;
    height: 40px;
  }
  
  .btn, a.btn, button.btn {
    padding: 0;
    font-size: 1rem;
  }
  
  .span {
    font-size: 10px;
    text-align: center;
  }
  .myfarm-contents,.cee-contents{
    width: 150px;
  }
  .a.btn-radius-solid{
    width: 150px;
    height: 35px;
  }
  .btn1{
    margin-top: 30px;
  }

  .profile-wrapper > h2{
    font-size: 18px;
  }
  .table-wrapper {
    width: 80%
  }

  
  th,td {
    border: solid 0.7px #4d4d4d; 
    padding: 8px;  
    font-size: 15px;           
  }



  .representative p{
    font-size: 15px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .career p{
    line-height: 1.5;
    width: 100%;
    margin-bottom: 30px;
  }
  .career {
    width: 80%;
  }

  .representative br{
    display: none;
  }
  .img3{
    /* width: 80%; */
    margin: 0 auto;
    margin-top: 40px;
  }
  .project-menu{
    width: 180px;
    display: block;
    margin: 0 auto;
    padding: 50px 0 0 0px;
  }  

  .solar-sharing-img{
    margin-left: none;
  }
  .solar-sharing-contents{
    max-width: 414px;
    margin: 0 auto;
    text-align: center;
  }
  .solar-sharing-wrapper {
    width: 300px;
  }
  .solar-sharing-wrapper{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;  
  }
  .solar-sharing-wrapper>div{
    width: 100%;
    scroll-behavior: auto;
  }
  
  .woman2-3{
    width: 140px;
    margin: 0 auto;
  }
  .tractor{
    width: 140px;
    margin: 0 auto;
  }
  .solar-sharing-contents p {
    margin: 20px;
  }

  .imag-contents{
    text-align: center; 
  }

  .investmentoverview-contents {
    width: 100%;
    max-width: 414px;
  }
  

  .investmentoverview-wrapper{
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
  }

  .investmentoverview-h2{
    margin: 0 auto;
    width: 60%;
    font-size: 17px;
  }
  

 
  .investmentoverview-p  p{
    display: block;
    text-align: center;
  }
  .investmentoverview-p{
    margin-top: 30px;
  }
  .text-wrapper ul li {
    text-align: left;
    font-size: 14px;
  }
  .text-wrapper p{
    width: 90%;
  }
  .text3-1{
    width: 90%;
  }
  .text3-2 li{
    margin: 0 auto;
  }
  

  .text2{
    margin: 0 auto;
    padding-top: 14px;
  }
  .vegetables-wrapper{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .vegetables-wrapper {
    width: auto;
    padding-top: 0;
  }
  .text {
    margin: 0 auto;
  }
  .text4{
    font-size: 10px;
    margin: 0 auto;
    max-width: 90%;
    text-align: left;
  }


  .vegetables-img {
    padding-bottom: 30px;
  }
  
  .vegetables-set{
    text-align: center;
    width: 60%;
  }
  .app-btn img {
    width: 235px;
    height: 49px;
    margin: 40px 0 40px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;

  }

  .a,.btn-c{
    font-size: 1rem;
  }
  .solar-panel-img2 img{
    width: 150px;
  }
  .btn,
  a.btn,
  button.btn {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    display: inline-block;
    padding: 1rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    /* color: #212529; */
    border-radius: 0.5rem;
  }  


  .address > h2,
  .representative > h2 {
    font-size: 18px;
  }
  .text-wrapper {
    margin: 20px 0 40px 20px;
    text-align: center;
    display: block;
    width: 85%;
  }
  .solar-sharing-contents > h1{
    font-size: 17px;
    width: 300px;
  }
  .investmentoverview-h1 > h1{
    width: 300px;
    font-size: 17px; 
    margin: 0 auto;
    
  }
  .investmentoverview-h1{
    text-align: center;
  }
  .investmentoverview-wrapper{
    margin-top: 60px;
  }
  a.btn-c span{
    font-size: 1.2rem;
  }
  .btn .btn-c{
    width: 300px;
  }
  a.btn-c span {
    font-size: 1.2rem;
    position: absolute;
    top: -1.25rem;
    left: calc(50% - 130px);
    display: block;
    width: 260px;
    padding: 0.2rem 0;
    color: #000000;
    border: 2px solid #f4d864;
    border-radius: 100vh;
    background: #f4d864;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .fas ,.fa-arrow-circle-right ,.fa-position-rightß{
    padding-left: 0.5rem;
  }
  .far .fa-file-alt{
    visibility:hidden;
  }
  .smartphone-only{
    display: block;

  }
  .container-inner{
    max-width: 414px;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .pad-group {
    display: block
  }
  .logo3{
    display: none;
  }
  .shortcodes-ultimate{
    display: none;
  }
  .facebook-widget{
    display: none;
  }
 
  .sp-fbwrap{
    display: inline;
    max-width: 414px;
    visibility : visible;
    width: 100%;
    margin: 0 auto;
    max-width: 414px; 
    margin: 0 auto;
  }
  
  

  
  .facebook-box{
    margin: 0 auto;
    padding-right: 0%;
    padding-left: 0%;
  }
  
  .fotter-contents{
    width: 100%;
  }
  .li-wrapper {
    max-width: 100%; 
  }
  .contact-btn{
    width:235px;
  }
  .investmentoverview-h1{ 
    max-width: 100%;
  }
  .fb-wrap{
    max-width: 414px;
    margin: 0 auto;
    text-align: center;
    
  }
  .btn3{
    text-align: center;
    margin: 50px 0 100px;
  }


}

















