@charset "UTF-8";
/* CSS Document */


.mincho {
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }


/* cssのリセット */
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

/* imgタグのリセット */
img {
	vertical-align: bottom;
}

/* 全部に線をつける 
*{
    outline: 2px red solid;
}
*/

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

nav ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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


html,
body {
  height: 100%;
  color: #000; }

html {
  font-family: 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #323333;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 768px) {
    body.second .l-main {
      padding-top: 96px; } }
  @media screen and (max-width: 767px) {
    body.second .l-main {
      padding-top: 60px; } }
  body.menuOpen .gNavi02 {
    opacity: 1;
    visibility: inherit; }
  body > img {
    position: absolute; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    a {
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; } }
  @media screen and (min-width: 768px) {
    a:hover {
      opacity: .7; } }
  a[href^="tel:"] {
    color: #000; }
    @media screen and (min-width: 768px) {
      a[href^="tel:"] {
        display: inline-block;
        pointer-events: none; } }


@media screen and (min-width: 1050px){
.ps-br{
display: none; 
  }
  }
  

@media screen and (max-width: 1050px) {
  .ps-br{
    display: block;
}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


.sp_br {
  display: none; 
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block; 
  }
}

.pc_br {
  display: block; 
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none; 
  }
}



/*ヘッダー*/
/*
.head_inner {
  width: 100%;
  height: 140px;
  background-color: #fff;
  box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 10%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.tel-group_left_tbsp_none{
    display: flex;
}


@media only screen and (max-width: 768px) {
      .tel-grouptop {
    display: none; 
  }
  .head_inner {
    height: 8rem;
    padding: 0;
  }

  .head_inner .logo img {
    width: 25rem;
    margin-left: 0rem;
  }
    .headinfo img{
    height: 8rem;
  }
}*/

  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 100%;
  width: 70px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
  background-color:#61A558 ;
}

@media screen and (min-width: 900px) {
    .drawer_open {
    display: none; }
 }
 
 
/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #61A558;
  transition: .5s;
}


 
/* メニュー黒ポチを消す */
ul.nav_list  {
    text-align: center;  
}

ul.nav_list  {
    margin: 0 ;
    padding: 0 ;
    margin-top: 30px;
}


ul.nav_list a{
    list-style: none;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    padding: 20px 10px 10px 10px;
    line-height: 40px;
}



nav a:hover{
color:#fff;
border-bottom:1px solid #fff;
}



/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}



.tel-group_left_tbsp_none{
    display: flex;
}

@media only screen and (max-width: 900px) {
      .tel-grouptop {
    display: none; 
  }
  .head_inner {
    height: 8rem;
    padding: 0;
  }
    .headinfo img{
    display: none; 
  }
} 

@media only screen and (max-width: 900px) {
      .tel-grouptop {
    display: none; 
  }
  .head_inner {
    display: none;
  }
}

header.l-header{
width: 100%;
position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

div.header__inner{
display: flex;
justify-content: space-between;
background-color: #fff;
width: 100%;
height: 100%;
align-items: center;
box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 10%);   
}


div.headerlogo{
background-color: #fff;
  padding: 0em 0em 0em 1em;
    width: 75%}

@media screen and (max-width: 900px) {
    div.headerlogo img{
    width: 80%}
 }
 

div.navi{
background-color: #61A558;
    padding-left: 15%;
    padding-right: 15%;
}

@media screen and (max-width: 900px) {
    div.navi {
    display: none; }
 }

.top_nav ul {
	display: flex;
	justify-content: space-between;
    padding: 15px 30px 15px 30px;

}

.top_nav ul li {
    left: auto;
    letter-spacing: 1px;
    position: relative;
    height: 100%;
    text-align: center;
}


.top_nav ul li a {
    height: 100%;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    
}

@media screen and (max-width: 1100px) {
    .top_nav ul li a {
    font-size: 100%;
    
}}


.top_nav ul li span a {
    display: block !important;
    margin-left: 10px;
}

ul.nav-items li{
	font-weight: bold;

}



/*メインビジュアル*/


