@charset "UTF-8";
@import "https://fonts.googleapis.com/earlyaccess/notosansjapanese.css";

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

* {
	font-family: YakuHanJP, 'Noto Sans JP', 'noto-fallback', 'rome_num', sans-serif;
}
/*----- 基本設定 -----*/
body {
	overflow-x: hidden;
	color: #333; /* 基本の文字色 */
	background-color: #fff; /* 基本の背景色を白に */
	font-family: 'Noto Sans JP','Hiragino Sans',sans-serif;
	line-height: 1.6;
	font-size: 16px; /* 基本フォントサイズを明示 */
}
/*================================================
 *  CSS設定
================================================*/

.tar{
	text-align: right;
}
.w80per{
	width:80%;
}
.w70per{
	width:70%;
}
.w60per{
	width:60%;
}
.mg-2{
	margin: 2rem auto;
}
.mg-3{
    margin: 3rem auto !important;
}
.mg-5{
    margin: 5rem auto !important;
}
.mg-10{
    margin: 10rem auto !important;
}
.pb-10{
	padding-bottom:1rem;
}
.m50{
	margin: 5rem auto;
}
.pt30{
	padding-top: 3rem;
}
.pd30{
	padding: 3rem 0;
}
.mt30{
	margin-top: 3rem !important;
}
.mt50{
	margin-top: 5rem !important;
}
.mb30{
	margin-bottom: 3rem !important;
}
.mb40{
	margin-bottom: 4rem !important;
}
.mb50{
	margin-bottom: 5rem !important;
}
.mb80{
	margin-bottom: 8rem !important;
}
.ptb50{
	padding-top:50px !important;
	padding-bottom:10px !important;
}

.pcOnly{
	display:inline-block;
}
.spOnly{
	display:none;
}




.page-header-wrapper{
	background:rgba(255,255,255,.95);
	position: fixed;
	box-shadow: 0 6px 24px rgba(0,0,0,.09);
	width: 100%;
	z-index: 5;
	top: 0;
}

.page-header-content{
	justify-content: space-between;
	display: flex;
	align-items: center;
	min-height: 60px;
	max-width: 1200px;
	margin: 0 auto;
}

.page-header-content img {
width:100%;
max-width:114px;
}
.page-header-content img:hover {
	opacity:0.5;
	transition:0.7s;
}

