
/* --------------- */
/* posregi_suggest */
/* --------------- */

/* all */

img {
    object-fit: contain;
    width: -webkit-fill-available;
width: auto;
}


/* html[lang="ja"] {
 font-family: YakuHanJP, 'Noto Sans JP', 'noto-fallback', 'rome_num', sans-serif;
}  */
* {
  box-sizing: border-box;
  font-family: YakuHanJP, 'Noto Sans JP', 'noto-fallback', 'rome_num', sans-serif;
}

.pc { display: block !important; }
.sp { display: none !important; }
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* 業種 */
/* Styles for the industry solutions grid */
.gyousyu_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.gyousyu_box > div {
  text-align: center;
  border: 1px solid #DFE2DE;
  padding: 15px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.gyousyu_box > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gyousyu_box a {
  display: block;
  transition: .3s;
  text-decoration: none;
}

.gyousyu_box a:hover {
  opacity: 0.8;
}

.gyousyu_box p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  
}

.gyousyu_box img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  border-radius: 4px;
}

/* Responsive adjustments */
@media screen and (max-width: 912px) {
  .gyousyu_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .gyousyu_box h2 {
    font-size: 14px;
  }
  
  .gyousyu_box > div {
    padding: 10px;
  }
}

/* 業種 */


/* cashless */
/* 選べるキャッシュレス決済セクション */
/* .cashless-payment-section {
  margin: 50px 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
} */

.cashless-payment-section .title_main {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #00863C;
  font-size: 2.4rem;
  border-bottom: 2px solid #666;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.cashless-payment-section .title_main img {
  width: 40px;
  height: auto;
}

.cashless-payment-section .mb-30 {
  margin-bottom: 30px;
}

.cashless-payment-section .greenbg_btn_large {
  width: 300px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  background-color: #00863C;
  border: 0;
  border-radius: 50px;
  box-shadow: 0px 8px 15px rgba(74, 96, 75, 0.1);
  position: relative;
  padding: 15px;
  transition: .3s;
  margin: 0 0 10px auto;
}

.cashless-payment-section .greenbg_btn_large:hover {
  opacity: 0.8;
  color: #fff;
}

/* .cashless-payment-section .right {
  float: right;
} */

/* 決済端末のスライダー風デザイン */
.cashless-terminals {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding: 6px 0;
  scrollbar-width: thin;
  margin-bottom: 30px;
}

.cashless-terminals::-webkit-scrollbar {
  height: 6px;
}

.cashless-terminals::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.cashless-terminals::-webkit-scrollbar-thumb {
  background: #AAD1BC;
  border-radius: 10px;
}

.cashless-terminal-item {
  min-width: 156px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  transition: transform 0.3s;
}

.cashless-terminal-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cashless-terminal-item a {
  text-decoration: none;
  color: #333;
}

.cashless-terminal-item figure {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.cashless-terminal-item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.cashless-terminal-item p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

/* 決済種類カテゴリー */
.cashless-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.cashless-category {
  flex: 1;
  min-width: 250px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.cashless-category h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #00863C;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.cashless-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.cashless-logos img {
  height: 30px;
  width: auto;
  object-fit: contain;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .cashless-payment-section .title_main {
    font-size: 1.8rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .cashless-payment-section .title_main img {
    width: 30px;
  }
  
  .cashless-payment-section .greenbg_btn_large {
    width: 100%;
    font-size: 14px;
    padding: 12px;
  }
  
  .cashless-terminal-item {
    min-width: 120px;
    padding: 10px;
  }
  
  .cashless-terminal-item figure {
    height: 80px;
  }
  
  .cashless-terminal-item img {
    max-height: 60px;
  }
  
  .cashless-terminal-item p {
    font-size: 12px;
  }
  
  .cashless-category {
    min-width: 100%;
  }
}
/* cashless */

#posregi_suggest .small {
  font-size: 12px;
}
#posregi_suggest p {
  /* font-size: 16px; */
  line-height: 1.7;
}
#posregi_suggest .jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#posregi_suggest .ttl_num {
  font-size: 80px;
  font-style: italic;
  color: #AAD1BC;
}

#posregi_suggest .flex {
  display: flex;
}
#posregi_suggest .bold {
  font-weight: bold;
}
#posregi_suggest .bg-white {
  background-color: #fff;
  padding: 5px 20px;
}
#posregi_suggest .bg-black {
  background-color: #333;
  padding:  8px 20px 5px;
  border-radius: 10px;
}
#posregi_suggest .f-black {
  color: #333;

}

#posregi_suggest .balloon{  
  position: relative;
height: auto;
color: #fff;
margin-bottom: 10px!important;
}

#posregi_suggest .balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 13px 10px 0 10px;
}

#posregi_suggest .f-orange {
  color: #DB6A35;
}
#posregi_suggest .bg-green {
  background-color: #20863C;
}
#posregi_suggest .f-green {
  color: #20863C;
  font-weight: 800;
}
#posregi_suggest .bg-lightgreen {
  background-color:#00863C;
}
#posregi_suggest .bg-gray {
  background-color:#23232d;
}
#posregi_suggest .bg-blue {
  background-color: #147087;
}
#posregi_suggest .bg-lightblue {
  background-color: #eaf5df;
}
#posregi_suggest .bg-whiteblue {
  background-color: #EEEEEE;
}
#posregi_suggest .value {
  color: #FF0000;
}
#posregi_suggest .btn {
  background-color: #00863C;
  color: #fff;
  border-radius: 200px;
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
	position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  max-width:290px ;
  margin: auto;
}
#posregi_suggest .btn:hover {
  opacity: 0.7;
}
#posregi_suggest .btn:after {
  position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	color: #fff;
	border-top: solid 3px;
	border-right: solid 3px;
	transform: rotate(135deg);
  top: 15px;
  margin-left: 10px;
}
#posregi_suggest .btn.btn_blue {
  background-color: #0A5F75;
}
#posregi_suggest .mb-20 {
  margin-bottom: 20px;
}

#posregi_suggest .inr_wrapper.inr_wrapper__fix {
  width: 100%;
  max-width: 1000px;
  padding: 0 4%;
}
/* #posregi_suggest .marker {
    background: linear-gradient(transparent 70%, #ffc8ad 0%);
} */
#posregi_suggest h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
#posregi_suggest h3 {
  /* font-size: 24px; */
  /* margin-bottom: 10px; */
  line-height: 1.5;


}
#posregi_suggest a:hover {
  opacity: 0.7;
  color: auto!important;
}

/* fv */

.hero_wrap{padding: 0 30px;

margin-bottom: 10px;
align-items: center; 
 display: flex
; 
     flex-wrap: wrap; 
    justify-content: center;
}

.hero_wrap img{max-height: 350px;
object-fit: contain;}
#posregi_suggest .fv {
  padding-top: 45px;
  background-image: url(../../img/lp/lp_mv_w_trans.png), linear-gradient(to right,rgb(245 255 214), rgb(255 255 255 / 0%));
  background-size: cover;
  /* mix-blend-mode: multiply; */
  width: 100%;
  background-position-y: -60px;
  /* mix-blend-mode: multiply; */
}

/* #posregi_suggest .fv::before {
background-color: gray;
content: "";
background-size: cover;
} */
#posregi_suggest .fv .inr_wrapper {
  text-align: center;
  position: relative;
  width: fit-content;
}
#posregi_suggest .fv p {
  font-size: 20px;
  margin-bottom: 1px;
  font-weight: bold;
}
#posregi_suggest .fv .icon {
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  left: -10px;
  bottom: 45px;
  z-index: 1;
}
#posregi_suggest .fv .icon:hover {
  opacity: 0.7;
  cursor: pointer;
}
#posregi_suggest #whatIsPosregiContents {
  display: none;
  position: absolute;
  top: 150px;
  left: -20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  z-index: 900;
}
#posregi_suggest #whatIsPosregiContents .flex {
  align-items: center;
}
#posregi_suggest #whatIsPosregiContents .flex > img {
  height: 200px;
  margin-right: 20px;
width: 100%;
    object-fit: contain;
}
#posregi_suggest #whatIsPosregiContents p {
  font-size: 16px;
  color: #333;
  text-align: left;
}
#posregi_suggest #whatIsPosregiContents p.img {
  text-align: center;
  margin-bottom: 0;
}
#posregi_suggest #whatIsPosregiContents p.img img {
  height: 70px;
       width: 100%;
    object-fit: contain;

}
#posregi_suggest .fv p {

}

#posregi_suggest .fv h1 {
  font-size: 65px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#posregi_suggest .fv h1 .fs-30 {font-size: 30px;}
#posregi_suggest .fv h1 .fs-40 {font-size: 40px;}
#posregi_suggest .fv h1 .fs-50 {font-size: 50px;}
#posregi_suggest .fv h1 .fs-60 {font-size: 60px;}
#posregi_suggest .fv h1 .fs-80 {font-size: 80px;}
#posregi_suggest .fv .slider img {
  width: 40%;
  padding: 0;
  height: auto;
  margin: 0 auto;
  max-height: 150px;
    object-fit: contain;
}
#posregi_suggest .fv .slider img.img3 {
  width: 25%;
  margin: 0 auto;
}
#posregi_suggest .fv .scroll-icon {
  margin:  0;
  text-align: center;
  margin-top: -70px;
  display: flex
;
    justify-content: center;
}
#posregi_suggest .fv .scroll-icon img {
  width: 50px;
}


.fv_button  {
	display: block;;
	align-items: center;
	color: #fff;
	font-weight: bold;
  font-size: 16px;
	background: #00863C;
	box-shadow: 0 3px 5px 1px rgb(0, 0, 0, 10%);
	border-radius: 40px;
	cursor: pointer;
	padding:20px 30px;
	position: relative;
  width: fit-content;
  margin: auto;
  left: -18px;
}

.fv_button:hover{	color: #fff;}

.fv_button::after {
	font-family: "Font Awesome 5 Free";
	content: "\f103";
	font-weight: 900;
	margin: 0 0 0 10px;
}

#posregi_suggest #btnGroup {
  /* padding: 30px; */
}


/*_____dekiru______ */
.dekiru{
	display:flex;
	justify-content: center;
	align-items: center;
	gap : 30px;
	padding: 50px 0;
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
}

.dekiru .dekiruTxt{
 /* background-color: #EEEEEE; */
  border-radius: 10px;
  padding: 0 ;
  width: 50%;
}
.dekiru .dekiruTxt h2{
	font-size: 3.6rem !important;
	line-height: 1.2;
}
.dekiru .dekiruTxt h3{
	font-size: 1.6rem !important;
}
.dekiru .dekiruImg{
  width: 50%;
}
.dekiru .dekiruImg img{
  width: 100%;
}

