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

/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                トップページ専用CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
/*ここにcss*/


body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(images/pc_bg.jpg) center center no-repeat;
  background-size:100vw;
}


/*
main{
	background:url(images/pc_bg.jpg) no-repeat fixed top center;
	background-size:cover;
}
*/


.plan_title{
	margin-bottom:15px;
}
h2 span{
	color:#5FCF64;
}



.plan_02{
	margin-bottom:50px;
	background:url(images/img_01.jpg) no-repeat right bottom;
	background-size:50% auto;
}

.plan_02_01{
	margin-bottom:30px;
}

.plan_02_03{
	margin-left:15px;
}
.plan_02_03 span{
	color:#5FCF64;
}


.plan_03{
	margin-bottom:50px;
	background:url(images/img_02.jpg) no-repeat right bottom;
	background-size:50% auto;
}

.plan_04{
	margin-bottom:50px;
}

.plan_04 a img:hover{
	opacity:0.7;
}


.corona{
	box-sizing:border-box;
	border:2px solid #F00;
	padding:10px;
	margin-bottom:50px;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {

/*ここにcss*/
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(images/sp_bg.jpg) center center no-repeat;
  background-size:cover;
}

/*
main{
	background:url(images/sp_bg.jpg) no-repeat fixed top center;
		background-size: cover;
}
*/

.plan_title{
	margin-bottom:15px;
}
h2 span{
	color:#5FCF64;
}



.plan_02{
	margin-bottom:50px;
}

.plan_02_01{
	margin-bottom:30px;
}

.plan_02_02, .plan_03_02{
	margin-top:15px;
}


.plan_03{
	margin-bottom:50px;
}

.plan_04{
	margin-bottom:50px;
}

.plan_04 a img:hover{
	opacity:0.7;
}


.corona{
	box-sizing:border-box;
	border:2px solid #F00;
	padding:10px;
	margin-bottom:50px;
}

/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
