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

/* pagetitle */
.pagetitle .page-ttl-img {
	
}
.pagetitle .page-ttl-img .page-ttl-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	width: 100%;
	max-width: 600px;
	aspect-ratio: 3 / 2;
	margin: 0 auto;
	padding: 50px 0 60px 0;
}

.pagetitle .page-ttl-content .img {
	flex: 1;
	display: inherit;
	margin: 0 auto;
	padding: 10px 0;
}

.light .pagetitle .page-ttl-content .img {
	max-width: 102px;
	width: 17%;
}
.middle .pagetitle .page-ttl-content .img {
	max-width: 273px;
	width: 46%;
}
.premium .pagetitle .page-ttl-content .img {
	max-width: 324px;
	width: 54%;
}
.customize .pagetitle .page-ttl-content .img {
	max-width: 167px;
	width: 28%;
}

.pagetitle .page-ttl-content .txt {
}

/* sec-plancontents */
#sec-plancontents .pln-pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sec-plancontents .pln-pages .page {
	padding: 0 18px 30px 18px;
	text-align: center;	
}
#sec-plancontents .pln-pages .page .img {
	display: block;
	width: fit-content;
	margin: 0 auto 15px auto;
	position: relative;
}
#sec-plancontents .pln-pages .page .label {
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 1.4;
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: 1;
}
#sec-plancontents .pln-pages .page .label:before {
	content: "";
	display: block;
	width: 75px;
	height: 75px;
	background-color: #17b3a6;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%,-50%);
}

@media (max-width: 640px) {
	#sec-plancontents .pln-pages .page {
		width: 50%;
	}	
	#sec-plancontents .pln-pages .page .label {
		bottom: 0;
	}
}
@media (max-width: 480px){
	#sec-plancontents .pln-pages .page .label {
		transform: scale(0.8);
	}	
}


/* pln-icons */
#sec-plancontents .pln-icons {
	width: fit-content;
	margin: 0 auto;
}
#sec-plancontents .icon-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sec-plancontents .icon-list .icon {
	width: 24%;
	padding: 10px 30px 30px 30px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
#sec-plancontents .icon-list .icon .img {
}
#sec-plancontents .icon-list .icon .txt {
	line-height: 1.4;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
	white-space: nowrap;
}

@media (max-width: 640px) {
	#sec-plancontents .icon-list .icon {
		width: 50%;
	}
}

/* hp-list */
#sec-plancontents .hp-list {
	
}
#sec-plancontents .hp-list .hp-list-row {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
#sec-plancontents .hp-list .hp-list-row:not(:last-child) {
	margin-bottom: 2px;
}
#sec-plancontents .hp-list .hp-list-head {
	width: 240px;
	background-color: #e5e5e5;
	padding: 30px 0 30px 40px;
}
#sec-plancontents .hp-list .hp-list-cont {
	flex: 1;
	background-color: #fff;
	padding: 30px;
}
#sec-plancontents .hp-list .hp-list-item {
	display: flex;
	flex-wrap: wrap;
}
#sec-plancontents .hp-list .hp-list-item li {
	padding-right: 1em;
}


#sec-plancontents .options .mk-list .mk-check {
	width: 50%;
	margin-bottom: 10px;
}


@media (max-width: 767px) {
	#sec-plancontents .hp-list .hp-list-head {
		width: 100%;
		padding: 20px 30px;
	}
	#sec-plancontents .hp-list .hp-list-cont {
		flex: none;
		padding: 20px 30px;
		width: 100%;
	}
}
@media (max-width: 640px) {
	#sec-plancontents .options .mk-list .mk-check {
		width: 100%;
	}
}

@media (max-width: 480px) {
	#sec-plancontents .hp-list .hp-list-head {
		padding: 20px 15px;
	}
	#sec-plancontents .hp-list .hp-list-cont {
		padding: 20px 15px;
	}
}


/* common-flow */
.common-flow {

}
.common-flow .sbox-flow {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.common-flow .sbox-flow .img {
	width: 300px;
	position: relative;
}
.common-flow .sbox-flow .img .meeting {
	display: block;
	width: 75px;
	line-height: 75px;
	background-color: #e3007f;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.common-flow .sbox-flow .txt {
	flex: 1;
	padding-top: 5%;
}
.common-flow .sbox-flow:nth-child(odd) .img{	
}
.common-flow .sbox-flow:nth-child(odd) .txt{
	padding-left: 5%;
}

.common-flow .sbox-flow:nth-child(even) .img {
	order: 2;	
}
.common-flow .sbox-flow:nth-child(even) .txt {
	order: 1;
	padding-right: 5%;
}
.common-flow .flow-turm {
	background-color: #9487f5;
	margin-bottom: 60px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (max-width: 767px) {
	.common-flow .sbox-flow .img {
		margin: 0 auto;
	}
	.common-flow .sbox-flow .txt {
		flex: auto;
	}
	.common-flow .sbox-flow:nth-child(odd) .txt{
		padding-left: 0;
	}
	.common-flow .sbox-flow:nth-child(even) .img {
		order: 1;	
	}
	.common-flow .sbox-flow:nth-child(even) .txt {
		order: 2;
		padding-right: 0;
	}
}




