/* onayami */
#posregi_suggest .onayami {
  padding: 30px 0;
  background:#eaf5df;
}
#posregi_suggest .onayami h2{
color:#00863c;
}
#posregi_suggest .onayami .inr_wrapper {
  text-align: center;
  padding: 0 ;
  max-width: 1060px;
  
}
#posregi_suggest .onayami .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1%;
}
#posregi_suggest .onayami .onayami_box {
  padding: 5px;
  background: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 34%;
  border-radius: 10px;
}
#posregi_suggest .onayami .onayami_box {
  /* padding: 0 15px; */
  /* background: #fff; */
}
#posregi_suggest .onayami .onayami_box p {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
}
#posregi_suggest .onayami .onayami_box p img.pc {
  margin: 0 auto;
  height: 200px;
}
#posregi_suggest .onayami .onayami_box p:first-child {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}

#posregi_suggest .onayami .onayami_box .ilust {
	width: 80px;
}
#posregi_suggest .onayami .onayami_box .ilust img {
	width:100%;
	height: 100%;
}

#posregi_suggest .solution {
  margin: 30px auto 0 ;
  width: 1060px;
  padding: 15px 0;
  position: relative;
  color: #fff;
  border-radius: 10px;
  text-align:center;
}

#posregi_suggest .solution::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -19px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #00863C transparent transparent transparent;
  border-width:20px 20px 0 20px;
}
#posregi_suggest .solution h3{
	font-size:3.6rem;
	line-height: 1.2;
}

#posregi_suggest .onayami .triangle img {
  width: 100%;
  height: 40px;
    object-fit: fill;
}



#posregi_suggest #selectZone .inr_wrapper {
  max-width: 1100px;
}

/* selectBox */
.inr_wrapper>.flex> p{
  display:flex; /* ←これを指定 */
  align-items: center;  /* ←これを指定 */

}
#posregi_suggest #selectBox .flex {
  justify-content: center;
}
#posregi_suggest #selectBox {
  background-color: #EEEEEE;
  /* padding: 20px 0; */
}
#posregi_suggest #selectBox #gyoshuBtn,
#posregi_suggest #selectBox #shuruiBtn{
  margin-right: 20px;
}
#posregi_suggest #selectBox #gyoshuBtn,
#posregi_suggest #selectBox #mokutekiBtn,
#posregi_suggest #selectBox #shuruiBtn {
  padding:10px 40px 5px 40px;
  font-size: 28px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
#posregi_suggest #selectBox #gyoshuBtn:hover,
#posregi_suggest #selectBox #mokutekiBtn:hover,
#posregi_suggest #selectBox #shuruiBtn:hover,
#posregi_suggest #btnGroup #gyoshu .flex.mb div:hover,
#posregi_suggest #btnGroup #mokuteki .flex.mb div:hover,
#posregi_suggest #btnGroup #shurui .flex.mb div:hover {
  opacity: 0.7;
  cursor: pointer;
}
#posregi_suggest #btnGroup #gyoshu .flex.mb div p img {
  width: 30px;
  vertical-align: bottom;
  margin-right: 10px;
}
#posregi_suggest #selectBox span {
  font-size: 20px;
  padding-left: 5px;
}
/* クリックでselected付与 */
#posregi_suggest #selectBox #gyoshuBtn.selected,
#posregi_suggest #selectBox #mokutekiBtn.selected,
#posregi_suggest #selectBox #shuruiBtn.selected {
  background-color: #eaf5df;
  color: #19750a;
}

/* 種類ボタン修正202501 */

.device_wrap>div{
 flex-direction: column;
  width: calc(100%/4 - 20px );

  padding: 10px 15px !important;
}
.device_wrap>div img{
  width: 100%;
object-fit: cover;
max-height: 110px;}

.device_wrap p{
  text-align: center;
margin-top: 5px;
align-items: center;
        display: flex
;
        justify-content: center;
        vertical-align: middle;
    }


/* 種類ボタン修正 */


/* btnGroup */
#posregi_suggest #btnGroup {
  /* padding: 30px; */
}
#posregi_suggest #btnGroup h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
#posregi_suggest #btnGroup h2 span {
  font-size: 120%;
  color: #19750a;
}
#posregi_suggest #btnGroup #gyoshu .flex,
#posregi_suggest #btnGroup #mokuteki .flex,
#posregi_suggest #btnGroup #shurui .flex {
  flex-wrap: wrap;
  justify-content: left;
  gap: 20px;
}
#posregi_suggest #btnGroup #gyoshu .flex.mb div,
#posregi_suggest #btnGroup #mokuteki .flex.mb div,
#posregi_suggest #btnGroup #shurui .flex.mb div {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  align-items: center;
  display: flex
;
  justify-content: center;
  vertical-align: middle;
}
#posregi_suggest #btnGroup #gyoshu .flex.mb div {
  padding: 10px 20px;
}
#posregi_suggest #btnGroup #gyoshu .flex .item.active,
#posregi_suggest #btnGroup #mokuteki .flex .item.active,
#posregi_suggest #btnGroup #shurui .flex .item.active {
  border: 2px solid #19750a;
  color: #fff;
  background-color: #19750a;
  border-radius: 12px;
}


#posregi_suggest .part_small {
  font-size: 80%;
}


/* result */
#posregi_suggest #result {
  /* padding: 30px; */
  margin-bottom: 60px;
}
#posregi_suggest #result .flex {
  justify-content: center;
  align-items: center;
}
#posregi_suggest #result .ttl {
  /* margin-bottom: 30px; */
  background: #2d2d2d;
  color: #fff;
  padding: 5px 0;
}


#posregi_suggest #result h3 {
  font-size: 16px;
  margin-bottom: 0px;
  /* margin: 0 0 20px 20px; */
}
#posregi_suggest #result .black_box {
  background-color: #2d2d2d;
  color: #fff;
  margin: 0 auto 10px auto;
  padding: 2px 0;
  font-weight: bold;
  width: 100%;
}
#posregi_suggest #result p {
  margin-bottom: 10px;
  display: flex
  ;
      justify-content: center;
}
#posregi_suggest #result p.product_image >img{
  height: 150px;
  max-width: 300px;
  object-fit: contain;
}
#posregi_suggest #result p img {
  height: 30px;
}
#posregi_suggest #result #resultPattern0 p {
  width:100%;
  padding: 50px 0;
  font-size: 26px;
  font-weight: bold;
  background-color: #fff;
  color: #999;
  border: 3px dashed #999;
  text-align: center;
}
#posregi_suggest #result .suggest {
  padding: 0 20px 0 0;
  margin: 20px 20px 20px 0;
  border-right: 1px solid #ddd;
  width: 100%;
  text-align: center;
}
#posregi_suggest #result .suggest.suggest_a {
  margin-left: 0;
}
#posregi_suggest #result .suggest.suggest_c {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#posregi_suggest #result .suggest.suggest_c .mb {
  margin-bottom: 30px;
}
#posregi_suggest #result #resultPattern2 .suggest.suggest_b {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
#posregi_suggest #result #resultPattern3 .suggest,
#posregi_suggest #result #resultPattern4 .suggest,
#posregi_suggest #result #resultPattern5 .suggest,
#posregi_suggest #result #resultPattern6 .suggest,
#posregi_suggest #result #resultPattern7 .suggest,
#posregi_suggest #result #resultPattern8 .suggest,
#posregi_suggest #result #resultPattern9 .suggest {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  width: 50%;
}

/* js関係style */
#posregi_suggest .hide {
  display: none;
}
#posregi_suggest .visible {
  display: block;
}

/* ----- */
/* bcpos */
/* ----- */
#posregi_suggest #bcposFeature1 {
  border-top: none;
}
#posregi_suggest #bcposFeature1 .inr_wrapper {
  background-color: #fff;
  padding: 60px;
}
#posregi_suggest #bcposOthers .inr_wrapper .inr_wrapper {
  padding: 60px;
}

#posregi_suggest #bcposOthers .inr_wrapper .inr_wrapper2 {
  padding: 30px 60px;
}

.chart {
  padding: 30px 0px;
}

#posregi_suggest #bcposFeature1 .inr_wrapper.inr_wrapper__fix,
#posregi_suggest #bcposOthers .inr_wrapper.inr_wrapper__fix {
  background-color: #e6f3e6;
  padding: 10px 60px;
}
#posregi_suggest #bcposFeature1 .main_ttl2,
#posregi_suggest #rearegiFeature1 .main_ttl2 {
  background-color: #20863C;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
}
#posregi_suggest #bcposFeature1 .main_ttl2 img,
#posregi_suggest #rearegiFeature1 .main_ttl2 img{
  width: 200px;
}

#posregi_suggest #bcposFeature1 .bg-green {
  padding: 60px 0;
}
/* #posregi_suggest .omona_feature h2 {
  text-align: center;
  margin-bottom: 20px;
}
#posregi_suggest .omona_feature .box {
  margin-right: 10px;
  text-align: center;
}
#posregi_suggest .omona_feature .box p {
  font-size: 16px;
}
#posregi_suggest .omona_feature .box.box__5 {
  margin-right: 0;
}
#posregi_suggest .omona_feature .box img {
  width: 100%;
} */

#posregi_suggest .omona_feature {
  padding: 30px 0;
}

#posregi_suggest .omona_feature h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

/* 見出しの下に装飾線を変更 - より控えめに */
#posregi_suggest .omona_feature h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #2ea663; /* 単色のネイビーブルー */
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* フレックスボックスのレイアウト改善 */
#posregi_suggest .omona_feature .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

#posregi_suggest .omona_feature .box {
  flex: 1;
  min-width: 150px;
  margin-right: 0;
  text-align: center;
  background-color: white;
  border-radius: 8px; /* 角丸も控えめに */
  padding: 10px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-bottom: 3px solid #67b456; /* 全てのボックスに同じグレーのトップボーダー */
}

#posregi_suggest .omona_feature .box:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

#posregi_suggest .omona_feature .box p:nth-child(2) {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0px;
  font-weight: 500;
}

#posregi_suggest .omona_feature .box p:last-child {
  color: #444; /* より暗めのグレーに */
}

/* 画像サイズの調整 */
#posregi_suggest .omona_feature .box img {
  width: 100%;
  height: auto;
  /* margin: 0 auto 10px; */
  max-width:140px;
  transition: all 0.3s ease;
}