div.mv img{
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 1400px) {
    div.mv img{
    margin-top: 50px;
}
 }

@media screen and (max-width: 768px) {
    div.mv img{
    margin-top: 0px;
}
 }

div.button{
    text-align: center;
    margin: 20px 10px 30px 10px ;
    
}

div.buttonarea{
    text-align: center;
    margin: 0px 10px 80px 10px ;
    
}
@media screen and (max-width: 768px) {
    div.buttonarea{
    margin: 0px 10px 30px 10px ;
    
}
 }

/*導入*/
div.donyu{
    display: flex;
    justify-content: space-between;
    margin: 100px 0px 100px 0px;   
}



div.donyutxt h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 30px 0px;
    letter-spacing: 0.12em;
    line-height: 1.5;
}

div.donyutxt p{
    font-size: 130%;
    margin: 10px 30px 30px 0px;
    letter-spacing: 0.12em;
    line-height: 1.5;
}

@media only screen and (min-width: 1200px) {    
div.donyutxt {
    margin-left: 8%;
}
}

@media only screen and (max-width: 1200px) {    
div.donyutxt {
    margin-left: 5%;
}
}

@media only screen and (max-width: 768px) {
  
    div.donyutxt {
    margin-left: 0%;
}
    div.donyu{
    display: block;
    margin: 50px 0px 50px 0px;   
    }
    
    div.donyutxt h2{
    font-size: 200%;
    margin: 20px 20px 20px 20px;
    text-align: center;
    }
    
    div.donyutxt p{
    margin: 10px 20px 30px 20px;
    }   
}



/*料金導入*/
div.donyupoint{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}



div.donyupointtxt h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 20px 0px 20px 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: left;
}



 div.donyupointtxt h4{
    font-size: 140%;
    margin: 30px 20px 10px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: left;
    
}
@media screen and (max-width: 767px) {
    div.donyupointtxt h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
} 




div.donyupointtxt h6{
    font-size: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 20px 0px 20px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
}


@media only screen and (max-width: 1200px) {    
div.donyupointtxt {
    margin-left: 5%;
}
}

@media only screen and (max-width: 768px) {
  
    div.donyupointtxt {
    margin-left: 0%;
}
    div.donyupoint{
    display: block;
    margin: 20px 0px 0px 0px;   
    }
    
    div.donyupointtxt h2{
    font-size: 200%;
    margin: 20px 20px 20px 20px;
    text-align: center;
    }
    
    div.donyupointtxt p{
    margin: 10px 20px 20px 20px;
    } 
    
    div.donyuph img{
    margin: 0px 0px 0px 0px;
    }   
}



/*エリア*/

div.area{
    background-color: #FAF6E2;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


div.area h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 50px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}


div.areaph {
    margin: 0 auto;
    max-width: 1200px; 
    margin-bottom: 30px;
}


@media screen and (max-width: 1200px) {
    div.areaph {
    display: block;
    text-align: center;
    }
}

div.areaph img{
    margin: 30px 0px 10px 0px;
}

@media screen and (max-width: 767px) {
    div.area h2{
    font-size: 200%;
    margin: 10px 30px 10px 30px;
    
}  
    div.areaph{
    padding: 0px 20px 0px 20px;
}

    
    div.areaph img{
    margin: 0 auto;
    margin-bottom: 20px;
}
    
}
 div.area h4{
    font-size: 140%;
    margin: 30px 20px 10px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width: 767px) {
    div.area h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
} 


/*ポイント*/

div.point{
    background-color: #FAF6E2;
    padding-top: 20px;
}

div.pointinnner{
    padding: 30px 0px 50px 0px;
}

@media screen and (max-width: 767px) {
    div.pointinnner img{
        margin-bottom: 20px;
        font-size: 180%;
    }
} 

div.pointinnner h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}

div.pointinnner h5{
    font-size: 200%;
    padding:  10px 20px 10px 20px;
    text-align: center;
    background-color: #61A558;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    div.pointinnner h5{
        margin-bottom: 20px;
        font-size: 180%;
    }
} 

