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;
}

/* ---------　画面サイズが768px以下に適用　--------- */

@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: #f7f7f7;
    position: relative;
    padding: 0px 0px 40px;  /* -------「上」､「左右」､「下」を指定  ----- */
  }
  .fvwrap {
    max-width: 960px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .fvwrap .fvmobile {
    width: 28%;
    position: relative;
  }
  .fvwrap figure {
    padding: 0;
    margin: 0;
  }
  .fvwrap .fvmobile img {
    width: 100%;
    height: auto;
  }
  .fvwrap .fvmobile h2 {
    color:#fff;
    text-align: center;
    position: relative;
    top:90px;
  }
  .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.4rem;
    width: 100px;
    position: absolute;
    top:170px;
    right: 10px;
    line-height: 1.5;
  }
  .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.4rem;
    width: 225px;
    position: absolute;
    top:240px;
    left: 10px;
    line-height: 1.5;
  }
  .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.4rem;
    width: 200px;
    position: absolute;
    top:410px;
    left: 10px;
    line-height: 1.5;
  }
  .fvwrap .fvtitle {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .fvwrap .fvtitle h1 {
    font-size: 4.2rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .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, #9a6ca2 0%, #9a6ca2 50%, #fff 50%, #fff 100%);
	margin-top: 100px;
}
.content-wrap {
	width: 850px;
	margin: auto;
}
.content01 .block {
	padding: 50px 0;
	background: #9a6ca2;
	border-top-right-radius: 100px;
	position: relative;
}
.content01 .block .card02 {
	position: absolute;
	width: 350px;
	right:-130px;
	bottom:10px;
}
.content01 .block .card02 img {
	width: 100%;
	height: auto;
}
.content01 h2 {
	text-align: center;
	font-size: 4.8rem;
	padding: 0;
	margin: 0;
	color:#fff;
	margin-bottom: 20px;
}
.content01 p {
	font-size: 2.4rem;
	color:#fff;
	line-height: 1.7;
	margin-bottom: 30px;
}
.content02 {
	padding: 20px 0 40px 0;
}
.content02 h2 {
	text-align: center;
	font-size: 4.2rem;
	padding: 0;
	margin: 0;
	margin-bottom: 60px;
}
.meritbox  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.meritbox li  {
	width: 48%;
	margin-bottom: 40px;
	text-align: center;
}
.meritbox li figure  {
	width: 30%;
	margin: auto;
	margin-bottom: 20px;
}
.meritbox li figure img  {
	width: 100%;
	height: auto;
}
.meritbox li h3  {
	font-size: 2.4rem;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.meritbox li p  {
	font-size: 1.8rem;
	line-height: 1.6;
}
.content03 {
	padding: 60px 0;
	background: #f7f7f7;
}
.content03 h2 {
	text-align: center;
	font-size: 4.8rem;
	padding: 0;
	margin: 0;
	margin-bottom: 60px;
}
.voice {
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	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 {
	color:#9a6ca2;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
}
.voice .voicetxt .case {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
}
.voice .voicetxt h3 {
	color:#9a6ca2;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 10px;
}
.voice .voicetxt p {
	font-size: 1.6rem;
	line-height: 1.7;
}
.content04 {
	padding: 60px 0;
}
.content04 h2 {
	text-align: center;
	font-size: 4.8rem;
	padding: 0;
	margin: 0;
	margin-bottom: 60px;
}
.content04 p {
	text-align: center;
	font-size: 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: 6rem;
	color:#9a6ca2;
	padding: 0;
	margin: 0;
	line-height: 1.7;
}
.pricebox li h4 span {
	font-size: 4rem;
}
.content05 {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #9a6ca2 50%, #9a6ca2 100%);
	margin-top: 450px;
	position: relative;
}
.content05 .block {
	padding: 100px 0;
	background: #9a6ca2;
	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: space-between;
	margin: 0 50px;
}
.ctaitem01 {
	width: 30%;
}
.ctaitem01 img {
	width: 100%;
	height: auto;
}
.ctaitem02 {
	width: 65%;
}
.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 {
		background: #f7f7f7;
		position: relative;
		padding: 0px 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: 20px;
	  }
	  .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;
	  }
	  .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: 2.2rem;
		line-height: 1.5;
		margin-bottom: 10px;
		text-align: center;
	  }
	  .link {
		text-align: center;
		font-size: 1.5rem;
		color:#fff;
		padding: 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: 25px;
		left:20px;
		margin-right: 10px;
	  }
	  a.link:hover {
		transform: scale(1.1);
	  }
.content01 {
	background: linear-gradient(90deg, #9a6ca2 0%, #9a6ca2 50%, #fff 50%, #fff 100%);
	margin-top: 50px;
}
.content-wrap {
	width: auto;
	margin: auto 15px;
}
.content01 .block {
	padding: 25px 0;
	background: #9a6ca2;
	border-top-right-radius: 50px;
}
.content01 h2 {
	text-align: left;
	font-size: 2.1rem;
	padding: 0;
	margin: 0;
	color:#fff;
	margin-bottom: 10px;
}
.content01 p {
	font-size: 1.4rem;
	color:#fff;
	line-height: 1.7;
	margin-bottom: 15px;
	width: 97%;
}
.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: 2.2rem;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	line-height: 1.7;
}
.meritbox  {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.meritbox li  {
	width: 48%;
	margin-bottom: 15px;
	text-align: center;
}
.meritbox li figure  {
	width: 40%;
	margin: auto;
	margin-bottom: 10px;
}
.meritbox li figure img  {
	width: 100%;
	height: auto;
}
.meritbox li h3  {
	font-size: 1.5rem;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	line-height: 1.6;
}
.meritbox li p  {
	font-size: 1.3rem;
	line-height: 1.6;
		text-align: left;
}
.content03 {
	padding: 30px 0;
	background: #f7f7f7;
}
.content03 h2 {
	text-align: center;
	font-size: 2.2rem;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
.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 {
	color:#9a6ca2;
	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 {
	color:#9a6ca2;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
	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;
	color:#9a6ca2;
	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;
	background: #9a6ca2;
	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.4rem;
	color:#fff;
	padding: 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: 25px;
	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.4rem;
}
.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: #9a6ca2;
	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: 60px;
	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;
  }
}
/* --------------------------　ヘッダーロゴ　-------------------------- */
.rogo_main {
	background: #f7f7f7;
	position: relative;
	  padding: 20px 0px 0px;  /* -------「上」､「左右」､「下」を指定  ----- */
  }
  img.ai_rogo {
	width: 300px;
	height: 50px;
	}
/* ---------　画面サイズが768px以下に適用　--------- */ 
  @media screen and (max-width: 768px) {
  .rogo_main {
	background: #f7f7f7;
	position: relative;
	  padding: 10px 0px 0px 0px;
	  text-align:center;
  }
  img.ai_rogo {
	width: 200px;
	height: 40px;
	}
}
  