/* アクセントカラーの代わりに、ボックスを統一感のあるデザインに */
/* 個別のアクセントカラーが必要な場合は、より控えめな色調に */
/*
#posregi_suggest .omona_feature .box.box__1 {
  border-top-color: #4a7aaf;
}

#posregi_suggest .omona_feature .box.box__2 {
  border-top-color: #4a7aaf;
}

#posregi_suggest .omona_feature .box.box__3 {
  border-top-color: #4a7aaf;
}

#posregi_suggest .omona_feature .box.box__4 {
  border-top-color: #4a7aaf;
}

#posregi_suggest .omona_feature .box.box__5 {
  border-top-color: #4a7aaf;
}
*/

/* 無料ラベルなどのアクセント要素用 - より控えめに */
#posregi_suggest .omona_feature .label-free {
  background-color: #3d6a96;
  color: white;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

/*  */

#posregi_suggest .main_ttl {
  padding: 0px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}



#posregi_suggest .main_ttl h2 {
  margin: 0 0 0 20px;
  line-height: 20px;
  color: #333;
  margin-bottom: -40px;
}
#posregi_suggest .main_ttl p img {
  height: 100%;
  width: 200px;
}


#posregi_suggest .main_ttl2 {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
#posregi_suggest .main_ttl2 h2 {
  margin: 0 0 0 20px;
  line-height: 100px;
  color: #fff;
}
#posregi_suggest .main_ttl2 p img {
  height: 100%;
  width: 200px;
}
#posregi_suggest h2 span {
  font-size: 80%;
    width: auto;
}
#posregi_suggest .inr_wrapper {
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#posregi_suggest .inr_wrapper {

}
/* #posregi_suggest .feature_contents {
  margin-bottom: 40px;
}
#posregi_suggest .feature_contents:last-child {
  margin-bottom: 0;
}

#posregi_suggest .feature_contents .flex {
  justify-content: flex-start;
}
#posregi_suggest .feature_contents .text {
  margin-right: 20px;
  width: 100%;
}
#posregi_suggest .feature_contents .img img {
  max-width: 229px;
  height: auto;
}
#posregi_suggest .feature_contents .text h3 {
  border-bottom: 1px solid #AAD1BC;
  position: relative;
  margin-left: 60px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#posregi_suggest .feature_contents .text h3:before {
  content: "1";
  color: #AAD1BC;
  position: absolute;
  font-size: 80px;
  font-family: "jost";
  font-weight: normal;
  font-style: italic;
  left: -60px;
  top: -50px;
}
#posregi_suggest .feature_contents.contents2 .text h3:before {content: "2";}
#posregi_suggest .feature_contents.contents3 .text h3:before {content: "3";}
#posregi_suggest .feature_contents.contents4 .text h3:before {content: "4";}
#posregi_suggest .feature_contents.contents5 .text h3:before {content: "5";}
 */

 /***********************************************
 * 全体のベースレイアウト・装飾を整える
 ***********************************************/
#posregi_suggest .feature_contents {
  display: flex;               
  align-items: center;         
  gap: 24px;                   /* 要素間のスペースを少し広げる */
  padding: 24px;               
  border-radius: 8px;          
  border: 1px solid #eee;      
  margin-bottom: 30px;         
  background-color: #fafafa;   
}

/* 最後のセクションは余白をなくす */
#posregi_suggest .feature_contents:last-child {
  margin-bottom: 0;
}

/***********************************************
 * テキスト部分
 ***********************************************/
#posregi_suggest .feature_contents .text {
  flex: 1;                      
  margin-right: 0;              
  width: auto;                  
}

#posregi_suggest .feature_contents .text h3 {
  font-size: 2.2rem;
  color: #191919;
  margin: 0 0 12px 0;              /* 見出しと本文の間に余白をとる */
  padding-bottom: 8px;
  border-bottom: 2px solid #AAD1BC;
  position: relative;
}

/* 見出し番号（背景アクセント） */
#posregi_suggest .feature_contents .text h3:before {
  content: "1";
  color: #AAD1BC;
  position: absolute;
  font-size: 55px;  /* 背景番号も少し大きく */
  font-family: "jost", sans-serif;
  font-weight: normal;
  font-style: italic;
  left: -63px;
  top: 50%;
  opacity: 0.8;
}

/* セクションごとの番号差し替え */
#posregi_suggest .feature_contents.contents2 .text h3:before {
  content: "2";
}
#posregi_suggest .feature_contents.contents3 .text h3:before {
  content: "3";
}
#posregi_suggest .feature_contents.contents4 .text h3:before {
  content: "4";
}
#posregi_suggest .feature_contents.contents5 .text h3:before {
  content: "5";
}

#posregi_suggest .feature_contents .text p {
  line-height: 1.8;            /* 行間を広めにして読みやすく */
  color: #555;
  margin: 0;
  margin-top: 6px;

}/***********************************************
 * 全体のベースレイアウト・装飾を整える
 ***********************************************/
#posregi_suggest .feature_contents {
  display: flex;               /* テキストと画像を横並びに */
  align-items: flex-start;     /* テキストが上詰めになりすぎないよう */
  gap: 20px;                   /* 要素間に適度なスペースを */
  padding: 20px;               /* 内側の余白を増やして読みやすく */
  border-radius: 8px;          /* 角丸 */
  border: 1px solid #eee;      /* 淡い枠線で区切り感 */
  margin-bottom: 40px;         /* 下方向の余白 */
  background-color: #fafafa;   /* 薄いグレー背景でブロックを目立たせる */
}
#posregi_suggest .feature_contents .flex {  gap: 40px;  
  align-items: anchor-center;  

  justify-content: space-between;
  width: 100%;}
/* 最後のセクションは余白をなくす */
#posregi_suggest .feature_contents:last-child {
  margin-bottom: 0;
}

/***********************************************
 * テキスト部分
 ***********************************************/
#posregi_suggest .feature_contents .text {
  flex: 1;             /* テキスト領域を可変 */
  margin-right: 0;     /* gap で調整するので右マージンは0 */
  width: auto;
}

#posregi_suggest .feature_contents .text h3 {
  margin: 0 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #AAD1BC;
  position: relative;
}



/* セクションごとの番号置き換え */
#posregi_suggest .feature_contents.contents2 .text h3:before {
  content: "2";
}
#posregi_suggest .feature_contents.contents3 .text h3:before {
  content: "3";
}
#posregi_suggest .feature_contents.contents4 .text h3:before {
  content: "4";
}
#posregi_suggest .feature_contents.contents5 .text h3:before {
  content: "5";
}

#posregi_suggest .feature_contents .text p {
  /* 元の文字サイズはそのまま */
  line-height: 1.7;     /* 行間を広めにして可読性を上げる */
  margin-top: 5px;      /* 見出しや他要素との間隔を確保 */
  margin-bottom: 0;
  color: #444;          /* 少し濃いめのグレイで背景とのコントラストを確保 */
}

/***********************************************
 * 画像部分
 ***********************************************/
#posregi_suggest .feature_contents .img {
  flex: 0 0 auto;       /* 画像の幅は必要な分だけ確保 */
  text-align: center;   /* 画像を中央寄せ */
}

#posregi_suggest .feature_contents .img img {
  max-width: 220px;
  height: auto;
  border-radius: 4px;   /* 角丸 */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);  /* うっすら影を付けて立体感 */
}


/* 料金比較表 */
#posregi_suggest .chart h2 {
  text-align: center;
  font-size: 30px;
}
#posregi_suggest .chart span {
  font-size: 80%;
  font-weight: bold;
  padding: 5px 10px;
  margin-left: 20px;
}
#posregi_suggest .chart table {
  width: 100%;
  margin: 0 auto 10px auto;
}
#posregi_suggest .chart table td,
#posregi_suggest .chart table th {
  border-collapse: collapse;
  border: 1px solid #AAAAAA;
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  background-color: #fff;
}
#posregi_suggest .chart table .blank {
  border: 0px;
  background-color: transparent;
}
#posregi_suggest .chart table .company .stand {
  background-color: #DB6A34;
  color: #fff;
  border: 20px solid #DB6A34;
}
#posregi_suggest .chart table .company th {
  text-align: center;
}
#posregi_suggest .chart table .kingaku th {
  text-align: center;
  line-height: 1.3;
}
#posregi_suggest .chart table .kingaku th span,
#posregi_suggest .chart table .kingaku td span {
  font-size: 80%;
  padding: 0;
  margin: 0;
  font-weight: inherit;
}
#posregi_suggest .chart table .kingaku .stand {
  border: 20px solid #DB6A34;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  color: #DB6A34;
  font-size: 24px;
}
#posregi_suggest .chart table .kingaku .stand.bottom {
  border-bottom: 20px solid #DB6A34;
  line-height: 1.2;
}
#posregi_suggest .chart .note {
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
}

.jichitai_rearegi{gap:30px;}

.rearegi_kessai{
  justify-content: left;
}

.rearegi_kessai img:nth-child(1){max-width: 250px;}

.col-7_2 {padding: 0 .5%;
  width: 50.33%;}
/* recommend */
/* #posregi_suggest .recommend .starTtl {
  position: relative;
}
#posregi_suggest .recommend .starTtl img {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 68px;
}
#posregi_suggest .recommend .starTtl h3 {
  font-size: 24px;
  padding: 10px 0 10px 100px;
  border: 1px solid #999;
}
#posregi_suggest .recommend .prod {
  border-bottom: 1px solid #ddd;
}
#posregi_suggest .recommend .prod .flex {
  padding: 20px 0 20px 80px;
  align-items: center;
}
#posregi_suggest .recommend .prod img {
  width: 150px;
  height: auto;
  margin-right: 20px;
}
#posregi_suggest .recommend .prod img.kenbaiki {
  width: 70px;
}
#posregi_suggest .recommend .prod .text {
  margin-left: 20px;
}
#posregi_suggest .recommend .prod .text h3 {
  font-size: 24px;
}
#posregi_suggest .recommend .prod .text p {
  font-size: 34px;
  color: #FF0000;
  font-weight: bold;
}
#posregi_suggest .recommend .prod .text p span {
  font-size: 26px;
}
#posregi_suggest .recommend .prod .text p span.small {
  font-size: 14px;
  color: #333;
} */

#posregi_suggest .label-hot {
  position: absolute;
  top: -15px;
  right: -5px;
  background: rgb(182 30 16);
  color: white;
  padding: 8px 12px;
  font-size: 0.85em;
  font-weight: bold;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* リボンの三角形部分を作成 */
#posregi_suggest .label-hot:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 10px solid rgb(182 30 16);
}