div.pointph {
    margin: 0 auto;
    max-width: 1200px;   
    text-align: center;
}
div.pointph2 {
    margin: 0 auto;
    max-width: 1200px;   
    text-align: center;
    padding: 0px 20px 0px 20px;
}

div.pointph img {
    padding: 0px 5px 0px 5px;
}





div.caution { 
    margin: 0 auto;
    max-width: 1200px;   
}

div.caution p{
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    div.pointph {
    display: block;
    text-align: center;
    }
    div.pointph2 {
    display: block;
    text-align: center;
    }
}

div.pointph img{
    margin: 30px 0px 10px 0px;
}

div.pointph2 img{
    margin: 30px 0px 10px 0px;
}

div.pointph3 img{
    margin: 30px 0px 10px 0px;
}

@media screen and (max-width: 767px) {
    div.pointinnner h2{
    font-size: 200%;
    margin: 10px 30px 10px 30px;
    
}  
    div.pointph{
    padding: 0px 20px 0px 20px;
    margin-top: 30px;
}
    
    div.pointph3{
    padding: 0px 20px 0px 20px;
    margin-top: 30px;
}
    
    div.caution{
    padding: 0px 20px 0px 20px;
}

    div.pointph img{
    margin: 0 auto;
    margin-bottom: 10px;
    width: 155px;
}
    
    div.pointph2 img{
    margin: 0 auto;
    margin-bottom: 10px;
    width: auto;
    
}
    
    div.pointph3 img{
    margin: 0 auto;
    margin-bottom: 10px;
    width: auto;
    
}
    
    div.caution p{
    text-align: left;
}  
}


 div.pointinnner h4{
    font-size: 140%;
    margin: 0px 20px 10px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width: 767px) {
    div.pointinnner h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}         
        




/*ポイントエリア*/

div.pointinnnerarea{
    padding: 20px 0px 20px 0px;
}


div.pointinnnerarea h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width: 767px) {
    div.pointinnnerarea h2{
        font-size: 200%;
    }
}  


div.pointinnnerarea h5{
    font-size: 200%;
    padding:  10px 20px 10px 20px;
    text-align: center;
    background-color: #61A558;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    div.pointinnnerarea h5{
        margin-bottom: 20px;
        font-size: 180%;
    }
} 



 div.pointinnnerarea h4{
    font-size: 140%;
    margin: 0px 20px 20px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width: 767px) {
    div.pointinnnerarea h4{
        font-size: 130%;
        margin: 0px 20px 00px 20px;
        text-align: left;
    }
}   

div.planpayarea{
    background-color: #FAF6E2;
    padding: 50px 0px 30px 0px;
    margin-bottom: 50px;
}    

div.planinfo{
    max-width: 1200px;
    margin: 0 auto;
}

div.planpayareatxt h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 30px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width: 767px) {
    div.planpayareatxt h2{
        font-size: 200%;
    }
}   




div.planpayareaph{
    text-align: center;
    margin: 0px 0px 20px 0px;
    
}
@media screen and (max-width: 767px) {
    div.planpayareaph{
        margin: 0px 0px 10px 0px;
    }
}   

div.planpayarea h6{
    font-size: 100%;
    margin: 0px 20px 30px 20px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
}




/*エリアご利用の流れ*/


div.planpayarea2{
    background-color: #fff;
    padding: 50px 0px 30px 0px;
    margin-bottom: 50px;
}    

div.planinfo2{
    max-width: 1200px;
    margin: 0 auto;
}

div.planpayareatxt2 h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 30px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width: 767px) {
    div.planpayareatxt2 h2{
        font-size: 200%;
    }
    div.planpayarea2{
    padding: 30px 0px 0px 0px;
    margin-bottom: 20px;
}  
}   




div.planpayareaph2{
    text-align: center;
    margin: 0px 0px 20px 0px;
    
}
@media screen and (max-width: 767px) {
    div.planpayareaph2{
        margin: 0px 0px 10px 0px;
    }
}   

div.planpayarea2 h6{
    font-size: 100%;
    margin: 0px 20px 0px 20px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
}






/*ポイントビジネス*/

