@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page {
  background: url("../images/plan-images/page-bg.jpg") 50% 80% no-repeat;
}
.gnav__item--plan a {
  color: var(--color06);
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.year {
	width: 200px;
	color: #fff;
	font-family: var(--font01);
	font-weight: 700;
	background-color: var(--color06);border-radius: 80px;
	text-align: center;
	padding: 5px 0;
}
.plan-list__item {
	margin-bottom: 30px;
}
.plan-list__tit01 {
	color: #fff;
	font-size: clamp(1.7rem,2.375vw,2rem)!important;
	background: url("../images/cmn-images/icon-check.png") 12px 17px no-repeat;
	background-size: 20px;
	background-color: var(--color01);
	padding: 10px 10px 10px 40px;
}
.plan-list__tit02 {
	font-size: clamp(1.7rem,2.375vw,2rem)!important;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.plan-list {
	width: 100%!important;
}
.plan-list__item {
	float: none!important;
	width: 100%!important;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.year {
	width: 150px;
	font-size: 1.2rem;
	padding: 5px 0;
	margin-bottom: 10px;
}
.plan-list__item {
	margin-bottom: 30px;
}
.plan-list__tit01 {
	color: #fff;
	font-size: clamp(1.8rem,2.375vw,2rem);
	background: url("../images/cmn-images/icon-check.png") 12px 17px no-repeat;
	background-size: 20px;
	background-color: var(--color01);
	padding: 10px 10px 10px 40px;
}
.plan-list__tit02 {
	font-size: clamp(1.8rem,2.375vw,2rem);
}
}