/* リボンの末端を装飾 */
#posregi_suggest .label-hot:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid rgb(143, 21, 10);/* 少し暗い色 */
}
/* Main wrapper */
.inr_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Recommend section */
.recommend {
  background-color: transparent;
}

/* Star title section */
.starTtl {
  position: relative;
  display: flex;
  align-items: center;
  background:  #ffdf31;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 8px;
}

.starTtl img {
  width: 38px;
  height: auto;
  margin: 0 15px;
}

.starTtl h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 16px 0;
  color: #333;
  letter-spacing: 0.05em;
}

/* Card Layout Container */
.recommend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.starTtl {
  grid-column: 1 / -1;
}

/* Product cards */
.prod {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: visible;

  display: flex;
  flex-direction: column;
}

.prod .flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.prod img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.prod .text {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

/* 説明文字を小さく */
.prod h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #555;
  line-height: 1.5;
}

.prod h4 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #232323;
  line-height: 1.5;
}

/* 価格文字を大きく */
.prod p {
  font-size: 29px;
  font-weight: 800;
  color: #e60012;
  display: flex;
  align-items: baseline;
  margin-top: auto;
}

.prod p span {
  font-size: 20px;
  margin-left: 2px;
  font-weight: 600;
}

.prod p .small {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin-left: 6px;
  opacity: 0.8;
}

/* おすすめバッジを削除 */
/* .prod.prod1::before {
  content: 'おすすめ';
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FFD700;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 4px;
  z-index: 1;
} */

/* Responsive adjustments */
@media (max-width: 992px) {
  .recommend {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* スマホ・タブレット向けに価格サイズ調整 */
  .prod p {
    font-size: 28px;
  }
  
  .prod p span {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .recommend {
    grid-template-columns: 1fr;
  }
  
  .prod h3 {
    min-height: auto;
  }
}

/* case */
/* #posregi_suggest .case h2 {
  text-align: center;
  margin-bottom: 40px;
}
#posregi_suggest .case h2 img {
  vertical-align: bottom;
  margin-right: 10px;
  height: 40px;
}
#posregi_suggest .case .case_1 .flex {
  margin-bottom: 0;
}
#posregi_suggest .case .flex {
  margin-bottom: 40px;
}
#posregi_suggest .case .case_2.flex {
  margin-bottom: 0;
}
#posregi_suggest .case .flex img {
  width: 300px;
  height: 100%;
}
#posregi_suggest .case .flex.client_intro img {
  width: 150px;
}

#posregi_suggest .case .text {
  width: 100%;
  margin-left: 20px;
}
#posregi_suggest .case .text .prod {
  display: block;
  margin-top: 20px;
  padding: 10px;
    border-radius: 1px;
}
#posregi_suggest .case .text .prod span {
  padding: 3px 5px;
  background-color: #fff;
  border: 1px solid #398347;
  margin-right: 10px;
}
#posregi_suggest .case .text span.cate {
  font-size: 16px;
  background-color: #333;
  padding: 5px;
  margin-right: 10px;
  color: #fff;
}
#posregi_suggest .case .text h3 {
  font-size: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #20863C;
  margin-bottom: 20px;
}
#posregi_suggest .case .text h4 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}
#posregi_suggest .case .flex.client_intro div {
  margin-left: 20px;
}
#posregi_suggest .case .flex.client_intro div p {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
} */


/* 親要素 */
#posregi_suggest .case {
  max-width: 1200px; /* コンテンツの横幅を制限 */
  margin: 0 auto;    /* センター寄せ */
  padding: 60px 20px;
  background-color: #fff; /* 白背景 */
  border-radius: 8px;     /* 角丸に */
  box-shadow: 0 4px 10px rgba(0,0,0,0.05); /* うっすら影をつける */
  display: flex;
      flex-direction: column;
      gap:20px;
}

/*  */


/* 見出し */
/* #posregi_suggest .case h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px; 
  color: #333;
  position: relative;
  margin-bottom: 0px;
  display: inline-block;
  width: fit-content;
  margin: auto;
  left: 7%;


} */

#posregi_suggest .case h2 {
  display: flex;
  align-items: center;      /* 縦方向の中央揃え */
  justify-content: center;  /* 横方向の中央揃え */
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

#posregi_suggest .case h2 img {
  height: 40px;
  margin-right: 10px;
}
/* #posregi_suggest .case h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #398347;
  margin: 8px auto 0;
  border-radius: 2px;
} */

/* h2 内のロゴ画像 */
/* #posregi_suggest .case h2 img {
  vertical-align: middle;
  height: 40px;
  margin-right: 10px;

  left: -145px;
  top: -10px;
} */

/* 各ケースのラッパ */
#posregi_suggest .case .flex {
  display: flex;
     /* 小さい画面では折り返し */
  align-items: flex-start; 
  gap: 20px;              /* 余白をgapで調整 */
  margin-bottom: 10px;
}

/* 最後の要素はmargin-bottom削除する例 */
#posregi_suggest .case .case_2.flex {
  margin-bottom: 0;
}

/* PC用画像 */
#posregi_suggest .case .flex img {
  width: 300px;    /* 幅を300pxに固定 */
  height: auto;    /* アスペクト比維持 */
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  max-width: 400px;
  margin: auto;
}

/* スマホ用画像(sp) ＊HTML上ではdisplay: noneにしてもよい */
#posregi_suggest .case .flex img.sp {
  display: none;
}

/* テキスト部分 */
#posregi_suggest .case .text {
  flex: 1;                /* 余白を占める */
  min-width: 280px;       /* レスポンシブ崩れ防止に最小幅指定 */
  margin-left: 0;         /* gapを使うので個別マージン削除 */
}

/* 小ラベル */
#posregi_suggest .case .text span.cate {
  display: inline-block;
  font-size: 14px;
  background-color: #333;
  padding: 5px 10px;
  margin-right: 10px;
  color: #fff;
  border-radius: 4px;
}

/* 大見出し風h3 */
#posregi_suggest .case .text h3 {
  font-size: 20px;
  margin: 0 0 15px;
  border-bottom: 2px solid #20863C;
  padding-bottom: 8px;
  font-weight: 600;
  margin-top: 20px;
}

/* サブ見出し風h4 */
#posregi_suggest .case .text h4 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #398347; /* ポイントカラー */
}

/* 段落 */
#posregi_suggest .case .text p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.6;
}

/* 製品ラベル */
#posregi_suggest .case .text .prod {
  display: inline-block;
  /* margin-bottom: 30px; */
  padding: 10px 15px;
  background-color: #f0f7f1; /* 背景を薄緑に */
  border: 1px solid #398347;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
#posregi_suggest .case .text .prod span {
  display: inline-block;
  margin-right: 8px;
  color: #398347;
  font-weight: bold;
}

/* 会社紹介部分(例) */
#posregi_suggest .case .flex.client_intro div p {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

/* レスポンシブ対応例 */
@media screen and (max-width: 768px) {
  #posregi_suggest .case {
    padding: 40px 15px;
  }
  #posregi_suggest .case h2 {
    font-size: 22px;
  }
  #posregi_suggest .case .flex {
    flex-direction: column;  /* 縦並び */
    padding-bottom: 20px;
  }
  #posregi_suggest .case .flex img.pc,
  #posregi_suggest .case .flex img.sp {
    width: 100%;
    max-width: 400px; /* スマホで大きくなりすぎないよう制限 */
    margin: 0 auto 20px;
    display: block;
  }
  #posregi_suggest .case .flex img.sp {
    display: block;
  }
}
/*  */

#posregi_suggest .link_btns {
  width: 100%;
  text-align: center;
}
#posregi_suggest .link_btns h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
#posregi_suggest .link_btns .flex {
  justify-content: center;
}
#posregi_suggest .link_btns p:first-child {
  margin-right: 20px;
}
#posregi_suggest .link_btns .btn {
  border: 1px solid #00863C;
  background-color: #fff;
  color: #00863C;
  font-weight: normal;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  max-width: fit-content;
}
#posregi_suggest .link_btns .btn:hover {
  opacity: 0.7;
}
#posregi_suggest .link_btns .btn:after {
  color: #00863C;
	transform: rotate(45deg);
  top: 18px;
}
#posregi_suggest .cta {
  background-image: url('../../img/lp/lp_bcpos_cta.png');
  background-size: cover;
  background-repeat: no-repeat;
}
#posregi_suggest #rearegiFeature1 .cta .inr_wrapper,
#posregi_suggest #rearegiOthers .cta .inr_wrapper {
  text-align: center;
  background-color: transparent;
}
#posregi_suggest .cta .inr_wrapper > p {
  margin-bottom: 40px;
}
#posregi_suggest .cta .flex {
  justify-content: space-around;
}
#posregi_suggest .cta .cta_btn {
  display: flex;
  background-color: #20863C;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 10px;
  height: 100px;
  align-items: center;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
#posregi_suggest .cta h2 span {
  font-size: 120%;
}
#posregi_suggest .cta h2 img {
  vertical-align: bottom;
  height: 40px;
}
#posregi_suggest #bcposFeature1 .cta .inr_wrapper {
  background-color: transparent;
}
#posregi_suggest #bcposCta.cta .inr_wrapper {
  text-align: center;
}
#posregi_suggest #bcposOthers .inr_wrapper .cta  .inr_wrapper {
  text-align: center;
}


#posregi_suggest #bcposOthers {
  background-color: #274985;
  padding: 20px 0 40px 0;
  margin-bottom: 60px;
}
#posregi_suggest .others .ttl {
  margin-bottom: 20px;
}
#posregi_suggest .others .main_ttl h2 {
  color: #fff;
}

/* accordion */
#posregi_suggest .accordion {
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
#posregi_suggest .accordion nav{ display: none; }
#posregi_suggest .accordion .nav-open {
  padding: 15px;
  color: #23232d;
  font-size: 30px;
  background: #F4F8F6;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-radius: 10px 10px 10px 10px;
}
#posregi_suggest .accordion .nav-open::before {
	content: "＋";
	position: absolute;
	right: 20px;
}
#posregi_suggest .accordion .nav-open:hover {
  opacity: 0.7;
  cursor: pointer;
}
#posregi_suggest .accordion .nav-open.active {
  border-radius: 10px 10px 0 0;
}
#posregi_suggest .accordion .nav-open.active::before {
	content: "－";
}
/* accordion中身 */
#posregi_suggest .accordion nav {
  background-color: #fff;
  padding: 40px 0 0 0;
  border-radius: 0 0 10px 10px;
  margin-top: -1px;
}
#posregi_suggest .accordion h2.mainttl {
    text-align: center;
    /* margin: 20px 0 60px 0; */
    display: flex;
    justify-content: center;
    width: 100%;}