div.pointbusiness{
    padding-top: 20px;
    margin-bottom: 30px;
}    

div.pointinnnerbusiness h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}


@media screen and (max-width: 767px) {
    div.pointinnnerbusiness h2{
        font-size: 200%;
    }
}   


div.pointinnnerbusiness h4{
    font-size: 140%;
    margin: 0px 20px 10px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width: 767px) {
    div.pointinnnerbusiness h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}

div.pointinnnerbusiness h5{
    font-size: 200%;
    padding:  10px 20px 10px 20px;
    text-align: center;
    background-color: #61A558;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    div.pointinnnerbusiness h5{
        margin-bottom: 20px;
        font-size: 180%;
    }
} 




/*料金*/

div.plan{
    background-color: #fff;
    padding:0px 0px 80px 0px;
}

div.planinnner{
    padding: 30px 0px 30px 0px;
}


div.plantext h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width: 767px) {
    div.plantext h2{
        font-size: 200%;
    }
}   



div.plantext h4{
    font-size: 140%;
    margin: 0px 20px 30px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width: 767px) {
    div.plantext h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}

div.plantext2 h4{
    font-size: 140%;
    margin: 30px 20px 50px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}
@media screen and (max-width: 767px) {
    div.plantext2 h4{
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}



div.planph{
    text-align: center;
    margin: 0px 20px 0px 20px;
}


div.planph h5{
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 200%;
    padding:  10px 20px 10px 20px;
    text-align: center;
    background-color: #61A558;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    max-width: 1200px;
}

@media screen and (max-width: 767px) {
    div.planph h5{
        font-size: 180%;
        margin-bottom: 20px;
    }
    div.planph{
    margin: 0px 0px 0px 0px;
}
} 
    
/*お申込み・お支払の流れ*/
div.planpay{
    padding-top: 20px;
    
    
}    

div.planpaytxt h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}

@media screen and (max-width: 767px) {
    div.planpaytxt h2{
        font-size: 200%;
    }
}   




div.planpayph{
    text-align: center;
    margin: 0px 0px 50px 0px;
    
}


/*よくあるご質問*/

div.qatitle h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}

@media screen and (max-width: 767px) {
    div.qatitle h2{
        font-size: 200%;
    }
}   


div.qaatxt{
    margin: 50px 0px 50px 0px;
    text-align: center;
    
}



/*ポイント*/

div.point{
    background-color: #FAF6E2;
    padding-top: 20px;
}

div.pointinnner2{
    max-width: 1200px;
    padding: 30px 0px 50px 0px;
    text-align: center;
    margin: 0 auto;
}

div.pointinnner2 h5{
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 200%;
    padding:  10px 20px 10px 20px;
    text-align: center;
    background-color: #B53532;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    max-width: 1200px;
}

@media screen and (max-width: 767px) {
    div.pointinnner2 h5{
        font-size: 180%;
        margin-bottom: 20px;
    }
    div.point{
    padding-top: 0px;
}
    
div.pointinnner2{
    padding: 0px 0px 50px 0px;
}
} 

 div.pointinnner2 h4{
    font-size: 140%;
    margin: 0px 0px 10px 0px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: left;
    
}
@media screen and (max-width: 767px) {
    div.pointinnner2 h4{
        margin: 0px 20px 10px 20px;
        font-size: 130%;
        letter-spacing: 0.12em;
        line-height: 1.5;
        text-align: left;
    }
}   




/*会社概要*/

div.info{
    background-color: #fff;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


div.infoinnner{
    padding: 30px 0px 50px 0px;

}

div.info h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;    
}

@media screen and (max-width: 767px) {
    div.info h2{
        font-size: 200%;
    }
}   


div.info3{
    background-color: #FAF6E2;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    div.info3{
        margin-bottom: 20px;
        padding-top: 0px;
    }
}   

div.info3 h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;    
}

@media screen and (max-width: 767px) {
    div.info3 h2{
        font-size: 200%;
        margin: 20px 30px 20px 30px;
    }
}   


