@charset "utf-8";
/*================================================================================================

* コンテンツ *

================================================================================================*/
body.breakdown-select .contents-wrap {
	width: 100%;
	padding: 0 1rem;
	padding-bottom: 4rem;
	z-index: 100;
	position: relative;
}

/* ITEM ================================================*/
body.breakdown-select .contents-wrap .p-grid {
	background: #fff;
	padding: 2rem 2rem;
	border-radius: 5px;
	box-shadow: 0 2px 5px -1px rgba(10,10,10,0.15);
}

		body.breakdown-select .contents-wrap .p-grid > .inner {
			width: 100%;
			max-width: 768px;
			margin: 0 auto;
		}

body.breakdown-select .contents-wrap .p-grid h2 {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
	color: #256AAA;
}


/* IMG ================================================*/
body.breakdown-select .contents-wrap .p-grid .img {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 1rem;
}
		body.breakdown-select .contents-wrap .col3 .p-grid .img {
			max-width: 180px;
		}

/* SELECT ================================================*/
body.breakdown-select .contents-wrap .p-grid h3 {
	text-align: center;
	margin-bottom: 1rem;
	color: #256AAA;
}
		body.breakdown-select .contents-wrap .p-grid h3 p.main {
			font-size: 1.25rem;
		}
		body.breakdown-select .contents-wrap .p-grid h3 p.sub {
			font-size: 0.7rem;
			font-family: "Montserrat";
		}

body.breakdown-select .contents-wrap .p-grid .select > div,
body.breakdown-select .contents-wrap .p-grid .select > a {
	font-size: 0.8rem;
	padding: 0.5rem 1rem;
	text-align: center;
	color: #fff;
	background: #24C19F;
	border-radius: 5px;
	cursor: pointer;
	border: 0px;
}
@media only screen and (max-width: 768px) {
	body.breakdown-select .contents-wrap .p-grid .select > div,
	body.breakdown-select .contents-wrap .p-grid .select > a {
		font-size: 0.6rem;
		padding: 0.5rem 0.2rem;
	}
/* ** */}

@media only screen and (max-width: 480px) {
	body.breakdown-select .contents-wrap .p-grid .select > div,
	body.breakdown-select .contents-wrap .p-grid .select > a {
		font-size: 0.8rem;
		padding: 0.5rem 1rem;
	}
/* ** */}


		body.breakdown-select .contents-wrap .p-grid .select.col1 div,
		body.breakdown-select .contents-wrap .p-grid .select.col1 a {
			width: calc(100% - 0rem);
		}
		body.breakdown-select .contents-wrap .p-grid .select.col2 div,
		body.breakdown-select .contents-wrap .p-grid .select.col2 a {
			width: calc(50% - 0.5rem);
		}
		body.breakdown-select .contents-wrap .p-grid .select.col3 div,
		body.breakdown-select .contents-wrap .p-grid .select.col3 a {
			width: calc(33.333% - 11px);
		}
		body.breakdown-select .contents-wrap .p-grid .select div:last-child,
		body.breakdown-select .contents-wrap .p-grid .select a:last-child {
			margin-right: 0px;
		}

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

* リフォームモーダル *

================================================================================================*/
body.breakdown-select .reform-modal .select-reselt {
	width: 100%;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e7e7e7;
}
body.breakdown-select .reform-modal .select-reselt .title {
	width: 100%;
}
body.breakdown-select .reform-modal .select-reselt .info {
	width: 100%;
	color: #256AAA;
	font-weight: 700;
}
body.breakdown-select .reform-modal .p-grid-wrap {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 1rem;
}
body.breakdown-select .p-grid-wrap.list > div.p-grid {
	border-bottom: 0px;
}