#posregi_suggest .accordion h2.mainttl span {
  border: 1px solid #333;
  padding: 15px;
  display: inline-flex
  ;
      width: auto;
}
#posregi_suggest .accordion h2.mainttl img {
  vertical-align: sub;
  margin: 0 10px;
  height: 35px;
  margin-top: -5px;
}


#posregi_suggest .accordion button {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  border-radius: 0 0 10px 10px;
}
#posregi_suggest .accordion button:hover {
  opacity: 0.7;
  cursor: pointer;
}
#posregi_suggest .accordion button i {
  padding-left: 15px;
}



/* reason */
#posregi_suggest .reason {
  background-color: #fff;
  padding-bottom: 10px;
  margin-top: 80px;
}
#posregi_suggest #bcposOthers .inr_wrapper .reason .inr_wrapper {
  padding: 30px;
}
#posregi_suggest .reason .flex {
  justify-content: center;
  align-items: center;
}
#posregi_suggest .reason .flex.ttl {
  padding: 10px 0;
}
#posregi_suggest .reason .flex.ttl img {
  width: 40px;
}
#posregi_suggest .reason .bg-white {
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  margin: 0 10px;
}
#posregi_suggest .reason .bg-lightgreen .green {
  color: #398347;
}
#posregi_suggest .reason h2 {
  font-size: 30px;
  margin-bottom: 0;
}
#posregi_suggest .reason h2 .stand_num {
  font-size: 60px;
  color: #398347;
  font-weight: normal;
  font-style: italic;
}
#posregi_suggest .reason .inr_wrapper .flex {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-right: 60px;
}
#posregi_suggest .reason .inr_wrapper .flex:last-child {
  margin-bottom: 0;
}
#posregi_suggest .reason .reason_contents {
  position: relative;
  margin-left: 120px;
}
#posregi_suggest .reason .reason_contents h3 {
  margin-bottom: 20px;
  width: 317px;
}
#posregi_suggest .reason .reason_contents:before {
  content: "1";
  color: #398347;
  position: absolute;
  font-size: 80px;
  font-family: "jost";
  font-weight: normal;
  font-style: italic;
  left: -60px;
  top: 0;
}

#posregi_suggest .reason .reason_contents.reason_contents__2 img {
  width: 150px;
}


#posregi_suggest .reason .reason_contents__2:before {content: "2";}
#posregi_suggest .reason .reason_contents__3:before {content: "3";}
#posregi_suggest .reason .reason_contents__4:before {content: "4";}
#posregi_suggest .reason .reason_contents img {
  width: 300px;
  height: auto;
}
#posregi_suggest .reason .reason_contents.reason_contents__3 img {
  width: 150px;
}
#posregi_suggest .reason .reason_contents.reason_contents__4 img {
  width: 50px;
}
#posregi_suggest .reason .reason_contents.reason_contents__4 .flex {
  margin-bottom: 20px;
}
#posregi_suggest .reason .reason_contents.reason_contents__4 .flex .no_space {
  margin-bottom: 0;
}
#posregi_suggest .reason .reason_contents.reason_contents__4 .flex h4 {
  margin-bottom: 10px;
}
#posregi_suggest .reason .reason_contents.reason_contents__4 .flex p {
  font-size: 14px;
}
#posregi_suggest .reason .reason_contents.reason_contents__4 .flex img {
  margin-right: 10px;
}
#posregi_suggest .reason .reason_contents .ttl_busicom {
  font-size: 24px;
  color: #20863C;
  font-weight: bold;
  position: relative;
}
#posregi_suggest .reason .reason_contents .ttl_busicom:after {
  content: "";
  display: block;
  width: 70px;
  position: absolute;
  right: 0;
  top: 20px;
  border-bottom: 1px solid #20863C;
}
#posregi_suggest .reason .reason_contents .img {
  text-align: center;
}


/* ------- */
/* リアレジ */
/* ------- */

#posregi_suggest #rearegiFeature1 {
  border-top: none;
}
#posregi_suggest #rearegiFeature1 .main_ttl2.rearegi_ttl {
  background-color: #147087;
}
#posregi_suggest #rearegiFeature1 .inr_wrapper {
  background-color: #fff;
  padding: 60px;
}
#posregi_suggest #rearegiOthers .inr_wrapper .inr_wrapper {
  padding: 60px;
}
#posregi_suggest #rearegiFeature1 .inr_wrapper.inr_wrapper__fix,
#posregi_suggest #rearegiOthers .inr_wrapper.inr_wrapper__fix {
  background-color: #ECF3F5;
  padding: 10px 60px;
}
#posregi_suggest #rearegiFeature1 .bg-blue {
  padding: 60px 0 30px 0;
}
#posregi_suggest .rearegi .feature_contents .text h3,
#posregi_suggest .rearegi .feature_contents .text h3 {
  border-bottom: 1px solid #BDDCE5;
  margin-bottom: 20px;
}
#posregi_suggest .rearegi .feature_contents .text h3:before {
  color: #BDDCE5;
}
#posregi_suggest .rearegi .recommend {
  margin-bottom: 60px;
}

.interview_box{display: flex;
  align-items: anchor-center!important;
  margin-top: -30px;
  gap:20px
}
img.interview_photo {
  max-width: 140px!important;
}
/* #posregi_suggest .rearegi .case {
  margin-bottom: 60px;
}
#posregi_suggest .rearegi .case h2 img {
  vertical-align: bottom;
  margin-right: 5px;
  margin-top: -15px;
}
#posregi_suggest .rearegi .case .case_box {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#posregi_suggest .rearegi .case .case_text {
  width: 100%;
}
#posregi_suggest .rearegi .case .case_ttl {
  background-color: #ECF3F5;
  width: 100%;
  padding: 10px 10px 13px 20px;
}
#posregi_suggest .rearegi .case .case_ttl h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#posregi_suggest .rearegi .case .case_ttl p {
  font-size: 14px;
  color: #999999;
}
#posregi_suggest .rearegi .case .case_cate {
  padding: 15px 0 15px 20px;
  background-color: #fff;
}
#posregi_suggest .rearegi .case .case_cate p {
  line-height: 2.0;
}
#posregi_suggest .rearegi .case .case_cate p:first-child {
  margin-bottom: 15px;
}
#posregi_suggest .rearegi .case .case_cate span {
  background-color: #ECF3F5;
  padding: 5px;
  margin-right: 5px;
} */
/* ケース全体 */
#posregi_suggest .rearegi .case {
  margin-bottom: 60px;
}

/* タイトル部分 */
#posregi_suggest .rearegi .case h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 30px;
  color: #333;
}

#posregi_suggest .rearegi .case h2 img {
  height: 42px;
  margin-right: 8px;
  vertical-align: middle;
}

#posregi_suggest .rearegi .case h2 .part_small {
  font-size: 0.8em;
}

/* ケースボックス */
#posregi_suggest .rearegi .case .case_box {
  border: none;
  margin-bottom: 30px;
  display: flex;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease;
}

#posregi_suggest .rearegi .case .case_box:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* ケースの画像 */
#posregi_suggest .rearegi .case .case_box img {
  width: 40%;
  object-fit: cover;
  min-width: 280px;
}

/* ケーステキスト部分 */
#posregi_suggest .rearegi .case .case_text {
  width: 60%;
  display: flex;
  flex-direction: column;
}

/* ケースタイトル部分 */
#posregi_suggest .rearegi .case .case_ttl {
  background-color: #e5f0f5;
  width: 100%;
  padding: 20px 25px;
  flex-grow: 1;
}

#posregi_suggest .rearegi .case .case_ttl h3 {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #1a5e7a;
  font-weight: 600;
}

#posregi_suggest .rearegi .case .case_ttl p {
  font-size: 14px;
  color: #777;
}

/* ケースカテゴリー部分 */
#posregi_suggest .rearegi .case .case_cate {
  padding: 20px 25px;
  background-color: #fff;
}

#posregi_suggest .rearegi .case .case_cate p {
  line-height: 2.0;
  margin-bottom: 10px;
}

#posregi_suggest .rearegi .case .case_cate span {
  display: inline-block;
  background-color: #e5f0f5;
  color: #1a5e7a;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #1a5e7a;
}

/* リンクボタン部分 */
#posregi_suggest .link_btns {
  text-align: center;
  margin-top: 40px;
}

#posregi_suggest .link_btns h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #444;
}

#posregi_suggest .link_btns .flex {
  display: flex;
  justify-content: center;
}

#posregi_suggest  .rearegi .link_btns .btn {
  display: inline-block;
  background-color: #1a7da8;
  color: white!important;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease;
  border: 1px solid #116183;
}

#posregi_suggest .rearegi  .link_btns .btn:hover {
  background-color: #156685;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  #posregi_suggest .rearegi .case .case_box {
    flex-direction: column;
  }
  
  #posregi_suggest .rearegi .case .case_box img {
    width: 100%;
    height: 220px;
  }
  
  #posregi_suggest .rearegi .case .case_text {
    width: 100%;
  }
}

/*  */
#posregi_suggest .rearegi .link_btns .btn {
  border: 1px solid #147087;
  color: #147087;
}
#posregi_suggest .rearegi .link_btns .btn:after {
  color: #ffffff;
}
#posregi_suggest .rearegi .cta {
  margin-top: 60px;
}
#posregi_suggest .rearegi .cta {
  background-image: url(../../img/lp/lp_rearegi_bg_cta.png);
}
#posregi_suggest .rearegi .cta .flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#posregi_suggest .rearegi .cta .flex img {
  width: 300px;
}
#posregi_suggest .rearegi .cta .flex .flex img {
  width: 100px;
}
#posregi_suggest .rearegi .cta .flex p:first-child {
  margin-right: 60px;
}
#posregi_suggest .rearegi .cta h2 {
  position: relative;
}
#posregi_suggest .rearegi .cta h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 10%;
  height: 2px;
  content: '';
  background: #333;
}
#posregi_suggest .rearegi .cta h2:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10%;
  height: 2px;
  content: '';
  background: #333;
}
#posregi_suggest .rearegi .cta h2 span {
  color: #147087;
  font-size: 120%;
}
#posregi_suggest .rearegi .cta .white-box.flex {
  background-color: #fff;
  position: relative;
}
#posregi_suggest .rearegi .cta .white-box.flex > div {
  width: 50%;
  padding: 0 40px;
  min-height: 227px;
}
#posregi_suggest .rearegi .cta .white-box.flex > div .os_ttl {
  background-color: #ECF3F5;
  padding: 3px 10px;
  font-weight: bold;
  border-radius: 0 0 3px 3px;
}
#posregi_suggest .rearegi .cta .white-box.flex > div .os_ttl.ios {
  /* position: absolute; */
  top:0;
  /* left: 20%; */
  justify-content: center;
  display: flex