.page-header-content ul.pc_nav{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:15px
}
.page-header-content ul.pc_nav li{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.navBtn{
	background:linear-gradient(90deg, #EB5E36 0%, #EC9031 100%);
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	min-width: 135px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	/* position: relative; */
	transition: transform 0.3s;
}

.navBtn:hover{
	opacity:0.7;
	color: #fff;;
}

.page-header-content .sp_btn,
.sp_nav {
	display: none;
}


.commonBtn{
	background:linear-gradient(90deg, #EB5E36 0%, #EC9031 100%);
	border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	position: relative;
	transition: transform 0.3s;
	display: block;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0,0,0,.25);

}
.commonBtn:hover{
    transform: translateY(-7px);
	opacity:0.7;
	color: #fff;;
}
.commonBtnH{
	background:#fff;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	max-width: 350px;
	display: block;
	line-height: 62px;
	text-align: center;
	color: #E07D10;
	position: relative;
	transition: transform 0.3s;
}

.commonBtnH:hover{
    transform: translateY(-7px);
	opacity:0.7;
	color: #E07D10;;
}

.page-footer-content img {
width:100%;
max-width:155px;
text-align:center;
margin: 5rem auto;
display:block;
}
.page-footer-content:hover img {
	opacity:0.5;
	transition:0.7s;
}


.page-header-content p{
	font-size: 32px;
	font-weight:bold;
	line-height: 1;
}

section a{
	color: #1E7129;
	text-decoration:underline;
}


.lpFoot{
	background: #333333;
	width: 100%;
	padding: 20px;
}
.footC{
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin: 0 auto;
	font-size: 12px;
}
.footC img{
	filter: brightness(0) invert(1);
	max-height: 37px;
	width: fit-content;
}


/* ── HERO ── */
.hero {
  background: url(/lp/202607campaign/img/campaign2026_mv2.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5px 20px 0;
  width: 100%;
  /*
  height: calc(100vh - 60px);
  */
  height: 660px;
  margin-top: 60px;
  position: relative;
}
/*
.hero::before {
  background: url(/lp/202607campaign/img/bg_hero_cir.webp ) repeat-x;
  background-position: top center;
  width: 100%;
  height: 62px;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
*/

.hero-inner {
	display: flex;
	align-items: center;
	gap: 0;
	max-width: 1200px;
	width: 100%;
	margin: 70px auto 0;
	position: relative; 
	z-index: 1;
}

.hero-content { 
	flex: 1; 
	min-width: 0; 
	width: 100%;
}

.hero-eyebrow {
	display: flex;
	flex-direction: column-reverse;
	align-items: start;
	gap: 30px;
	width: 50%;
}

.hero h1 { 
	font-size: 40px; 
	font-weight: bold; 
	line-height: 1.2;
	color: #fff; 
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hero h1 .tabletH { 
	color: #C8E600;
	font-weight: 700; 
	font-size: 65px;
}
.hero h1 .genkaiH {
	font-size: 110px;
}
.hero h1 .genkaiH2 {
	font-size: 60px;
}
.hero h1 .genkaiH3 {
	font-size: 55px;
}


.hero-eyebrow h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;                  /* 文字と日付の間の隙間 */
  padding: 5px 40px;         /* 左右のパディングを広めにしてリボンの端を確保 */
  color: #0d5c3a;            /* 文字の緑色 */
  font-weight: bold;
  font-size: 24px;
  
  /* 金色のグラデーション背景 */
  background: linear-gradient(135deg, #cfad53 0%, #e8d993 50%, #cfad53 100%);
  
  /* clip-pathで左右をギザギザにカット */
  clip-path: polygon(
    0% 0%, 100% 0%,           /* 上のライン */
    calc(100% - 20px) 50%,    /* 右側のへこみ（20pxの深さ） */
    100% 100%, 0% 100%,       /* 下のライン */
    20px 50%                  /* 左側のへこみ（20pxの深さ） */
  );
}

/* 日付部分の緑色のカプセルバッジ */
.hero-eyebrow h2 .year {
  background-color: #0d5c3a;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 20px;       /* 角丸でカプセル型にする */
  white-space: nowrap;       /* 途中で改行させない */
}
.hero-eyebrow h2 .yearMini {
	font-size: 12px;
}

.heroUl{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 20px;
	max-width: 44%;
	position: relative;
	color: #fff;
	font-size: 16px;
	padding: 20px 0;
	margin: 20px 0;
}
.heroUl::before{
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 1px;
}
.heroUl::after{
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 1px;
}
.heroUl li{
	display: flex;
	align-items: center;
}
.heroUl li img{
	width: 20px;
	object-fit: contain;
	margin-right: 5px;
}

.heroTxt{
	color: #fff;
	font-size: 20px;
}
.heroTxt .green{
	color: #c8e600;
	font-size: 30px;
}
.heroTxt2{
	font-size: 20px;
}

/* 画像エリア */
.hero-visual {
	width: 210px;
	position: absolute;
	top:50px;
	right: 0;
}
.hero-visual img {
	width: 100%;
	height: auto;
}

.arrow-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/bg_arrow.png") no-repeat;
  transform: rotate(-15deg) scale(0.8);
  color: #fff;
  font-size: 24px;
  width: 267px;
  height: 114px;
  position: absolute;
  top: 250px;
  right: 39%;
}

.heroBtnH{
	background:linear-gradient(90deg, #EB5E36 0%, #EC9031 100%);
	border-radius: 40px;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	margin-top: 40px;
	max-width: 350px;
	display: block;
	line-height: 80px;
	text-align: center;
	color: #fff;
	position: relative;
	transition: transform 0.3s;
}

.heroBtnH:hover{
    transform: translateY(-7px);
	opacity:0.7;
	color: #fff;
}




/* ── セクション共通 ── */
.section { padding: 90px 0; }
.bg_greenLight { background: #f4f5ec; }
.bg_green { background: linear-gradient(rgba(0, 145, 58, 0.8), rgba(50, 164, 124, 0.8)), 
			url(/lp/202607campaign/img/bg_grad.webp) no-repeat;
			background-size: cover; }

.bg_grad{
		background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), 
            url(/lp/202607campaign/img/bg_green.webp) no-repeat;
			background-size: cover;
}

.section-inner { max-width: 1010px; margin: 0 auto; }

.gray{
	background: #F4F4F3;
}

.sectionFlex{
	display:flex;
	gap:30px;
	justify-content: center;
	position: relative;
}

.section-title { 
	font-size: 40px; font-weight: 700; margin-bottom: 30px; line-height: 1.4;
	background-image:linear-gradient(60deg, #00913A 0%, #0B6A71 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
}
.section-titleW { 
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
.section-titleW span{ 
	font-size: 30px;
	font-weight: bold;
}
.section-title span.fs34{ 
	font-size: 34px !important;
	font-weight: bold;
}
.section-titleG { 
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 1.4;
	color: #0C4F2C;
	text-align: center;
}

.norikae {
  display: block;
  width: fit-content;
  background-color: #fff;
  padding: 10px 20px;
	margin: 0 auto 50px;
	text-align: center;
}

.norikae span { 
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	display: inline-block;
  background: linear-gradient(0deg, #32A47C, #00913A);
  -webkit-background-clip: text;
  background-clip: text;
 -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-sub { font-size: 21px; color: #333; max-width: 1100px; line-height: 1.8; margin: 0 auto 4rem; }
.section-sub-c { font-size: 21px; color: #333; max-width: 1100px; line-height: 1.8; text-align:center; margin: 0 auto 4rem; }
.section-head { margin-bottom: 40px; }


.onayami-grid { 
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
	max-width: 1020px;
	margin: 80px auto 120px;
	position: relative;
}
.onayami-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:1rem;
  padding: 4rem 2rem;
  line-height: 1.4;
  position: relative;
  height: 250px;
}
.onayami-card.ki01{
	background: url('../img/kaiketsu-1.webp') no-repeat;
	background-size: contain;
	color: #fff;
}
.onayami-card.ki02{
	background: url('../img/kaiketsu-2.webp') no-repeat;
	background-size: contain;
	color: #fff;
}


.body-tit{
	font-size: 16px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 8px;
	left: 20px;
}

.body-tit span{
	background: #777777;
	border-radius: 20px;
	padding: 5px 25px;
	margin-right: 20px;
}
.onayami-card.ki01 .body-tit span{
	background: #777777;
}

.onayami-card.ki02 .body-tit{
	font-weight: bold;
}

.onayami-card.ki02 .body-tit span{
	background: #c8e600;
	color: #0a5a2a;
}


.body-info{
	position: absolute;
	left: 55%;
	top: 70px;
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.onayami-card .body-info li{
	display: flex;
	align-items: center;
	position: relative;
	gap: 0;
	height: 3rem;
}
.onayami-card.ki01 .body-info li{
	color: #fff;
}
.onayami-card.ki01 .body-info li img{
	width: 16px;
	object-fit: contain;
	margin-right: 5px;
}

.onayami-card.ki02 .body-info li{
	color: #0a5a2a;
	font-weight: bold;
}
.onayami-card.ki02 .body-info li i{
	margin-right: 5px;
	width: 16px;
	object-fit: contain;
	background-size: 90%;
	background-color:#0a5a2a;
	border-radius: 50%;
	color:  #c8e600;
}


.onayami-arrow{
	position: absolute;
	bottom: 50px;
	left: calc(50% - 80px);
	height: 140px;
	z-index: 2;
	width: 150px;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	justify-content: center;
}

	.onayami-arrow::after{
		position: absolute;
		content: "";
		bottom: 0;
		left: calc(50% - 70px);
		background: url('../img/kaiketsu-arrow.webp') no-repeat;
		background-size: contain;
		z-index: 2;
		  width: 150px;
		  height: 140px;
	}
	.onayami-arrow div{
		width: 150px;
		text-align: center;
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #fff;
		justify-content: center;
		z-index: 3;
	}



.cBox{
	padding: 5px 5px;
	overflow: hidden;
}
.hBox{
	position: relative;
	background: #0A5A2A;
	color: #fff;
}
.hBoxTit{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	padding: 20px;
}
.hBoxTit .num{
	border-radius: 90px;
	background-color: #2E9E3F;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
}

.hBoxTit2{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px;
	padding: 20px;
}
.hBoxTit2 .num{
	background-color: #EB6135;
	border-radius: 30px;
	font-size: 30px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 50px;
}
.hBox .hBoxTit2  h4{
	font-size: 40px;
	font-weight: bold;
}


.hBox h4{
	font-size: 32px;
	font-weight: bold;
}
.hBox .osusume{
  position: absolute;
  top: -5px;
  left: 5px;
  width: 60px;
  height: 150px;
  background-color: #C8E600;
  transform: skewX(-45deg); 
  
  color: #003311;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}

.hBox .osusume::before {
  content: "おすすめ";
  position: absolute;
  transform: skewX(45deg) rotate(-45deg);
  font-size: 18px;
  top: 45px;
  white-space: nowrap;
  color: #0C4F2C;
}
.hBox .osusume{
  color: transparent; 
}

.hDet{
	background: #fff;
	border-radius: 0 0 20px 20px;
	padding: 35px;
}

.hDet .flex{
	display: flex;
	width: 100%;
	gap: 15px;
}

.hDet .flex .flexImg{
	width: 290px;
}
.hDet .flex .flexImg img{
	width: 100%;
}
.hDet .flex .flexTxt{
	width: auto;
	position: relative;
}
.hDet .flex .flexTxt .flexName{
	font-size: 40px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.hDet .flex .flexTxt .flexName + p{
	margin-bottom: 10px;
	font-size: 16px;
}

.flexTxt .priceBox{
	width: fit-content;
	display: flex;
	justify-content: flex-start;
	gap: 0;
}
.flexTxt .priceBox .priceF{
	display: flex;
	position: relative;
	align-items: center;
}
.flexTxt .priceBox .priceF:nth-of-type(1)::after{
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	color: #333;
	font-weight: 900;
	font-size: 2em;
	padding-left: 0.4em;
	/* right: 5px; */
	/* position: absolute; */
	/* bottom: 14px; */
}
.flexTxt .priceBox .price{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	flex-direction: column;
}
.flexTxt .priceBox .price .normal{
	background: #0C4F2C;
	color: #fff;
	width: fit-content;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.flexTxt .priceBox .price .cost{
	font-weight: bold;
	font-size: 28px;
	position: relative;
	font-family: 'Inter', sans-serif;
}
.flexTxt .priceBox .price .cost span{
	font-size: 14px;
}
.flexTxt .priceBox .priceF:nth-of-type(1) .price .cost::before{
	content: "";
	height: 2px;
	width: 110px;
	background: #F59324;
	position: absolute;
	left:0;
	bottom: 16px;
}


.flexTxt .priceBox .priceC{
	display: flex;
	position: relative;
}
.flexTxt .priceBox .priceC .cost{
	font-size: 60px;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
	background-image:linear-gradient(90deg, #EB5E36 0%, #EC9031 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.flexTxt .priceBox .priceC .cost big{
	font-size: 96px;
}
.flexTxt .priceBox .priceC .cost span{
	font-size: 28px;
}
.flexTxt .priceBox .priceC .tax{
	font-size: 19px;
	position: absolute;
	right: 0;
	bottom: 60px;
	color: #EC9031;
}


.osusumeBox{
	border: 1px solid #2E9E3F;
	width: 450px;
	margin: 0 auto 40px;
}
.osusumeTit{
	background: #2E9E3F;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding: 0.5em;
}
.osusumeGrid{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 40px;
	width: 100%;
	margin: 0 auto;
	background: #EAF0E2;

}
.osusumeGrid ul{
	padding: 15px 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.osusumeGrid ul li{
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
}
.osusumeGrid ul li::before{
	content: "\f14a";
	font-family: 'Font Awesome 5 Free';
	color: #2E9E3F;
	font-weight: 900;
	font-size: 22px;
	padding-right: 0.5em;
}
.osusumeGrid ul dd{
	width: 100%	
}
.osusumeGrid ul dd img{
	width: 100%	
}


.cBox .set{
	border: 1px solid #0C4F2C;
	width: 750px;
	margin: 0 auto 40px;
	text-align: center;
}
.cBox .setTit{
	background: #0C4F2C;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding: 0.5em;
}
.cBox .setTit + p{
	font-size: 14px;
	padding: 15px 10px;
}

.ano{
	font-size: 14px;
	color: #fff;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}



.gridBox{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	width: 100%;
	margin: 0 auto 80px;
}
.c02_03 .hDet{
	padding: 25px;
}

.c02_03 .hBoxTit{
	flex-direction: column;
}
.c02_03 .flexName{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.c02_03 .setImgBox{
	position: relative;
	width: 100%;
	margin: 30px auto 40px;
}
.setSpecial{
	position: relative;
}
.setSpecial dl{
	position: absolute;
	color: #fff;
	background:linear-gradient(90deg, #EB5E36 0%, #EC9031 100%);
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: bold;
	padding: 10px 25px;
	top: -30px;
	right: 0;
}
.c02_03 .setSpecial dl{
	top: 0;
	right: 0;
}
.setSpecial dl dt{
	text-align: center;
	font-size: 28px;
}
.setSpecial dl dd{
	font-size: 12px;
}

.c02_03 .setImgBox .setSpecial .setImg{
	display: flex;
	justify-content: center;
	align-items: end;
	padding-top: 20px;
}
.c02_03 .setImgBox .setSpecial .setImg img:nth-of-type(1){
	height: 260px;
	object-fit:contain;
}
.c02_03 .setImgBox .setSpecial .setImg img:nth-of-type(2){
	margin-left: -40px;
}

.c02_03 .useTo{
	background: #2E9E3F;
	color: #fff;
	border-radius: 5px;
	padding: 15px 20px;
	margin: 0 auto 30px;
	width: 96%;
}
.c02_03 .useTo.c03{
	background: #0D2B55;
}
.c02_03 .useTo .useTit{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 5px;
}
.c02_03 .useTo .useF{
	display: flex;
	gap:50px;
	justify-content: center;
	align-items: center;
}
.c02_03 .useTo .useF dl{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.c02_03 .useTo .useF dl:nth-of-type(1):after{
	content: "";
	width: 1px;
	height: 85px;
	background: #fff;
	position: absolute;
	right: -25px;
	bottom: 0;

}
.c02_03 .useTo .useF dl dt{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 10px;
}
.c02_03 .useTo .useF dl dd{
	color: #333;
	background: #DEE9D8;
	display: flex;
	border-radius: 5px;
	padding: 15px 25px 0;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	gap:10px;
}
.c02_03 .useTo .useF dl dd.customer{
	background: #E1E7F0;
}

.c02_03 .useTo .useF dl dd img{
	width: 39px;
}
.c02_03 .useTo .useF dl dd p{
	padding-bottom: 15px;
}
.c02_03 .useTo + p{
	font-size: 16px;
	text-align: center;
	margin: 0 auto 20px;
	display: block;
}

.c02_03 .flexTxt .priceBox{
	justify-content: center;
	margin: 0 auto;
}
.c02_03 .priceF{
	margin: 0 auto;
	justify-content: center;
}
.c02_03 .flexTxt .priceBox .priceC .cost{
	line-height: 1;
}

.c02_03 .flexTxt .priceBox .price .normal{
	margin: 0 auto;
}
.c02_03 .flexTxt .priceBox .priceC .tax{
	bottom: 36px;
}

.c02_03 .osusumeBox{
	width: 100%;
	margin: 0 auto 25px;
}
.c02_03 .osusumeGrid{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.c02_03 .osusumeGrid ul{
	padding: 10px;
}
.c02_03 .osusumeGrid ul li{
	text-align: left;
	font-weight: normal;
}


.c02_03 .set{
	width: 100%;
	margin: 0 auto 25px;
}
.c02_03 .set .setTit + p{
	text-align: left;
	padding: 10px;
}



.hDet .flexName2{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}
.hDet .flexName2 span{
	color: #00863C;
}
.hDet .flexName2 span big{
	font-size: 50px;
}

.terminalGrid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.terminalGrid .terminal{
		width: 100%;
}
.terminalGrid .terminal .name{
		background: #485058;
		border-radius: 10px 10px 0 0;
		color: #fff;
		text-align: center;
		position: relative;
		line-height: 50px;
		font-size: 20px;
		font-weight: bold;
}
.terminalGrid .terminal .name span{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FBCA00;
	width: 50px;
	height: 50px;
	font-size: 30px;
	color: #000;
	border-radius: 50%;
	top:-15px;
	left: -15px;
	position: absolute;
}
.terminalGrid .terminalBox{
		border: 1px solid #485058;
		border-radius: 0 0 10px 10px;
		padding: 15px;
		text-align: center;
}
.terminalGrid .terminalImg{
	margin: 0 auto;
	text-align: center;
	width: fit-content;
}


.terminalGrid  .priceBox{
	width: fit-content;
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin: 0 auto ;
}
.terminalGrid  .priceBox .priceF{
	display: flex;
	position: relative;
	align-items: center;
}
.terminalGrid  .priceBox .priceF:nth-of-type(1)::after{
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	color: #25BD94;
	font-weight: 900;
	font-size: 50px;
	padding-left: 20px;
	/* right: 5px; */
	/* position: absolute; */
	/* bottom: 14px; */
}
.terminalGrid  .priceBox .price{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #878484;

}
.terminalGrid  .priceBox .price .normal{
	width: fit-content;
	font-size: 14px;
	text-align: center;
}
.terminalGrid  .priceBox .price .cost{
	position: relative;
	font-family: 'Inter', sans-serif;
}
.terminalGrid  .priceBox .price .cost span{
	font-size: 20px;
}
.terminalGrid  .priceBox .priceF:nth-of-type(1) .price .cost::before{
	content: "";
	height: 2px;
	width: 100px;
	background: #878484;
	position: absolute;
	left:0;
	bottom: 16px;
}


.terminalGrid .priceBox .priceC{
	display: flex;
	position: relative;
}
.terminalGrid .priceBox .priceC .cost{
	font-size: 60px;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
	background-image:linear-gradient(90deg, #EB5E36 0%, #EC9031 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.terminalGrid .priceBox .priceC .cost big{
	font-size: 96px;
}
.terminalGrid .priceBox .priceC .cost span{
	font-size: 28px;
}

.terminalGrid .terminal dl{

}
.terminalGrid .terminal dl dt{
	background: #FBCA00;
	color: #000;
	font-size: 14px;
	border-radius: 17px;
	width: 100%;
	padding: 8px 5px;
	margin-bottom: 15px;
}
.terminalGrid .terminal dl dd{
	text-align: left;
	font-size: 15px;
	line-height: 25px;
}

.terminalAno{
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
}

.banner:hover{
	opacity:0.7;
}




/* ── CTA ── */
.cta-section {
  background: linear-gradient(90deg, rgba(235, 94, 54, 0.9), rgba(236, 144, 49, 0.9)), 
            url(/lp/202607campaign/img/bg_hero.webp) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 60px 10px 45px;
  color: #fff;
  position: relative;
  overflow: hidden;
  line-height: 1.8;
}

.cta-section p { font-size: 40px; font-weight: bold; margin-bottom: 25px;	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}
.cta-section p span {font-size: 14.5px;display: inline-block;margin: 40px 0 0px; font-weight: normal;}

.cta-section a.commonBtnH{
	box-shadow: 0 6px 24px rgba(0,0,0,.3);
}

.ctaColumn{
	display:flex;
	flex-direction:column-reverse;
}
.cta-btns { 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	gap: 16px; 
	position: relative; 
}


.flowGrid{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;

}
.flowGrid .flow{
	background:#fff;
	border-radius:50%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	position:relative;
	padding: 1.5rem;
	width: 90%;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flowGrid .flow::after{
	content:'';
  border-style: solid;
  border-right: 0;
  border-left: 20px solid #00913A;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
	position: absolute;
	bottom: calc(50% - 18px);
	left: calc(100% + 25px);
}
.flowGrid .flow:last-child::after{
	display:none;
}
.flowGrid .flow dl{
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	gap:20px;
}
.flowGrid .flow dl dt{
	text-align:center;
}
.flowGrid .flow dl dd{
	font-size:18px;
	font-weight: bold;
	line-height:1.4;
	text-align: center;
}


.tblBox{
	background: #fff;
	width: 670px;
	margin: 0 auto;
	padding: 25px;

}
.tblDet{
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
}
.tblDet th{
	font-weight: bold;
	color: #00853F;
	text-align: right;
	border-right: 1px solid #2E9E3F;
	padding: 10px 20px 10px 5px ;
	vertical-align: top;
}
.tblDet td{
	color: #333;
	padding: 10px 5px 10px 15px ;
}
.tblDet td span{
	font-size: 12px;
}


.faqBox{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}
.faqBox dl{
	margin-bottom: 20px;
}
.faqBox dl:last-child{
	margin-bottom: 0;
}

.faqBox dl dt{
	background: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s;
	border-radius: 5px;
}
.faqBox dl dt:hover{
/*    transform: translateY(-7px);*/
	opacity:0.7;
}

.faqBox dl dt::before{
	content: "Q";
	background: #1A8049;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	aspect-ratio: 1 / 1;
	display: inline-block;
	text-align: center;
	flex-shrink: 0;
	margin-right: 10px;
}

.faqBox dl dt::after{
	content: "\2b";
	font-family:"Font Awesome 5 Free";
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	color: #0C4F2C;
}
.faqBox dl dt.open::after{
	content: "\f068";
	font-size: 14px;
	color: #0C4F2C;
}
.faqBox dl dd{
	padding: 15px 30px;
	display: none;
}
.faqBox dl dt.opne + dd {
	display: block;
}



.cta-last-section {
  background: linear-gradient(90deg, rgba(235, 94, 54, 0.9), rgba(236, 144, 49, 0.9)), 
            url(/lp/202607campaign/img/bg_hero.webp) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 60px 10px 45px;
  color: #fff;
  position: relative;
  overflow: hidden;
  line-height: 1.8;
}

.cta-last-section .ctaF {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	max-width: 1020px;
	margin: 0 auto;

}
.cta-last-section .ctaTxt{
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
	border-radius: 100px;
	text-align: center;
	padding:  50px 15px;
	height: fit-content;
}
.cta-last-section .ctaTxt p{
	line-height: 1.6;
	text-align: center;
	display: inline-block;
}
.cta-last-section .ctaTxt .ctaTit{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
}
.cta-last-section .ctaTxt .ctaTit + p{
	font-size: 44px;
	font-weight: bold;
	background-image:linear-gradient(90deg, #EB5E36 0%, #EC9031 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	margin-bottom: 30px;

}

.cta-last-section .ctaTxt .ctaTxtDet {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.cta-last-section .ctaTxt .ctaTxtDet + p{
	font-size: 18px;
	font-weight: bold;
	background-image:linear-gradient(90deg, #EB5E36 0%, #EC9031 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}





.formBox{
	color: #333;
}

/* 比較セクション */
.comparison-container {
    border: 1px solid #e9ecef;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.05);
	margin-top: 50px;
}

.comparison-table-wrapper {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.comparison-table th,
.comparison-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
    font-size: 16px;
    vertical-align: middle;
}

/* NEW: Anchor link style in table */
.comparison-table .cell-content a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #00a651;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}
.comparison-table .cell-content a:hover {
    color: #00a651;
}


.comparison-table thead th {
    background-color: #f8f9fb;
    font-size: 22.4px;
    font-weight: 600;
    color: #333;
    text-align: center;
    vertical-align: bottom;
}

.comparison-table thead .pos-image-header th:first-child {
    background: #f0f3f0;
}

.comparison-table thead .pos-image-header th {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
	text-align: center;
}

.comparison-table thead .pos-image {
    max-height: 150px;
    width: auto;
    object-fit: contain;
	display: inline-block;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table .feature-col {
    width: 28%;
    font-weight: 600;
    background: #f1f3f0;
    padding-left: 50px;
}

.comparison-table .bcpos-col,
.comparison-table .tablet-col {
    width: 36%;
}

.comparison-table .cell-content {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

.comparison-table .cell-content i {
    font-size: 22.4px;
    flex-shrink: 0;
}

.comparison-table .icon-good {
    color: #28a745;
}

.comparison-table .icon-bad {
    color: #e74c3c;
}

.comparison-table .icon-warning {
    color: #ff6b35;
}

.comparison-table .cell-content .sub-text {
    display: block;
    font-size: 14.4px;
    color: #555;
    margin-top: 4px;
    font-weight: 500;
}

.more{
    color: #00A651;
    font-size: 19.2px;
    font-weight: bold;
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
    margin:  2rem auto;
    cursor: pointer;
}
.more:after{
    content: "✙";
    position: absolute;
    padding-left: 1em;
}
.comparison-detail {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
}

.comparison-detail::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient(
        rgba(255,255,255,0),
        rgba(255,255,255,1)
    );
}

.comparison-detail.open {
    max-height: 2000px;
}

.comparison-detail.open::after {
    display: none;
}
.more.open:after{
    content: "－";
    font-size: 20px;
}

.recommended-tag {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 10px;
    font-size: 14.4px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(45deg, #ff6b35, #e67e22);
    border-radius: 15px;
    vertical-align: middle;
}

.comparison-table .tablet-col {
    background-color: #f8f9fb;
    color: #555;
}

.comparison-table .tablet-col .cell-content {
    font-weight: 700;
    color: #606060;
}

.wImg{
	width: 80%;
	margin: 50px auto 120px;
}


/* follow */
.followBox{
	display:grid;
grid-template-columns: repeat(5, 1fr);
margin-bottom:1rem;
padding:3rem 0;
}
.followBox dl{
	display:flex;
	position:relative;
	flex-direction:column;
	align-items: center;
	transition: transform 0.3s;
}


.followBox dl dt{
	font-size:14px;
	line-height:1;
	color:#fff;
	text-align:center;
	width:66px;
	height:50px;
	margin:auto;
	position:absolute;
	font-weight:normal;
	place-content:center;
	border-radius: 0 0 10px 10px; 
}
.followBox dl dd{
	width: fit-content;
	height: 178px;
	box-shadow:  -10px 14px 11px 2px rgba(0, 0, 0, 0.2);
	border-radius: 20px; 
	overflow:hidden;
}
.followBox dl dd img{
	border-radius: 20px; 
	object-fit: cover;
	height: 180px;
	width: 160px;
}

.followBox dl.followDl1 dt{
	background:#8CC63F;
}
.followBox dl.followDl2 dt{
	background:#1b365d;
}
.followBox dl.followDl3 dt{
	background:#33b5a3;
}

.followBox dl.followDl4 dt{
	background:#F08235;
}
.followBox dl.followDl5 dt{
	background:#10695e;
}


/* -follow */





@media screen and (max-width: 1024px) {
	.hero{
		height: 560px;
		margin: 20px auto 0;
	}
	.hero h1{
		font-size: 4vw;
	}
	.hero h1 .tabletH { 
		font-size: 5vw;
	}
	.hero h1 .genkaiH {
		font-size: 7vw;
	}
	.hero h1 .genkaiH2 {
		font-size: 5.5vw;
	}
	.hero h1 .genkaiH3 {
		font-size: 5vw;
	}
	.hero-visual{
		top:0;
		width: 200px;
	}
	.heroUl{
		font-size: 1.3vw;
	}
	.heroTxt{
	font-size: 1.8vw;
	}
	.heroTxt .green{
		font-size: 2vw;
	}
	.heroTxt2{
		font-size: 1.8vw;
	}
	.hero-eyebrow h2 {
		font-size: 2.0vw;
	}
	.hero-eyebrow h2 .year {
		font-size: 1.4vw;
	}
	.hero-eyebrow h2 .yearMini {
		font-size: 1.2vw;
	}
.arrow-badge {
  transform: rotate(-15deg) scale(0.6);
  top: 210px;
  right: 34%;
}


}

@media screen and (max-width: 1023px) {
	.hero{
		height: 510px;
		margin:  60px auto 0;
	}
	.hero-inner{
		margin: 30px auto;
	}
	.hero-visual{
		top: -20px;
		width: 150px;
	}
	.section{
		padding: 60px 0;
	}
	.section-inner{
		padding: 0 20px;
	}
	.section-title{
		font-size: 5vw;
	}
	.kaiketsu{
		line-height: 1.4;
		font-size: 4.2vw;
	}
	.onayami-grid{
		gap:8%;
		margin: 30px auto 50px;
	}
	.body-info{
	left: 52%;
	top: 5vw;
	font-size: 1.6vw;
	}
	.onayami-card .body-info li{
	height: 2em;
}
	.body-tit{
	font-size: 1.6vw;
	top: 6px;
	left: 20px;
}

.body-tit span{
	padding: 2px 20px;
}
.onayami-card{
	height: 180px;
}
.onayami-arrow{
	bottom: 0;
}
.onayami-arrow::after{
		bottom: 0;
		left: calc(50% - 70px);
		transform: scale(0.6);
	}
	.onayami-arrow div{
		transform: scale(0.6);
	}
	.triangle{
		width: 96%;
	}
.arrow-badge {
  transform: rotate(-15deg) scale(0.4);
  top: 190px;
  right: 31%;
}
	.flowGrid{
		display: flex;
		gap: 40px;
		width: auto;
	}
	.flowGrid .flow{
		width: 20%;
	}
	.flowGrid .flow dl dt img{
		max-width: 40px;
		max-height: 40px;
		object-fit: contain;
	}

	.flowGrid .flow dl dd{
		font-size: 1.4vw;
	}
	.flowGrid .flow::after{
		left:calc(100% + 15px);
	}

	.hBoxTit{
		padding: 40px 30px;
		flex-direction: column;
	}

	.osusumeBox{
		width: 60%;
	}
	.osusumeGrid{
		gap:20px;
	}

	.cBox .set{
		width: 90%;
	}
	.gridBox{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	}
	.hBox h4{
		text-align: center;
	}
	.c02_03 .hDet{
		padding: 15px;
	}
	.c02_03 .useTo .useF{
	display: flex;
	gap:50px;
	flex-direction: column;
	}
	.c02_03 .useTo .useF dl:nth-of-type(1):after{
	width: 195px;
	height: 1px;
	right: -20px;
	bottom: -30px;
	}
	.c02_03 .flexTxt .priceBox .priceC .tax{
	bottom: 4vw;
	}
	.flexTxt .priceBox .price .cost{
	font-size: 3vw;
	}
	.flexTxt .priceBox .priceC .cost big{
	font-size: 10vw;
	}
	.flexTxt .priceBox .priceC .cost span{
		font-size: 2vw;
	}
	.flexTxt .priceBox .priceC .tax{
		font-size: 1.5vw;
		bottom: 4vw;
	}
	.ano{
	font-size: 1.6vw;
	}
	.hBoxTit2{
	flex-direction: column;
	text-align: center;
	}
	.hBoxTit2 .num{
		font-size: 3vw;
		padding: 5px 5vw;
	}
	.hBox .hBoxTit2  h4{
		font-size: 5vw;
	}
	.section-titleW {
		font-size: 5vw;
	}
	.section-titleW span{
		font-size: 3.6vw;
	}
	.terminalGrid{
	grid-template-columns: repeat(1, 1fr);
	}
	.terminalGrid .terminal dl dd{
		text-align: center;
	}
	.cta-section p {
		font-size: 4.2vw;
		line-height: 1.4;
	}
	.followBox{
margin-bottom:0;
width:auto;
gap:3rem;
padding: 2rem;
}

}
/*************************************************************************************/
/*Sp Layout*/
/*************************************************************************************/
@media screen and (max-width: 768px) {
	.page-header-content{
		padding: 0 10px;
	}
	.sp_btn {
		width: 30px;
		height: 30px;
		display: flex !important;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		cursor: pointer;
	}

	.page-header-content .sp_btn > div {
		width: 30px;
		height: 3px;
		background: #797979;
		transition: .3s;
	}

	.page-header-content .sp_btn.on > div:nth-of-type(1) {
		transform: rotate(45deg);
		position: absolute;
	}

	.page-header-content .sp_btn.on > div:nth-of-type(2) {
		opacity: 0;
	}

	.page-header-content .sp_btn.on > div:nth-of-type(3) {
		transform: rotate(-45deg);
		position: absolute;
	}
	.page-header-content ul.pc_nav{
		display: none;
	}
	.page-header-content ul.sp_nav {
		width: 100%;
		height: 0;
		flex-flow: column;
		background: #fff;
		position: absolute;
		align-items: center;
		top: 60px;
		left: 0;
		overflow: hidden;
		opacity: 0;
		transition: .3s;
	}

	.page-header-content div.sp_btn.on + ul.sp_nav {
		height: 76vh;
		overflow-y: scroll;
		opacity: 1;
		padding: 0 0 100px;
		display: flex;
	}

	ul.sp_nav > li {
		width: 100%;
	}

	ul.sp_nav > li > a {
		border-bottom: 1px solid #f6f6f6;
		padding: 20px 10px;
		display: block;
		text-align: center;
	}
	.pcOnly{
		display:none;
	}
	.spOnly{
		display:inline-block;
	}

.arrow-badge {
  transform: rotate(-15deg) scale(0.4);
  top: 190px;
  right: 29%;
}

}
@media screen and (max-width: 686px) {
	.mb80{
	margin-bottom: 5rem !important;
}
	.hero-eyebrow {
		flex-direction: column-reverse;
		width: 100%;
		gap:15px;
	}
	.heroUl{
		font-size: 2.6vw;
		width: 100%;
		max-width: 100%;
	}
	.hero{
		height: 570px;
		margin: 60px auto 0;
		background-position: 72% 0;
		background-size: 1000px;
		background-color: #276d3c;
  background: url(/lp/202607campaign/img/campaign202606_mv_sp.webp) no-repeat;
  background-size: cover;
  background-position: 50% 92%;
  padding: 5px 20px 0;
	}
	.hero-inner {
	display: flex;
	align-items: center;
	gap: 0;
	max-width: 1200px;
	width: 100%;
	margin: 20px auto 0;
	position: relative;
	z-index: 1;
}
	.hero h1{
		font-size: 9vw;
	}
	.hero h1 .tabletH { 
		font-size: 11vw;
	}
	.hero h1 .genkaiH {
		font-size: 17vw;
	}
	.hero h1 .genkaiH2 {
		font-size: 12vw;
	}
	.hero h1 .genkaiH3 {
		font-size: 9.5vw;
	}
	.hero-visual{
		top: 230px;
		right: -20px;
		width: 110px;
	}


	.heroTxt{
	font-size: 3.0vw;
	}
	.heroTxt .green{
		font-size: 4vw;
	}
	.heroTxt2{
		font-size: 3.0vw;
	}
	.hero-eyebrow h2 {
		font-size: 4.0vw;
		width: 100%;
	}
	.hero-eyebrow h2 .year {
		font-size: 2.4vw;
	}
	.hero-eyebrow h2 .yearMini {
		font-size: 2.2vw;
	}

	.section {padding: 50px 0;}

	.section-title{
		font-size: 6vw;
	}
	.section-titleW {
		font-size: 7vw;
	}
	.section-titleW span{
		font-size: 3.6vw;
	}
.arrow-badge {
  transform: rotate(-15deg) scale(0.4);
  top: 252px;
  right: 50%;
}


.heroBtnH{
	border-radius: 40px;
	font-size: 6vw;
	width: 100%;
	margin: 57vw auto 0;
	max-width: 350px;
	line-height: 16vw;
}


	.onayami-grid { 
		grid-template-columns: repeat(1, 1fr);
		gap: 30vw;
		margin: 30px auto 50px;
	}
	.onayami-card {
	  height: 50vw;
	}


	.body-tit{
		font-size: 3.4vw;
		top: 8px;
		left: 10px;
	}

	.body-tit span{
		padding: 2px 15px;
		margin-right: 10px;
	}

	.body-info{
		position: absolute;
		left: 50%;
		top: 11vw;
		display: flex;
		gap: 10px;
		flex-direction: column;
	}
	.onayami-card .body-info li{
		font-size: 3vw;
		height: 2em;
	}
	.onayami-card.ki01 .body-info li{
		color: #fff;
	}
	.onayami-card.ki01 .body-info li img{
		width: 16px;
		object-fit: contain;
		margin-right: 5px;
	}

.onayami-arrow{
	bottom: 50vw;
	left: calc(50% - 74px);
}

	.onayami-arrow::after{
		position: absolute;
		content: "";
		bottom: 0;
		left: calc(50% - 74px);
		 transform: rotate(90deg);
	}
	.onayami-arrow div{
		width: 150px;
		font-size: 5vw;
	}


	.hBoxTit{
		padding: 40px 20px;
	}
	.hBox h4{
		font-size: 6vw;
	}
	.hBox .osusume{
		width: 40px;
	}
	.hDet{
		padding: 15px 20px;
	}
	.hDet .flex{
		flex-direction: column;
	}
	.hDet .flex .flexTxt .flexName{
		font-size: 7vw;
	}
	.flexTxt .priceBox{
		justify-content: center;
		width: 100%;
		margin-bottom: 1rem;
	}
	.terminalGrid .priceBox .priceF:nth-of-type(1) .price .cost::before{
		width: stretch;
	}
	.osusumeBox{
		width: 90%;
	}
	.flexTxt .priceBox .price .cost{
	font-size: 7vw;
	}

	.flexTxt .priceBox .priceC .cost{
	font-size: 10vw;
	}
	.flexTxt .priceBox .priceC .cost big{
	font-size: 16vw;
	}
	.flexTxt .priceBox .priceC .cost span{
		font-size: 5vw;
	}
	.flexTxt .priceBox .priceC .tax{
		font-size: 3.5vw;
		bottom: 13vw;
	}
	.c02_03 .flexTxt .priceBox {
			margin-bottom: 1rem;
	}
	.c02_03 .flexTxt .priceBox .priceC .tax{
	bottom: 7vw;
	}
	.ano{
	font-size: 3vw;
	}

	.osusumeGrid{
		grid-template-columns: repeat(1, 1fr);
	}

	.gridBox{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 50px;
	}

	.c02_03 .useTo .useF dl dd{
	width: 60vw;
	}
		.c02_03 .useTo .useF dl:nth-of-type(1):after{
	width: 195px;
	height: 1px;
	right: 5vw;
	bottom: -30px;
	}
	.hBoxTit2 .num{
		font-size: 7vw;
		padding: 5px 5vw;
	}

	.flowGrid{
		display: flex;
		gap: 50px;
		width: auto;
		flex-direction: column;
	}
	.flowGrid .flow{
		width: 60%;
	}
	.flowGrid .flow dl dt img{
		max-width: 70px;
		max-height: 70px;
		object-fit: contain;
	}

	.flowGrid .flow dl dd{
		font-size: 4vw;
	}
	.flowGrid .flow::after{
		left: calc(50% - 5px);
		bottom: calc(-35% + 25px);
  border-style: solid;
  border-bottom: 0;
  border-top: 20px solid #00913A;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
}
.section-titleG {
	font-size: 9vw;
}
.tblBox{
	width: 100%;
}
.tblDet tr{
	display: flex;
	flex-direction: column;
}
.tblDet th{
	width: 100%;
	text-align: left;
	border-right: unset;
	border-bottom: 1px solid #2E9E3F;
}
.tblDet td{
	width: 100%;
}

.cta-last-section .ctaF {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
.cta-last-section .ctaTxt .ctaTit + p{
	font-size: 8vw;
}
	.cta-section p {
		font-size: 7vw;
	}
.lpFoot{
	padding: 20px 10px;
}
.footC{
	max-width: 100%;
	justify-content: space-between !important;
}
.footC a{
	display: block;
	width: 30%;
}
.footC img{
	max-height: 30px;
	display: block;
	width: fit-content;
}
.footC p{
	display: inline-block;
	width: fit-content;
}

.wImg{
	width: 100%;
	margin: 50px auto ;
}
.section-title span.fs34{
	font-size: 5vw !important;
}


/* follow */
.followBox{
margin-bottom:0;
width:auto;
gap:3rem;
padding: 2rem;
}
.followBox dl{
}


.followBox dl dt{
	font-size:14px;
	z-index: 3;
}
.followBox dl dd{
	width: 160px;
	box-shadow: -3px 7px 11px 2px rgba(0, 0, 0, 0.2);
}
.followBox dl dd img{
}


/* -follow */
}