@charset "utf-8";

/*============

index.css

=============*/

/*-------------

content

--------------*/

.lead-box + .section {
	margin-top: 4rem;
}

/*-------------

customize-box

--------------*/

.content-second-title + .content__txt {
	margin-top: 4rem;
	text-align: center;
}

.customize-box {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.customize-box-unit {
	width: calc(100%/3 - 1.6rem);
	margin-top: 4rem;
	padding: 0 2rem 2rem;
	background-color: #fff;
	border-radius: 2rem;
	border: solid 0.6rem #efefef;
}

.customize-box-unit:not(:nth-of-type(3n+1)) {
	margin-left: 2.4rem;
}

.customize-box-unit__title {
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	color: #666;
	background-color: #efefef;
	width: calc(100% + 4rem);
	margin: 0 -2rem;
	padding: 1.5rem 1rem;
}

.customize-box-unit__title small {
	margin-top: 0.4rem;
	display: inline-block;
	font-weight: normal;
}

.customize-box-unit__theme-title {
	margin-top: 2rem;
	text-align: center;
}

.customize-box-unit__theme-title span {
	font-size: 14px;
	display: block;
}

.customize-box-unit__theme-title strong {
	font-size: 2.2rem;
	background: linear-gradient(transparent 70%, #efefef 0%);
}

/* customize-box-unit-list */

.customize-box-unit-list {
	margin-top: 2rem;
}

.customize-box-unit-list li {
	position: relative;
	padding-left: 1.2rem;
	font-size: 14px;
}

.customize-box-unit-list li:before {
	position: absolute;
	content: "";
	top: 1rem;
	left: 0;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #666;
}

/* customize-box-unit__voice */

.customize-box-unit__voice-title {
	position: relative;
	text-align: center;
	margin-top: 2rem;
	font-size: 14px;
}

.customize-box-unit__voice-title:before,
.customize-box-unit__voice-title:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 0.1rem;
	background-color: #ccc;
	width: calc(50% - 6.4rem);
}

.customize-box-unit__voice-title:before {
	left: 0;
}

.customize-box-unit__voice-title:after {
	right: 0;
}

.customize-box-unit__voice-txt {
	font-size: 14px;
	margin-top: 1rem;
}

.customize-box-unit__voice-title span {
	position: relative;
	padding-left: 3.0rem;
}

.customize-box-unit__voice-title span:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../../img/user_box_ic01.svg) no-repeat top center;
	background-size: 2.6rem auto;
	width: 2.6rem;
	height: 2.6rem;
}

/*-------------

package-box

--------------*/

.package-box {
	margin-top: 2rem;
}

.package-box__title:first-of-type {
	margin-top: 4rem;
}

.package-box__title {
	position: relative;
	cursor: pointer;
	padding: 1.5rem 1.5rem 1.5rem 8rem;
	transition: all .5s ease;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: #efefef;
	margin-top: 2rem;
	border-radius: 10rem;
	text-indent: -2rem;
}

.package-box__title::before,
.package-box__title::after {
	position: absolute;
	content: "";
	width: 1.6rem;
	height: 0.2rem;
	background-color: #e60012;
}

.package-box__title::before {
	top: 48%;
	left: 3rem;
	transform: rotate(0deg);
}

.package-box__title::after {
	top: 48%;
	left: 3rem;
	transform: rotate(90deg);
	transition: all 0.3s;
}

/* package-box__title.close */

.package-box__title.close::before {
	transform: rotate(0deg);
}

.package-box__title.close::after {
	transform: rotate(0deg);
	transition: all 0.3s;
}

/* package-box__unit */

.package-box__unit {
	display: none;
	padding-bottom: 8rem;
}

.package-box__link-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4rem;
}

.package-box__link-txt a {
	display: block;
	padding: 2.4rem 3.2rem;
	background-color: #efefef;
	min-width: 32rem;
	text-align: center;
}

.package-box__link-txt a:before {
	right: 3.6rem;
}

.package-box__link-txt .external-link::after {
	right: 1.6rem;
}

.package-box__second-title {
	font-size: 2.0rem;
	font-weight: bold;
	padding-left: 2rem;
	position: relative;
	margin-top: 4rem;
}

.package-box__second-title:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: #e60012;
}

/* package-list */

.package-list {
	margin-top: 2rem;
}

.package-list li {
	position: relative;
	padding-left: 1.2rem;
}

.package-list li:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #666;
}


/* package-table */

.package-table {
	width: 100%;
}

.package-table__col--course {
	width: 16%;
	min-width: 12rem;
}

.package-table__col--time {
	width: 12%;
	min-width: 8rem;
}

.package-table__thead th {
	border-bottom: solid 0.3rem #999;
	padding: 2rem 1rem;
	text-align: center;
	vertical-align: middle;
}

.package-table__tbody td {
	border-bottom: solid 0.1rem #ccc;
	padding: 2rem 1rem;
	text-align: center;
	vertical-align: middle;
}

.package-table__course__title {
	font-weight: bold;
}

/*============

media queries

=============*/

/*-------------

タブレット・スマホ

--------------*/

@media (max-width: 959px) {
	/* customize-box */
	.customize-box {
		flex-direction: column;
	}

	.customize-box-unit {
		width: 100%;
	}

	.customize-box-unit:not(:nth-of-type(3n+1)) {
		margin-left: 0;
	}
}

/*-------------

スマホ

--------------*/

@media (max-width: 519px) {

}