;
  margin-right: 0px;

}
#posregi_suggest .rearegi .cta .white-box.flex > div .os_ttl.win {
  /* position: absolute; */
  top:0;
  /* right: 13%; */
  justify-content: center;
  display: flex
;
  margin-right: 0px;

}
#posregi_suggest .rearegi .cta .white-box.flex > div:first-child {
  border-right: 1px solid #999;
}
#posregi_suggest .rearegi .cta .white-box.flex h3 {
  font-size: 24px;
  margin-bottom: 0;
  white-space: nowrap;
}
#posregi_suggest .rearegi .cta .white-box.flex h3 span {
  color: #1E7087;
}
#posregi_suggest .rearegi .cta .white-box.flex .flex {
  justify-content: center;
  align-items: center;
  padding: 60px 0 30px 0;
  margin-bottom: 0;
}
#posregi_suggest .rearegi .cta .white-box.flex p.btn_zone {
  padding: 60px 0 30px 0;
}
#posregi_suggest .rearegi .cta .white-box.flex .flex p {
  margin-right: 10px;
}
#posregi_suggest .rearegi .cta .cta_btn {
  justify-content: center;
  background-color: #1E7087;
}
#posregi_suggest .rearegi .cta .cta_btn span {
  color: #FFD100;
}


/* rearegi others */
#posregi_suggest #rearegiOthers {
  background-color: #1E7087;
  padding: 20px 0 40px 0;
  margin-bottom: 100px;
}
#posregi_suggest .rearegi .main_ttl {
  background-color: #1E7087;
  margin-bottom: 20px;
}
#posregi_suggest .rearegi .accordion .nav-open {
  color: #1E7087;
}
#posregi_suggest .rearegi .accordion button {
  color: #1E7087;
}


/* 補助金制度 */
#posregi_suggest #itHojo {
  margin-bottom: 80px;
}
#posregi_suggest #itHojo h2 {
  text-align: center;
  margin-bottom: 80px;
  font-size: 30px;
}
#posregi_suggest #itHojo h2 span {
  padding: 20px;
  background-image: linear-gradient(156deg, rgba(0, 103, 202, 1), rgba(0, 198, 199, 1));
  color: #fff;
  margin-right: 10px;
  font-size: 30px;
  display: inline-flex
  ;
      width: auto;
}
#posregi_suggest #itHojo h2 span img {
  vertical-align: bottom;
  margin-right: 10px;
  width: 30px;
}
#posregi_suggest #itHojo .itHojo_detail {
  background-image: url('../../img/lp/lp_bg_hojokin.png');
  background-size: cover;
  padding: 40px 40px;
}
#posregi_suggest #itHojo .itHojo_detail h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
#posregi_suggest #itHojo .itHojo_detail .flex {
  flex-wrap: wrap;
  justify-content: center;
}
#posregi_suggest #itHojo .itHojo_detail .flex .item {
  font-size: 20px;
  font-weight: bold;
  background-color: #FFEEA6;
  padding: 10px 20px;
  margin: 0 20px 20px 0;
}
#posregi_suggest #itHojo .btn {
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  width: 400px;
  margin: 20px auto 0 auto;
}
#posregi_suggest #itHojo .btn:after {
  color: #333;
  transform: rotate(45deg);
  top: 22px;
}

/* ctaZone */
#posregi_suggest .ctaZone .inr_wrapper {
  padding: 60px;
}
#posregi_suggest .ctaZone .bcpos .cta .inr_wrapper {
  text-align: center;
}
#posregi_suggest .ctaZone .rearegi .cta  {
  margin-top: 0;
}
#posregi_suggest .ctaZone .rearegi .cta h2 {
  text-align: center;
}

/* キャンペーン */
#posregi_suggest .campaign {
  width: 92%;
  max-width: 1300px;
  margin: 60px auto;
}
#posregi_suggest .campaign .flex p {
  margin-right: 40px;
}
#posregi_suggest .campaign .flex p:last-child {
  margin-right: 0;
}
#posregi_suggest .campaign .flex img {
  width: 100%;
}

/* その他のPOSレジ */
#posregi_suggest .posregi_others {
  padding-bottom: 100px;
}
#posregi_suggest .posregi_others .flex p {
  margin-right: 40px;
}
#posregi_suggest .posregi_others .flex p:last-child {
  margin-right: 0;
}
#posregi_suggest .posregi_others .flex img {
  width: 100%;
}




/* 追従系 */
/* followResultBtn */
#posregi_suggest #followResult {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 20px;
  z-index: 9999;
}
#posregi_suggest #followResult .bg-black {
  border-radius: 10px 10px 0 0;
  background-color: rgba(0,0,0,0.7);
}
#posregi_suggest #followResult .black_box {
  background-color: #DB6A35;
  color: #fff;
  margin: 0 auto 10px auto;
  padding: 2px 0;
  font-weight: bold;
  width: 80px;
}
#posregi_suggest #followResult p {
  margin-bottom: 10px;
  font-size: 13px;
  white-space: nowrap;
}
#posregi_suggest #followResult .suggest {
  margin: 10px 0;
  padding: 0 20px;
  border-right: 1px solid #DDDDDD;
  color: #fff;
  width: 100%;
}
#posregi_suggest #followResult .suggest .btn {
  padding: 10px 0;
  width: 80%;
  margin: 0 auto;
}
#posregi_suggest #followResult .suggest .btn:after {
  top: 15px;
}
#posregi_suggest #followResult .suggest_a {
  padding-left: 0;
}

.jichitai_wrap{
  gap:30px;
  display: flex;
  justify-content: center;
}
.kessai img{max-width: 220px!important;}

#posregi_suggest #followResult .suggest_c {
  border-right: none;
  padding-right: 0;
}
#posregi_suggest #followResult .suggest_c .btn {
  width: 300px;
}

#posregi_suggest #followResultPattern2 .suggest_b {
  border-right: 0;
  padding-right: 0;
}

/* followBtn */
#posregi_suggest #followBtn {
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 15px;
  background-color: #E6F3EC;
  border-radius: 10px 10px 0 0;
  width: 280px;
  z-index: 3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
#posregi_suggest #followBtn.hide {
  bottom: -180px;
}
#posregi_suggest #followBtn h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#posregi_suggest #followBtn p {
  margin-bottom: 10px;
  text-align: center;
}
#posregi_suggest #followBtn p:last-child {
  margin-bottom: 0;
}
#posregi_suggest #followBtn p a {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #00863C;
  color: #fff;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: bold;
}
#posregi_suggest #followBtn p a span.title {
  background-color: #DBEBE2;
  padding: 1px;
  color: #00863C;
  margin-right: 5px;
}
#posregi_suggest #followBtn p.rearegi a {
  background-color: #0A5F75;
}
#posregi_suggest #followBtn p.rearegi a span.title {
  background-color: #CADEE3;
  color: #0A5F75;
}
#posregi_suggest #followBtn p a span.small {
  font-size: 12px;
}
#posregi_suggest #followBtn p.ithojo a {
  color: #185F75;
  background-color: #fff;
  border: 1px solid #185F75;
  font-weight: normal;
}

#posregi_suggest #followBtn #followClose,
#posregi_suggest #followBtn #followOpen {
  position: absolute;
  top: -34px;
  right: 10px;
}
#posregi_suggest #followBtn #followClose.visible,
#posregi_suggest #followBtn #followOpen.visible {
  display: block;
}
#posregi_suggest #followBtn #followClose.nonvisible,
#posregi_suggest #followBtn #followOpen.nonvisible {
  display: none;
}

@media screen and (max-width:1440px) {

}
@media screen and (max-width:1024px) {
.dekiru{
	width: 96%;
}
  #posregi_suggest .onayami {
    width: 100%;
  }
  #posregi_suggest .onayami .inr_wrapper {
    width: 96%;
  }
  #posregi_suggest .onayami .onayami_box p{
	  font-size: 1.3vw;
  }
#posregi_suggest .onayami .flex {
  display: flex;
}
#posregi_suggest .onayami .onayami_box {

}
  
  #posregi_suggest .onayami .onayami_box .ilust {
	  width: 8vw;
  }
  #posregi_suggest .solution{
    width: 96%;
  }
}

@media screen and (max-width:912px) {
  .hero_wrap {
    padding: 0 5px;

}
.text_part{width: 100%;}

  /* --- */
  /* all */
  /* --- */
  #posregi_suggest #btnGroup #gyoshu .flex,
#posregi_suggest #btnGroup #mokuteki .flex,
#posregi_suggest #btnGroup #shurui .flex {
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px;
}
  #posregi_suggest h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  #posregi_suggest p {
    font-size: 14px;
  }
  #posregi_suggest .btn {
    font-size: 14px;
    padding: 10px 0;
  }
  #posregi_suggest .btn:after {
    top: 13px;
    border-top: solid 1px;
    border-right: solid 1px;
  }
  .pc { display: none !important; }
  .sp { display: block !important; }

  /* flex解除 */
  #posregi_suggest .onayami .flex,
  #posregi_suggest .case .flex,
  #posregi_suggest .reason .inr_wrapper .flex,
  #posregi_suggest .feature_contents .flex,
  #posregi_suggest .reason .flex.ttl,
  #posregi_suggest #whatIsPosregiContents .flex,
  #posregi_suggest #result .flex.bg-white {
    display: block;
  }
  #posregi_suggest #result #resultPattern3 .suggest,
  #posregi_suggest #result #resultPattern4 .suggest,
  #posregi_suggest #result #resultPattern5 .suggest,
  #posregi_suggest #result #resultPattern6 .suggest,
  #posregi_suggest #result #resultPattern7 .suggest,
  #posregi_suggest #result #resultPattern8 .suggest,
  #posregi_suggest #result #resultPattern9 .suggest {
    width: 100%;
  }
  #posregi_suggest #result #resultPattern5 .suggest img,
  #posregi_suggest #result #resultPattern6 .suggest img {
    max-width: 280px;
    width: 100%;
    height: auto;
  }
  #posregi_suggest #result #resultPattern5 .btn:after,
  #posregi_suggest #result #resultPattern6 .btn:after {
    /* top: 25px; */
  }
  #posregi_suggest .wrapper {
    /* width: 95%;
    margin: 0 auto; */
  }
  #posregi_suggest .inr_wrapper {
    width: 95%;
    margin: 0 auto;
  }
  #posregi_suggest #bcposFeature1 .inr_wrapper.inr_wrapper__fix,
  #posregi_suggest #rearegiFeature1 .inr_wrapper.inr_wrapper__fix {
    width: 95%;
    margin: 0 auto;
  }
  #posregi_suggest #bcposFeature1 .inr_wrapper,
  #posregi_suggest #rearegiFeature1 .inr_wrapper {
    padding: 20px;
  }
  #posregi_suggest #bcposFeature1 .inr_wrapper.inr_wrapper__fix,
  #posregi_suggest #bcposOthers .inr_wrapper.inr_wrapper__fix,
  #posregi_suggest #rearegiFeature1 .inr_wrapper.inr_wrapper__fix,
  #posregi_suggest #rearegiOthers .inr_wrapper.inr_wrapper__fix {
    padding: 20px 0;
  }
  #posregi_suggest #bcposFeature1 .inr_wrapper.inr_wrapper__fix .chart,
  #posregi_suggest #rearegiFeature1 .inr_wrapper.inr_wrapper__fix .chart {
    padding: 0 20px;
  }
  #posregi_suggest #bcposOthers .inr_wrapper .inr_wrapper,
  #posregi_suggest #rearegiOthers .inr_wrapper .inr_wrapper {
    padding: 30px 20px;
  }
  #posregi_suggest #bcposFeature1 .bg-green {
    padding: 30px 0;
  }
