body {
font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
letter-spacing: 0.1rem;
font-style: normal;
font-weight: 500;
color:#444444;
}
p {
	font-size: 2rem;
	line-height: 2;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {

p {
	font-size: 1.4rem;
	line-height: 1.5;
}
}


.clear {
	clear:both;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/* --------------------------　ロード　-------------------------- */

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}


/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  background: #faeef1;
  position: relative;
	padding: 40px 0;
}
.fvwrap {
	max-width: 960px;
	margin: auto;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.fvwrap .fvmobile {
	width: 32%;
	position: relative;
}

.fvwrap figure {
	padding: 0;
	margin: 0;
}
.fvwrap .fvmobile img {
	width: 100%;
	height: auto;
}



.fvwrap .fvtitle {
	width: 65%;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
.fvwrap .fvtitle h1 {
	font-size: clamp(4rem, 7.2vw, 7rem);
	line-height: 1.5;
	margin-bottom: 30px;
	 font-family: "Zen Old Mincho", serif;
	color:#e04c75;
}
.fvwrap .fvtitle h2 {
	font-size: clamp(2rem, 2.2vw, 2.4rem);
	line-height: 1.5;
	margin-bottom: 50px;
	 font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.link {
	background: #39c17a;
	text-align: center;
	font-size: 1.8rem;
	color:#fff;
	padding: 25px;
	border-radius: 50px;
	width: 450px !important;
	box-sizing: border-box;
	display: block;
	position: relative;
	padding-left: 70px;
}
.link::before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../../images/linelogo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  top: 25px;
	left:40px;
  margin-right: 10px;
}
a.link:hover {
  transform: scale(1.1);
}



.content01 {
	background: linear-gradient(90deg, #e87895 0%, #e87895 50%, #fff 50%, #fff 100%);
	margin-top: 100px;
}

.content-wrap {
	width: 960px;
	margin: auto;
}

.content01 .block {
	padding: 50px 0;
	background: #e87895;
	border-top-right-radius: 100px;
	position: relative;
}

.aboutBOX {
	display: flex;
	justify-content: space-between;
}
.aboutBOX .hakke {
	width: 37%;
}
.aboutBOX .text {
	width: 61%;
}


img {
	width: 100%;
	height: auto;
}


.content01 h2 {
	text-align: center;
	font-size: clamp(2rem, 4.8vw, 4.8rem);
	padding: 0;
	margin: 0;
	color:#fff;
	margin-bottom: 20px;
	font-family: "Zen Old Mincho", serif;
}
.content01 p {
	font-size: clamp(1.6rem, 2.2vw, 2.2rem);
	color:#fff;
	line-height: 1.7;
	margin-bottom: 20px;
	padding-right: 30px;
	box-sizing: border-box;
	font-family: "Zen Old Mincho", serif;
}

.content02 {
	padding: 60px 0 60px 0;
}


.content02 h2 {
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	font-size: clamp(1.8rem, 4.2vw, 4.2rem);
	padding: 0;
	margin: 0;
	margin-bottom: 60px;
}

.apliBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.apliBOX.rev {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.apliBOX .ph {
	width: 25%;
}
.apliBOX .text {
	width: 70%;
	 display: flex;
	flex-direction: column;
  justify-content: center;
}
.apliBOX .text h3 {
	font-size: clamp(2rem, 3.3vw, 3.2rem);
	color:#e87895;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	margin-bottom: 20px;
}
.apliBOX .text .Box {
	background: #faeef1;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
.apliBOX .text .Box p {
	font-size: clamp(1.6rem, 2vw, 2rem);
	line-height: 1.8;
}
.button01 {
	text-align: center;
}


.content03 {
	padding: 50px 0;
	background: #f7f7f7;
}


.content03 h2 {
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	font-size: clamp(1.8rem, 4.2vw, 4.2rem);
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}

.voice {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	margin-bottom: 20px;
}
.voice figure  {
	width: 15%;
}
.voice figure img {
	width: 100%;
	height: auto;
}
.voice .voicetxt  {
	width: 80%;
	display: flex;
  justify-content: center;

	flex-direction: column;
}
.voice .voicetxt .name {
	font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	font-weight: bold;
	line-height: 1.7;
	
}
.voice .voicetxt .case {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	font-weight: bold;
	line-height: 1.7;
}
.voice .voicetxt h3 {
	color:#e87895;
	font-size: clamp(1.7rem, 2.6vw, 2.5rem);
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 10px;
	font-family: "Zen Old Mincho", serif;
}

.voice .voicetxt p {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 1.7;
}


.content04 {
	padding: 60px 0;
}


.content04 h2 {
	text-align: center;
	font-size: clamp(1.8rem, 4.2vw, 4.2rem);
	padding: 0;
	margin: 0;
	margin-bottom: 60px;
	font-family: "Zen Old Mincho", serif;
}

.content04 p {
	text-align: center;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.pricebox {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.pricebox li {
	width: 50%;
	text-align: center;
}

.pricebox li h3 {
	font-size: 2.4rem;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}
.pricebox li h4 {
	font-size: clamp(4rem, 6vw, 6rem);
	color:#e87895;
	padding: 0;
	margin: 0;
	line-height: 1.7;
	font-family: "Zen Old Mincho", serif;
}
.pricebox li h4 span {
	font-size: 4rem;
}



.content05 {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #e87895 50%, #e87895 100%);
	margin-top: 450px;
	position: relative;
}


.content05 .block {
	padding: 100px 0;
	background: #e87895;
	border-top-left-radius: 100px;
	margin: 0;
}

.content05 h2 {
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 30px;
}

.phone-img {
	width: 300px;
	margin: auto;
	position: absolute;
	  top: -150px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.phone-img img {
	width: 100%;
	height: auto;
}



.link02 {
	background: #39c17a;
	text-align: center;
	font-size: 1.8rem;
	color:#fff;
	padding: 25px;
	border-radius: 50px;
	width: 450px !important;
	margin: auto;
	box-sizing: border-box;
	display: block;
	position: relative;
	padding-left: 70px;
}
.link02::before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../../images/linelogo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  top: 25px;
	left:40px;
  margin-right: 10px;
}
a.link02:hover {
  transform: scale(1.1);
}

.ctabox {
	display: flex;
	justify-content: center;
	margin: 0 50px;
}
.ctaitem01 {
	width: 30%;
}
.ctaitem01 img {
	width: 100%;
	height: auto;
}
.ctaitem02 {
	width: 65%;

}

.ctabox h2 {
	font-family: "Zen Old Mincho", serif;
}


.uranai {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}
.uranai li {
	background: #9a6ca2;
	font-size: 1.6rem;
	text-align: center;
	color:#fff;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 16%;
	border-radius: 20px;
}	



.pcimg {
	display: block;
}
.spimg {
	display: none;
}

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

	
.top_main {

  position: relative;
	padding: 30px 0 30px 0;
}
.fvwrap {
	max-width: auto;
	margin: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fvwrap .fvmobile {
	width: 200px;
	margin: auto;
	position: relative;
	margin-bottom: 10px;
}

.fvwrap figure {
	padding: 0;
	margin: 0;
}
.fvwrap .fvmobile img {
	width: 100%;
	height: auto;
}

.fvwrap .fvmobile h2 {
	color:#fff;
	text-align: center;
	position: relative;
	top:70px;
}

.comment01 {
	background: #7edb77;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 10px;
	text-align: left;
	font-size: 1.2rem;
	width: 180px;
	position: absolute;
	top:130px;
	right: 10px;
	line-height: 1.4;
	box-sizing: border-box;
}
.comment02 {
	background: #fff;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 10px;
	text-align: left;
	font-size: 1.2rem;
	width: 180px;
	position: absolute;
	top:200px;
	left: 10px;
	line-height: 1.4;
	box-sizing: border-box;
}
.comment03 {
	background: #7edb77;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 10px;
	text-align: left;
	font-size: 1.2rem;
	width: 180px;
	position: absolute;
	top:285px;
	right: 10px;
	line-height: 1.4;
	box-sizing: border-box;
}
.comment04 {
	background: #fff;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 10px;
	text-align: left;
	font-size: 1.2rem;
	width: 180px;
	position: absolute;
	top:340px;
	left: 10px;
	line-height: 1.4;
	box-sizing: border-box;
}

.fvwrap .fvtitle {
	width: auto;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
.fvwrap .fvtitle h1 {
	font-size: 3.5rem;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
}
.fvwrap .fvtitle h2 {
	font-size: clamp(1.8rem, 2.2vw, 2.4rem);
	line-height: 1.5;
	margin-bottom: 20px;
	 font-family: "Zen Old Mincho", serif;
	text-align: center;
}
.link {
	
	text-align: center;
	font-size: 1.6rem;
	color:#fff;
	padding: 18px 20px;
	border-radius: 50px;
	width: 90% !important;
	box-sizing: border-box;
	display: block;
	position: relative;
	padding-left: 50px;
}
.link::before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../../images/linelogo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  top: 20px;
	left:20px;
  margin-right: 10px;
}
a.link:hover {
  transform: scale(1.1);
}



.content01 {

	margin-top: 50px;
}

.content-wrap {
	width: auto;
	margin: auto 15px;
}

.content01 .block {
	padding: 25px 0;

	border-top-right-radius: 50px;
}
	
	

.content01 h2 {
	text-align: center;
	font-size: 2.1rem;
	padding: 0;
	margin: 0;
	color:#fff;
	margin-bottom: 10px;
	letter-spacing: 0;
}
	
.aboutBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.aboutBOX .hakke {
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.aboutBOX .text {
	width: auto;
	padding: auto;
}
	
.content01 p {
	font-size: clamp(1.5rem, 2.2vw, 2.2rem);
	color:#fff;
	line-height: 1.7;
	margin-bottom: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0;
}

.content01 .block .card02 {
	position: absolute;
	width: 110px;
	right:-10px;
	bottom:auto;
	top:-40px;
}
.content01 .block .card02 img {
	width: 100%;
	height: auto;
}
		
	
	
	
.content02 {
	padding: 20px 0 20px 0;
}


.content02 h2 {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	line-height: 1.7;
}
	
	

.apliBOX {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.apliBOX.rev {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.apliBOX .ph {
	width: 40%;
	margin: auto;
	margin-bottom: 10px;
}
.apliBOX .text {
	width:auto;
	 display: flex;
	flex-direction: column;
  justify-content: center;
}
.apliBOX .text h3 {
	font-size: clamp(2rem, 3.3vw, 3.2rem);
	color:#e87895;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.apliBOX .text .Box {
	background: #faeef1;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
.apliBOX .text .Box p {
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.8;
	margin-bottom: 15px;
}
.button01 {
	text-align: center;
}
	


.content03 {
	padding: 30px 0;
	background: #f7f7f7;
}


.content03 h2 {
	text-align: center;
	font-size: 2.2rem;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.voice {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius:10px;
	margin-bottom: 15px;
}
.voice figure  {
	width: 25%;
	margin: 0 auto 10px;;
}
.voice figure img {
	width: 100%;
	height: auto;
}
.voice .voicetxt  {
	width: auto;
	display: flex;
  justify-content: center;

	flex-direction: column;
}
.voice .voicetxt .name {

	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.7;
}
.voice .voicetxt .case {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.7;
}
.voice .voicetxt h3 {

	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 5px;
}

.voice .voicetxt p {
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 0;
}


.content04 {
	padding: 30px 0;
}


.content04 h2 {
	text-align: center;
	font-size: 2.2rem;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
	


.pricebox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pricebox li {
	width: auto;
	text-align: center;
	margin-bottom: 0px;
}
.pricebox li:first-child {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pricebox li h3 {
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}
.pricebox li h4 {
	font-size: 4rem;

	padding: 0;
	margin: 0;
	line-height: 1.7;
}
.pricebox li h4 span {
	font-size: 2.2rem;
}



.content05 {
	background: #fff;
	margin-top: 20px;
	position: relative;
}

.content05 .block {
	padding:50px 0;
	border-top-left-radius: 100px;
	margin: 0;
}

.content05 .content-wrap {
	
	margin: 0;
}
	
	

.content05 h2 {
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 30px;
}

.phone-img {
	width: 50%;
	margin: auto;
	position: relative;
	  top: 0%;
    left: 0%;
    transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
	text-align: center;
	margin-top: -80px;
	margin-bottom: 20px;
}

.phone-img img {
	width: 100%;
	height: auto;
}



.link02 {

	text-align: center;
	font-size: 1.6rem;
	color:#fff;
	padding:18px 25px;
	border-radius: 50px;
	width: 90% !important;
	margin: auto;
	box-sizing: border-box;
	display: block;
	position: relative;
	padding-left: 50px;
}
.link02::before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../../images/linelogo.webp");
  background-repeat: no-repeat;
  background-size: contain;
  top: 20px;
	left:20px;
  margin-right: 10px;
}
a.link02:hover {
  transform: scale(1.1);
}
	
	
.ctabox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 0px;
}
.ctaitem01 {
	width: auto;
	display: none;
}
.ctaitem01 img {
	width: 100%;
	height: auto;
}
.ctaitem02 {
	width: auto;
}
	

.uranai {
	display: flex;
	justify-content: space-between;
	width: 90%;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.uranai li {
	background: #9a6ca2;
	font-size: 1.4rem;
	text-align: center;
	color:#fff;
	padding: 2px 10px;
	box-sizing: border-box;
	width: 32%;
	border-radius: 20px;
	margin-bottom: 5px;
}		

	
.pcimg {
	display: none;
}
.spimg {
	display: block;
}

}


footer {
	margin: 0 !important;
	padding: 0 !important;
	
}
.footer {
	background:#2a2a2a;
	min-width: 1000px;
	margin: 0 !important;
	padding: 30px 0 !important;
	
}
.footerlogo {
	width: 150px;
	margin: auto;
	margin-bottom: 10px;
}
.footerlogo img {
	width: 100%;
	height: auto;
}

.sitelink {
	text-align: center;
	color:#fff;
	font-size: 1.2rem;
}
.sitelink a {
	color:#fff;
}


.footer_copy {
	text-align: center;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	padding: 10px 0;
	color:#fff;
}
.btn_page_top {
	background: #e7456f;
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 20;
	width: 60px;
	height: 60px;
}
.btn_page_top:hover {
	opacity: 0.5;
}
.btn_page_top:before {
    display: block;
    position: absolute;
    top: 25px;
    left: 24px;
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}


@media screen and (max-width: 768px) {
	.footer {
		min-width: 100%;
		padding:0px 0 0px 0;
	}
	.btn_page_top {
		display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 20;
	width: 60px;
	height: 60px;
	}
	
	
	
}




.priceitem {
	width: 33.3%;
	text-align: center;
}
.pro {
	color:#009def !important;
}
.stn {
	color:#8abf56 !important;
}
.lgt {
	color:#7a93b9 !important;
}
.priceitem h3 {
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.priceitem.pro h3 {
	background: #009def;
	color:#fff;
	width: 90%;
	margin: auto;
	border-radius: 20px;
	padding: 3px;
	box-sizing: border-box;
}
.priceitem.stn h3 {
	background: #8abf56;
	color:#fff;
	width: 90%;
	margin: auto;
	border-radius: 20px;
	padding: 3px;
	box-sizing: border-box;
}
.priceitem.lgt h3 {
	background: #7a93b9;
	color:#fff;
	width: 90%;
	margin: auto;
	border-radius: 20px;
	padding: 3px;
	box-sizing: border-box;
}
.priceitem h4 {
	font-size: 2.8rem;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.priceitem h4 span {
	font-size: 1.6rem;

}

table.pran {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	color:#333;
	font-size: 1.5rem;
	letter-spacing: 0;
	margin-bottom: 0px;
}

table.pran th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	width: 22%;
}
table.pran td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

.gentei {
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}
.ms {
	font-size: 6rem;
	color:#de290b;
}

.ms02 {
	font-size: 4rem;
	color:#de290b;
}

.bold {
	font-weight: bold;
}




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

.priceitem {
	width: auto;
	text-align: center;
	margin-bottom: 30px;
}
.pro {
	color:#009def !important;
}
.stn {
	color:#8abf56 !important;
}
.lgt {
	color:#7a93b9 !important;
}
.priceitem h3 {
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.priceitem.pro h3 {
	background: #009def;
	color:#fff;
	width: 90%;
	margin: auto;
	border-radius: 20px;
	padding: 3px;
	box-sizing: border-box;
}
.priceitem.stn h3 {
	background: #8abf56;
	color:#fff;
	width: 90%;
	margin: auto;
	border-radius: 20px;
	padding: 3px;
	box-sizing: border-box;
}
.priceitem.lgt h3 {
	background: #7a93b9;
	color:#fff;
	width: 90%;
	margin: auto;
	border-radius: 20px;
	padding: 3px;
	box-sizing: border-box;
}
.priceitem h4 {
	font-size: 2.8rem;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 5px;
}
.priceitem h4 span {
	font-size: 1.6rem;

}

table.pran {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	color:#333;
	font-size: 1.5rem;
	letter-spacing: 0;
	margin-bottom: 0px;
	display: none;
}

table.pran th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	width: 22%;
}
table.pran td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
	
table.pran_sp {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	color:#333;
	font-size: 1.3rem;
	letter-spacing: 0;
	margin-bottom: 0px;
}

table.pran_sp th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	width: 60%;
	box-sizing: border-box;
}
table.pran_sp td {
    padding: 10px;
    border: 1px #E3E3E3 solid;

    text-align: center;
	box-sizing: border-box;
}

.gentei {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.ms {
	font-size: 4rem;
	color:#de290b;
}

.ms02 {
	font-size: 2.6rem;
	color:#de290b;
}

.bold {
	font-weight: bold;
}

	
}





/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}







/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



.fvtitle .toppa {
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}
.fvtitle .toppa span {
	font-size: 4rem;
	font-weight: bold;
	color:#9a6ca2;
}
.fvtitle .toppa span i {
	font-size: 5rem;
	font-weight: bold;
}

.fvtitle .toppa::after {
  content: '';
  width: 100%;
  height: 4px;
  display: inline-block;
  background-color: #9a6ca2;
  position: absolute;
  bottom: 10px;
  left: 0
}


.ctaitem02 .toppa {
	font-size: 2.4rem;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
.ctaitem02 .toppa span {
	font-size: 3rem;
	font-weight: bold;
}
.ctaitem02 .toppa span i {
	font-size: 4rem;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	
.fvtitle .toppa {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}
.fvtitle .toppa span {
	font-size: 3rem;
	font-weight: bold;
	color:#9a6ca2;
}
.fvtitle .toppa span i {
	font-size: 4rem;
	font-weight: bold;
}

.fvtitle .toppa::after {
  content: '';
  width: 100%;
  height: 4px;
  display: inline-block;
  background-color: #9a6ca2;
  position: absolute;
  bottom: 0px;
  left: 0
}
.ctaitem02 .toppa {
	font-size: 2rem;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
.ctaitem02 .toppa span {
	font-size: 3rem;
	font-weight: bold;
}
.ctaitem02 .toppa span i {
	font-size: 4rem;
	font-weight: bold;
}
	
}


.anim-box {
  animation: poyoyon2 1s ease-in-out forwards;
}
 
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}