/* 買取例 */
div.point3{
    background-color: #FAF6E2;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top:80px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    div.point3 {
        margin-bottom:10px;
    }
}   

div.pointinnner3{
    padding: 30px 0px 50px 0px;

}

div.point3 h2{
    color: #61A558;
    font-size: 250%;
    font-weight: bold;
    margin: 50px 30px 20px 30px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;    
}
@media screen and (max-width: 767px) {
    div.point3 h2{
        font-size: 200%;
        margin-top:20px;
    }
}   

div.point3 h4{
    font-size: 140%;
    margin: 0px 20px 50px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}


/* table01 */
.table_design03 {
  border-collapse: collapse;
  width: 100%;
  max-width: 1200px;
  padding: 0px 5px 0px 5px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .table_design03{
        margin-bottom: 20px;
    }
}   
.table_design03 th, .table_design03 td {
  border-bottom: 2px solid #c1c7c6;
  padding: 1em;
  font-size: 120%;
}
.table_design03 th {
  border-bottom: 2px solid #61A558;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  width: 22%;
  min-width: 1em;
}

.infotabletxt {
    border-bottom: 2px solid #c1c7c6;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0px 15px 100px 15px;
    
}

.infotabletxt p {
    font-size: 120%;
    line-height: 1.8em;
}




/*ボタン*/
div.program1_button{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    div.program1_button{
        display: block;
        justify-content: none;
        padding: 0px 20px 0px 20px;
    }
}



div.program1_button img{
    margin: 0px 30px 50px 30px;
}
@media screen and (max-width: 767px) {
    div.program1_button img{
        margin: 0px 0px 20px 0px;
        width: 100%;
    }
}

div.program1_button2{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    div.program1_button2{
        display: block;
        justify-content: none;
        padding: 20px 20px 0px 20px;
    }
}



div.program1_button2 img{
    margin: 0px 30px 50px 30px;
}
@media screen and (max-width: 767px) {
    div.program1_button2 img{
        margin: 0px 0px 30px 0px;
        width: 100%;
    }
}




/*フォーム*/

div.form{
    margin: 30px  50px 30px 50px;
    
}


/*SNS*/

div.sns h4{
    font-size: 140%;
    margin: 50px 20px 10px 20px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
    
}



div.snsblock{
    margin: 0 auto;
    text-align: center;
}


hr{
    max-width: 1200px;
    margin-bottom: 20px;
    margin-top: 20px;
    
}



/*フッター*/
div.infomation{
    background-color: #fff;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 1200px;
}

div.infoph{
    padding: 30px 0px 0px 0px;
    text-align: center;
    max-width: 1000px;
}



footer.footercompany{
    text-align: center;
    background: #fff;
    padding: 20px 0px 0px 0px ;
}



div.copyright {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin-top: 1em;
    padding: 10px 0px 10px 0px; 
    letter-spacing: .03em;
    background-color: #61A558;
}
    
      @media screen and (max-width: 767px) {
        div.copyright {
        color: #4D4D4D;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        margin-top: 0em;
        padding-bottom: 8em;
        letter-spacing: .03em; 
        background-color: #fff;
          }
      }




/* cta */

@media only screen and (max-width: 3000px) {

  .btn-cta {
      display: none;
  }



@media only screen and (max-width: 767px) {

.btn-cta li a.mail {
  background-color: #ED6A02;
}

.btn-cta li a.tel {
  background-color: #61A558;
}
    
  .btn-cta {
      display: flex;
      position: fixed;
      right: 0;
      z-index: 9999;
      text-align: center;
      width: 100%;
      flex-wrap: wrap;
      flex-direction: row;
      bottom: 0;
  }

  .btn-cta li {
    width: calc(100% / 2);
    list-style:none;
  }

  .btn-cta li:first-child {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 3.5rem;
    color: #231815;
    background-color: #D7E7AF;
    list-style:none;

  }

  .btn-cta li a {
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style:none
  }

  .btn-cta li a img {
    width: 4rem;
  }
    
  .btn-cta li a p {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px 10px 0px 10px; 
    font-size: 110%;  
  }
}

@media only screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}

/* END CSS */