/*  */
.fv_button {left: 0px;}

  #posregi_suggest .fv {
    padding-top: 20px;
  }
  #posregi_suggest .fv p span.bg-black {
    display: block;
    font-size: 15px;
    width: 100%;
    margin: auto;
    line-height: 1.5;
  }
  #posregi_suggest .fv h1 {
    font-size: 55px;
    line-height: 1;
    margin-bottom: 40px;
    margin: 0 0 20px 8px;
  }
  #posregi_suggest .fv h1 .fs-60 {
    font-size: 50px;
  }
  #posregi_suggest .fv h1 .fs-80 {
    font-size: 40px;
  }

  #posregi_suggest .fv h1 .fs-40 {
    font-size: 25px;
}
  #posregi_suggest .fv .icon {
    left: 2%;
    bottom: 100px;
    width: 30px;
    height: 30px;
    line-height: 33px;
  }
  #posregi_suggest #whatIsPosregiContents {
    top: 180px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    z-index: 900;
        width: 100%;
  }
  #posregi_suggest #whatIsPosregiContents .flex > img {
    margin: 0 0 10px 0;
  }
  #posregi_suggest #whatIsPosregiContents p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #posregi_suggest .fv .slider img {
    width: 80%;
  }
  #posregi_suggest .fv .slider img.img3 {
    width: 30%;
  }
  #posregi_suggest .fv .scroll-icon img {
    width: 40px;
  }
  
  #posregi_suggest p.triangle img {
    width: 60px;
height: 26px!important;
  }
  #posregi_suggest #selectBox {
    padding: 0px 0;
  }
  #posregi_suggest #selectBox .flex {
    justify-content: space-between;
    /* max-width: 350px; */
    margin: 0 auto;
  }
  #posregi_suggest #selectBox #gyoshuBtn,
  #posregi_suggest #selectBox #mokutekiBtn,
  #posregi_suggest #selectBox #shuruiBtn {
    padding: 10px 5px;
    font-size: 16px!important;
    white-space: nowrap;
    width: calc(100% / 3);
    text-align: center;
    justify-content: center;
  }
  #posregi_suggest #selectBox #gyoshuBtn,
  #posregi_suggest #selectBox #shuruiBtn {
    margin-right: 5px;
  }
  #posregi_suggest #selectBox .flex p span {
    font-size: 12px;
  }
  #posregi_suggest #btnGroup {
    padding: 0px 0;
  }
  #posregi_suggest #btnGroup h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  #posregi_suggest #btnGroup h2 span {
    font-size: 22px;
  }
  #posregi_suggest #btnGroup #gyoshu .flex.mb div,
  #posregi_suggest #btnGroup #mokuteki .flex.mb div,
  #posregi_suggest #btnGroup #shurui .flex.mb div {
    padding: 15px;
    font-size: 14px;
    /* margin: 0 5px 10px 0; */
  }

  .device_wrap>div {
    flex-direction: column;
    width: calc(100% / 2 - 20px);
    padding: 10px 15px !important;
    margin: auto;
        justify-content: center;
        min-height: 148px;
}

  #posregi_suggest #btnGroup .flex.mb div p {
    font-size: 14px;
  }
  #posregi_suggest #btnGroup #gyoshu .flex.mb div p img {
    width: 20px;
    vertical-align: sub;
  }
  #posregi_suggest #result {
    padding: 20px;
  }
  #posregi_suggest #result .ttl {
    margin-bottom: 10px;
  }
  #posregi_suggest #result .ttl img {
    width: 25px;
  }
  #posregi_suggest #result .flex.bg-white {
    padding: 20px;
  }
  #posregi_suggest #result h3 {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
  #posregi_suggest #result #resultPattern0 p {
    font-size: 16px;
    padding: 30px 0;
  }
  #posregi_suggest #result .suggest {
    padding: 0 0 10px 0;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  #posregi_suggest #result .suggest:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  #posregi_suggest #result .suggest.suggest_c .mb {
    margin-bottom: 10px;
  }
  #posregi_suggest #bcposFeature1 .main_ttl,
  #posregi_suggest #rearegiFeature1 .main_ttl {
    max-width: 300px;
  }
  #posregi_suggest #bcposFeature1 .main_ttl img,
  #posregi_suggest #rearegiFeature1 .main_ttl img {
      width: 150px;
      height: auto;
  }

#posregi_suggest .dekiru h2 {
  font-size: 22px !important;
}
#posregi_suggest .onayami .flex {
  display: flex;
}

  #posregi_suggest .main_ttl {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  #posregi_suggest .main_ttl h2 {
    font-size: 22px;
    white-space: nowrap;
    line-height: 1.5;
    margin: 0 0 0 10px;
  }
  #posregi_suggest .main_ttl h2 span {
    font-size: 18px;
  }
  #posregi_suggest .main_ttl img {
    width: 150px;
    vertical-align: middle;
  }
  #posregi_suggest .main_ttl p img {
    width: 150px;
    height: auto;
  }
  #posregi_suggest .feature_contents {
    margin-bottom: 30px;
    padding: 0px 20px 20px 20px;
  }
  #posregi_suggest .omona_feature h2 {
    font-size: 22px;
  }
  #posregi_suggest .omona_feature .flex {
    justify-content: center;
    flex-wrap: wrap;
  }
  #posregi_suggest .omona_feature .box {
    width: 45%;
    /* margin-bottom: 20px;
    margin-right: 5px; */
    margin: 10px 10px 0px 10px;
  }
  #posregi_suggest .omona_feature .box p {
    font-size: 14px;
  }
  #posregi_suggest .feature_contents .text h3 {
    padding: 10px 0 10px 0;
    font-size: 20px;
  }
  #posregi_suggest .feature_contents .text h3:before {
    top: 0;
    left: 0;
    margin-right: 10px;
    position: relative;
  }
  #posregi_suggest .feature_contents .text p {
    margin-bottom: 10px;
  }
  #posregi_suggest .feature_contents .img {
    text-align: center;
  }
  #posregi_suggest .feature_contents .img img {
    width: 250px;
    height: auto;
  }
  #posregi_suggest .chart h2 {
    font-size: 22px;
    line-height: 1.8;
  }
  #posregi_suggest .chart h2 span {
    font-size: 18px;
    margin-left: 0;
  }
  #posregi_suggest .chart div.scroll {
    overflow: scroll;
  }
  #posregi_suggest .chart table {
    min-width: 600px;
  }
  #posregi_suggest .chart table th,
  #posregi_suggest .chart table td {
    font-size: 14px;
  }
  #posregi_suggest .chart table .kingaku th {
    padding: 10px;
    white-space: nowrap;
    font-size: 14px;
  }
  #posregi_suggest .chart table .company .stand {
    padding: 10px;
    border: 10px solid #DB6A34;
  }
  #posregi_suggest .chart table .kingaku .stand {
    padding: 10px 0;
    font-size: 16px;
    border: 10px solid #DB6A34;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  #posregi_suggest .chart table .kingaku .stand.bottom {
    border-bottom: 10px solid #DB6A34;
  }
  #posregi_suggest .chart .note {
    text-align: left;
  }
  /* #posregi_suggest .recommend {
    margin-bottom: 40px;
  } */
  #posregi_suggest .recommend .starTtl {
    margin-bottom: 10px;
  }
  #posregi_suggest .recommend .starTtl h3 {
    font-size: 22px;
    /* padding: 5px 0 5px 100px; */
  }
  #posregi_suggest .recommend .starTtl img {
    bottom: -2px;
    width: 52px;
  }
  #posregi_suggest .recommend .prod .flex {
    padding: 10px;
  }
  /* #posregi_suggest .recommend .prod img {
    width: 80px;
    margin-right: 0;
  } */
  #posregi_suggest .recommend .prod .text h3 {
    font-size: 16px;
  }
  #posregi_suggest .recommend .prod .text p {
    font-size: 22px;
  }
  #posregi_suggest .recommend .prod .text p span {
    font-size: 16px;
  }
  #posregi_suggest .recommend .prod .text p span.small {
    font-size: 12px;
  }
  #posregi_suggest .case {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  #posregi_suggest #bcposOthers .chart,
  #posregi_suggest #bcposOthers .case {
    padding: 10px;
  }
  #posregi_suggest #rearegiFeature1 .case,
  #posregi_suggest #rearegiOthers .case {
    padding: 0;
    margin-bottom: 20px;
  }
  #posregi_suggest .rearegi .case .case_box:last-child {
    margin-bottom: 0;
  }

  /*  */
  #posregi_suggest .link_btns .btn {

    max-width:300px;
  }
  /*  */

  .interview_box{
    display: block !important;
    text-align: center;
    align-items: anchor-center!important;
gap: 10px;
margin-top: -40px;
  margin-bottom: 20px;}
  
  #posregi_suggest .case h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
    padding-top: 20px;
  }
  #posregi_suggest .case h2 img {
    height: 30px;
  }
  #posregi_suggest .case .text {
    margin-left: 0;
    width: 90%;
    margin: auto;
    min-width: 0;

  }
  #posregi_suggest .case .flex .text p img {
    width: 50%;
    float: left;
    margin-right: 10px;
  }
  #posregi_suggest .case .flex .text p:after {
    content: "";
    display: block;
    clear: both;
  }
  #posregi_suggest .case .text h3 {
    font-size: 16px;
  }
  #posregi_suggest .case .text span.cate {
    font-size: 12px;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
  }
  #posregi_suggest .case .text h4 {
    font-size: 14px;
  }

  #posregi_suggest .case .text .prod {
    width: 100%;
}
  #posregi_suggest .link_btns {
    padding: 20px 0;
    /* margin-bottom: 30px; */
  }
  #posregi_suggest .link_btns .flex {
    display: block;
  }
  #posregi_suggest .link_btns .flex p {
    margin-right: 0;
  }
  #posregi_suggest .link_btns .flex p:first-child {
    margin-bottom: 10px;
  }
  #posregi_suggest .link_btns h4 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto 20px auto;
  }
  #posregi_suggest .link_btns .btn {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
  }
  #posregi_suggest .link_btns .btn:after {
    top: 17px;
    right: 15px;
  }
  #posregi_suggest .cta {
    padding: 30px 0;
    background-position: top;
  }
  #posregi_suggest .cta h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  #posregi_suggest .cta h2 img {
    height: 30px;
  }
  #posregi_suggest .cta h2 span {
    font-size: 28px;
    color: #20863C;
  }
  #posregi_suggest .cta .flex {
    flex-wrap: wrap;
  }
  #posregi_suggest .cta .inr_wrapper > p {
    margin-bottom: 20px;
  }
  #posregi_suggest .cta .cta_btn {
    padding: 20px 0;
    height: auto;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    display: block;
  }
  #posregi_suggest .rearegi .cta .cta_btn:last-child {
    margin-bottom: 0;
    font-size: 14px;
  }
  #posregi_suggest .case .flex img {
    width: 100%;
    margin: auto;
    display: block;
  }
  #posregi_suggest .case .flex.client_intro div {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  #posregi_suggest .case .flex.client_intro div p {
    font-size: 16px;
  }
  #posregi_suggest .case .flex.client_intro div p img {
    width: 80%;
    margin-right: 20px;
  }

  #posregi_suggest .accordion {
    margin-bottom: 20px;
  }
  #posregi_suggest .accordion .nav-open {
    font-size: 22px;
  }
  #posregi_suggest .accordion h2.mainttl {
    margin: 0 0 30px 0;
  }
  #posregi_suggest .rearegi .accordion h2.mainttl {
    margin-bottom: 0;
  }
  #posregi_suggest .accordion h2.mainttl span {
    font-size: 20px;
    padding: 10px;
    display: block;
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
  }
  #posregi_suggest .accordion h2.mainttl img {
    width: 100px;
    height: auto;
  }
  #posregi_suggest .accordion button {
    font-size: 16px;
    padding: 20px 0;
  }
  #posregi_suggest .reason {
    margin: 40px 0 0 0;
  }
  #posregi_suggest .reason .inr_wrapper .flex {
    margin-right: 0;
  }

  #posregi_suggest .reason .ttl {
    text-align: center;
  }
  #posregi_suggest .reason .ttl img {
    margin-bottom: 10px;
    width: 30px;
  }
  #posregi_suggest .reason .bg-white {
    font-size: 22px;
    padding: 10px;
    margin-bottom: 5px;
  }
  #posregi_suggest .reason h2 {
    font-size: 30px;
  }
  #posregi_suggest .reason h2 .stand_num {
    font-size: 60px;
  }
  #posregi_suggest .reason .reason_contents {
    margin: 0 0 20px 40px;
  }
  #posregi_suggest .reason .reason_contents h3 {
    font-size: 18px;
    width: auto;
  }
  #posregi_suggest .reason .reason_contents img {
    width: 200px;
  }
  #posregi_suggest .reason .reason_contents:before {
    font-size: 60px;
    left: -45px;
  }
  #posregi_suggest .reason .reason_contents .ttl_busicom {
    font-size: 16px;
  }
  #posregi_suggest .reason .reason_contents .ttl_busicom:after {
    width: 30%;
    top: 14px;
  }
  #posregi_suggest .reason .reason_contents.reason_contents__4 .flex {
    display: flex;
  }
  #posregi_suggest #bcposOthers {
    margin-bottom: 40px;
  }
  #posregi_suggest .rearegi#rearegiFeature1 .main_ttl {
    /* margin-bottom: 30px; */
  }
  #posregi_suggest .rearegi .cta .flex {
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  #posregi_suggest .rearegi .cta h2 {
    font-size: 20px;
  }
  #posregi_suggest .rearegi .cta h2 span {
    font-size: 28px;
  }
  #posregi_suggest .rearegi .cta .flex p:first-child {
    margin-right: 20px;
  }
  #posregi_suggest .rearegi .cta .flex p img {
    width: 100%;
  }
  #posregi_suggest .rearegi .cta h2:before,
  #posregi_suggest .rearegi .cta h2:after {
    content: none;
  }
  #posregi_suggest .rearegi .cta .cta_btn {
    padding: 20px 0;
    height: auto;
    max-width: 180px;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    display: block;
  }
  #posregi_suggest .rearegi .cta .white-box.flex {
    align-items: flex-start;
    display: block;

  }
  #posregi_suggest .rearegi .cta .white-box.flex > div {
    width: 100%;
    padding: 0 10px 10px;
    min-height: auto;
  }
  #posregi_suggest .rearegi .cta .white-box.flex > div p {
    margin-right: 0;
  }
  #posregi_suggest .rearegi .cta .white-box.flex > div .os_ttl.ios,
  #posregi_suggest .rearegi .cta .white-box.flex > div .os_ttl.win {
    position: static;
    width: fit-content;
    margin: 0 auto 20px auto;
  }
  #posregi_suggest .rearegi .cta .white-box.flex p.btn_zone {
    padding: 0;
  }
  #posregi_suggest .rearegi .cta .white-box.flex > div img {
    max-width: 180px;
    width: 100%;
  }
  #posregi_suggest #rearegiOthers {
    margin-bottom: 40px;
  }

  #posregi_suggest #accordion4.accordion h2.mainttl img {
    height: 40px;
    width: auto;
  }
  #posregi_suggest #itHojo .itHojo_detail {
    padding: 40px 0;
  }
  #posregi_suggest #itHojo h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #posregi_suggest #itHojo h2 span {
    font-size: 22px;
    display: block;
    padding: 10px;
    margin-bottom: -20px;
    margin-right: 0;
  }
  #posregi_suggest #itHojo h2 span img {
    height: 30px;
    vertical-align: sub;
  }
  #posregi_suggest #itHojo .itHojo_detail {
    padding: 40px 20px;
  }
  #posregi_suggest #itHojo .itHojo_detail h3 {
    font-size: 22px;
  }
  #posregi_suggest #itHojo .itHojo_detail .flex .item {
    font-size: 12px;
    padding: 5px;
    margin: 0 10px 10px 0;
  }
  #posregi_suggest #itHojo .btn {
    width: 100%;
    font-size: 16px;
  }
  #posregi_suggest #itHojo .btn:after {
    top: 18px;
  }
  #posregi_suggest .ctaZone .inr_wrapper {
    padding: 20px;
  }
  #posregi_suggest #rearegiFeature1 .bg-blue {
    padding: 30px 0;
  }

  #posregi_suggest .campaign .flex {
    display: block;
  }
  #posregi_suggest .campaign .flex > p {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #posregi_suggest .campaign .flex img {
    width: 100%;
  }
  #posregi_suggest .posregi_others h2 {
    font-size: 22px;
    text-align: center;
  }
  #posregi_suggest .posregi_others .flex {
    display: block;
  }
  #posregi_suggest .posregi_others .flex > p {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #posregi_suggest .posregi_others .flex img {
    width: 100%;
  }




  /* follow */
  #posregi_suggest #followResult {
    left: 0;
    width: 100%;
  }
  #posregi_suggest #followResult .bg-black {
    border-radius: 0;
    padding: 0;
  }
  #posregi_suggest #followResult .black_box {
    margin-bottom: 5px;
  }
  #posregi_suggest #followResult p {
    white-space: wrap;
    font-size: 12px;
    margin-bottom: 5px;
  }
  #posregi_suggest #followResult .suggest_c p {
    margin-bottom: 14px;
  }
  #posregi_suggest #followResult p:last-child {
    margin-bottom: 0;
  }
  #posregi_suggest #followResult .suggest {
    padding: 0;
    margin: 5px 0;
  }
  #posregi_suggest #followResult .suggest .btn {
    font-size: 12px;
    width: 90%;
  }
  #posregi_suggest #followResult .suggest .btn:after {
    display: none;
  }
  #posregi_suggest #followResult .suggest_c .btn {
    width: 90%;
  }
  #posregi_suggest #followBtnSp {
    position: fixed;
    bottom: 140px;
    right: 0;
    z-index: 2000;
  }
  #posregi_suggest #followBtnSp p {
    margin-bottom: -10px;
  }
  #posregi_suggest #followBtnSp p img {
    width: 60px;
  }

}


@media screen and (max-width:767px) {
/*_____dekiru______ */
.dekiru{
	display:flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 50px 0;
	max-width: 92%;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
}

.dekiru .dekiruTxt{
/*  background-color: #EEEEEE; */
  border-radius: 10px;
  padding: 0 ;
  width: 100%;
}
.dekiru .dekiruTxt h2{
	font-size: 2.6rem !important;
	line-height: 1.2;
}
.dekiru .dekiruTxt h3{
	font-size: 1.6rem !important;
}
.dekiru .dekiruImg{
  width: 100%;
}
.dekiru .dekiruImg img{
  width: 100%;
}


  
  
  #posregi_suggest .onayami {
    /*padding: 0 20px 20px 20px;*/
  }
  #posregi_suggest .onayami h2 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  #posregi_suggest .onayami .inr_wrapper {
    width: 100%;
    padding-bottom: 0px;
  }


#posregi_suggest .onayami .flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#posregi_suggest .onayami .onayami_box {
  padding: 5px;
  width: 92%;
  gap: 5vw;
}
  #posregi_suggest .onayami .onayami_box p{
	  font-size: 3.6vw;
  }
  #posregi_suggest .onayami .onayami_box .ilust {
	  width: 16vw;
  }

  #posregi_suggest .solution {
  margin: 30px auto 0 ;
  width: 95%;
}
  #posregi_suggest .solution h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

}