@charset "utf-8";

/*-------------------------------
	大タイトル
-------------------------------*/

.Parts-title{
	border: .4rem solid var(--maincolor);
	width: calc(100% - 1.2rem);
	margin-left: .6rem;
	padding: 1.5rem 2rem;
	margin-top: 7rem;
	margin-bottom: 6rem;
}
.Parts-title span{
	color: var(--maincolor);
	font-size: 3rem;
	font-weight: 700;
	line-height: calc(5.25 / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* 次の要素 */
.Parts-title + *{
	clear: both;
}
.Parts-medium-title + .Parts-title{

}
.Parts-small-title + .Parts-title{
	
}
.Parts-text + .Parts-title{
	margin-top: 5rem;
}
.Parts-link + .Parts-title{
	margin-top: 6.5rem;
}
.Parts-button-link-4 + .Parts-title{
	margin-top: 5.8rem;
}
.Parts-button-link-1 + .Parts-title{
	margin-top: 5rem;
}
.Parts-table + .Parts-title{
	margin-top: 3rem;
}
.Parts-download + .Parts-title{
	margin-top: 6rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

	.Parts-title{
		width: calc(100% - 2rem);
		margin-left: 1rem;
		border: .6rem solid var(--maincolor);
		padding: 2rem 2.5rem;
		min-height: 14rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.Parts-title span{
		font-size: 4rem;
		height: 100%;
		line-height: calc(7 / 4);
	}
	
	/* 次の要素 */
	.Parts-medium-title + .Parts-title{
	
	}
	.Parts-small-title + .Parts-title{
		
	}
	.Parts-text + .Parts-title{
		
	}
	.Parts-link + .Parts-title{
		
	}
	.Parts-button-link-4 + .Parts-title{
		margin-top: 6rem;
	}
	.Parts-button-link-1 + .Parts-title{
		
	}
	.Parts-table + .Parts-title{
		
	}
	.Parts-download + .Parts-title{
		
	}

}



/*-------------------------------
	中タイトル
-------------------------------*/

.Parts-medium-title{
	border-left: .4rem solid var(--maincolor);
	width: calc(100% - 1.2rem);
	margin-left: .6rem;
	margin-top: 7rem;
	margin-bottom: 4rem;
	padding: 1.7rem 3rem;
	background: #eff9ee;
}
.Parts-medium-title span{
	font-size: 2.6rem;
	letter-spacing: 0;
	font-weight: 500;
}

/* 次の要素 */
.Parts-medium-title + *{
	clear: both;
}
.Parts-title + .Parts-medium-title{
	margin-top: 0;
}
.Parts-small-title + .Parts-medium-title{
}
.Parts-text + .Parts-medium-title{
	margin-top: 5rem;
}
.Parts-link + .Parts-medium-title{
	margin-top: 6.5rem;
}
.Parts-button-link-4 + .Parts-medium-title{
	margin-top: 5.8rem;
}
.Parts-button-link-1 + .Parts-medium-title{
	margin-top: 5rem;
}
.Parts-table + .Parts-medium-title{
	margin-top: 3rem;
}
.Parts-download + .Parts-medium-title{
	margin-top: 6rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

	.Parts-medium-title{
		width: calc(100% - 2rem);
		margin-left: 1rem;
		border-left: .6rem solid var(--maincolor);
		padding: 2rem 3.8rem;
		min-height: 13rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.Parts-medium-title span{
		font-size: 3.6rem;
		line-height: calc(5.4 / 3.6);
	}
	
	/* 次の要素 */
	.Parts-title + .Parts-medium-title{
	}
	.Parts-small-title + .Parts-medium-title{
		
	}
	.Parts-text + .Parts-medium-title{
		
	}
	.Parts-link + .Parts-medium-title{
		
	}
	.Parts-button-link-4 + .Parts-medium-title{
	
	}
	.Parts-button-link-1 + .Parts-medium-title{
		
	}
	.Parts-table + .Parts-medium-title{
		
	}
	.Parts-download + .Parts-medium-title{
		
	}

}



/*-------------------------------
	小タイトル
-------------------------------*/

.Parts-small-title{
	color: var(--maincolor);
	width: calc(100% - 1.2rem);
	margin-left: .6rem;
	margin-bottom: .5rem;
	margin-top: 3.5rem;
	font-size: 2.6rem;
	font-weight: 500;
}
.Parts-small-title span{
	letter-spacing: 0;
}

/* 次の要素 */
.Parts-small-title + *{
	clear: both;
}
.Parts-title + .Parts-small-title{
	margin-top: 0;
}
.Parts-medium-title + .Parts-small-title{
	margin-top: 0;
}
.Parts-text + .Parts-small-title{
	margin-top: 1.5rem;
}
.Parts-link + .Parts-small-title{
	margin-top: 3rem;
}
.Parts-button-link-4 + .Parts-small-title{
	margin-top: 2.3rem;
}
.Parts-button-link-1 + .Parts-small-title{
	margin-top: 1.5rem;
}
.Parts-table + .Parts-small-title{
	margin-top: -.5rem;
}
.Parts-download + .Parts-small-title{
	margin-top: 2.5rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

	.Parts-small-title{
		width: calc(100% - 2rem);
		margin-left: 1rem;
		font-size: 3.6rem;
		line-height: calc(6.3 / 3.6);
	}
	
	/* 次の要素 */
	.Parts-title + .Parts-small-title{
	
	}
	.Parts-medium-title + .Parts-small-title{
	
	}
	.Parts-text + .Parts-small-title{
		
	}
	.Parts-link + .Parts-small-title{
		
	}
	.Parts-button-link-4 + .Parts-small-title{
		
	}
	.Parts-button-link-1 + .Parts-small-title{
		
	}
	.Parts-table + .Parts-small-title{
		
	}
	.Parts-download + .Parts-small-title{
		
	}

}



/*-------------------------------
	テキスト
-------------------------------*/

.Parts-text{
	width: calc(100% - 1.2rem);
	margin-left: .6rem;
	font-size: 2rem;
	margin-bottom: 2rem;
	line-height: calc(3.5 / 2);
	letter-spacing: 0;
}
.Parts-text p:not(:last-child){
	margin-bottom: 1em;
}
.Parts-text + .Parts-text{
	margin-top: .5rem;
}

/* 次の要素 */
.Parts-text + *{
	clear: both;
}
.Parts-title + .Parts-text{
	
}
.Parts-medium-title + .Parts-text{

}
.Parts-small-title + .Parts-text{
	
}
.Parts-link + .Parts-text{
	margin-top: 1.5rem;
}
.Parts-button-link-4 + .Parts-text{
	margin-top: .8rem;
}
.Parts-button-link-1 + .Parts-text{
	
}
.Parts-table + .Parts-text{
	
}
.Parts-download + .Parts-text{
	margin-top: 1rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

	.Parts-text{
		width: calc(100% - 2rem);
		margin-left: 1rem;
		font-size: 3rem;
		line-height: calc(5.25 / 3);
	}
	
	/* 次の要素 */
	.Parts-title + .Parts-text{
	
	}
	.Parts-medium-title + .Parts-text{
	
	}
	.Parts-small-title + .Parts-text{
		
	}
	.Parts-link + .Parts-text{
		
	}
	.Parts-button-link-4 + .Parts-text{
		
	}
	.Parts-button-link-1 + .Parts-text{
		
	}
	.Parts-table + .Parts-text{
		
	}
	.Parts-download + .Parts-text{
		
	}

}



/*-------------------------------
	テキストリンク
-------------------------------*/

.Parts-link{
	margin-left: .6rem;
	margin-right: 1rem;
	margin-bottom: .5rem;
}
.Parts-link a{
	width: 100%;
	line-height: calc(3.5 / 2);
	font-size: 2rem;
	color: #0071bc;
	text-decoration: underline;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Parts-link a::before{
	line-height: calc(3.5 / 2);
	content: "≫";
}

.Parts-link.-break{
	clear: both;
}
*:not(.Parts-link) + .Parts-link{
	clear: both;
}

/* 次の要素 */
.Parts-link + *:not(.Parts-link){
    clear: both;
}
.Parts-title + .Parts-link{
	
}
.Parts-medium-title + .Parts-link{

}
.Parts-small-title + .Parts-link{
	
}
.Parts-text + .Parts-link{
	
}
.Parts-button-link-4 + .Parts-link{
	
}
.Parts-button-link-1 + .Parts-link{
	
}
.Parts-table + .Parts-link{
	
}
.Parts-download + .Parts-link{
	
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

	.Parts-link{
		width: calc(100% - 2rem);
		margin-left: 1rem;
		margin-bottom: 1rem;
	}
	.Parts-link a{
		line-height: calc(5.25 / 3);
		font-size: 3rem;
	}
	.Parts-link a::before{
		line-height: calc(5.25 / 3);
	}
	
	/* 次の要素 */
	.Parts-title + .Parts-link{
	
	}
	.Parts-medium-title + .Parts-link{
	
	}
	.Parts-small-title + .Parts-link{
		
	}
	.Parts-text + .Parts-link{
		
	}
	.Parts-button-link-4 + .Parts-link{
		
	}
	.Parts-button-link-1 + .Parts-link{
		
	}
	.Parts-table + .Parts-link{
		
	}
	.Parts-download + .Parts-link{
		
	}

}



/*-------------------------------
	縁取りテキスト（4分割タイプ）
-------------------------------*/

.Parts-button-link-4{
	width: calc(((100% - 1.2rem) - (1.2rem * 3)) / 4);
	margin-left: .6rem;
	margin-right: .6rem;
	margin-bottom: 1.2rem;
}
.Parts-button-link-4 a{
	border: 2px solid var(--maincolor);
	color: var(--maincolor);
	width: 100%;
	height: 8rem;
	padding:  1.5rem 3rem;
	border-radius: 1rem;
	font-size: 2rem;
	line-height: calc(2.5 / 2);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 1 !important;
}
.Parts-button-link-4 a:hover{
	background: var(--maincolor);
	color: #fff;
}
.Parts-button-link-4.-subcolor a{
	background: var(--maincolor);
	color: #fff;
}
.Parts-button-link-4.-large a{
	height: 14rem;
}

/* 次の要素 */
.Parts-button-link-4 + *:not(.Parts-button-link-4){
	clear: both;
}
.Parts-title + .Parts-button-link-4{
	
}
.Parts-medium-title + .Parts-button-link-4{

}
.Parts-small-title + .Parts-button-link-4{
	
}
.Parts-text + .Parts-button-link-4{
	
}
.Parts-link + .Parts-button-link-4{
	
}
.Parts-button-link-1 + .Parts-button-link-4{
	
}
.Parts-table + .Parts-button-link-4{
	
}
.Parts-download + .Parts-button-link-4{
	
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

	.Parts-button-link-4{
		width: calc(((100% - 2rem) - (2rem * 1)) / 2);
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.Parts-button-link-4:not(:nth-last-of-type(-n+2)){
		margin-bottom: 2rem;
	}
	.Parts-button-link-4 a{
		border: .4rem solid var(--maincolor);
		min-height: 20rem;
		height: auto;
		padding:  1.5rem 3rem;
		font-size: 3.2rem;
		line-height: calc(4 / 3.2);
	}
	.Parts-button-link-4.-large a{
		height: auto;
	}
	
	/* 次の要素 */
	.Parts-title + .Parts-button-link-4{
	
	}
	.Parts-medium-title + .Parts-button-link-4{
	
	}
	.Parts-small-title + .Parts-button-link-4{
		
	}
	.Parts-text + .Parts-button-link-4{
		
	}
	.Parts-link + .Parts-button-link-4{
		
	}
	.Parts-button-link-1 + .Parts-button-link-4{
		
	}
	.Parts-table + .Parts-button-link-4{
		
	}
	.Parts-download + .Parts-button-link-4{
		
	}

}



/*-------------------------------
	縁取りテキスト（長タイプ）
-------------------------------*/

.Parts-button-link-1{
	width: calc(100% - 1.2rem);
	margin-left: .6rem;
	margin-bottom: 2rem;
	max-width: 50rem;
}
/* .Parts-button-link-1:not(:last-child){
	margin-bottom: 2rem;
} */
.Parts-button-link-1 a{
	border: 2px solid var(--maincolor);
	color: var(--maincolor);
	width: 100%;
	height: 10rem;
	padding:  1.5rem 3rem;
	font-size: 2rem;
	border-radius: 1rem;
	line-height: calc(3 / 2.5);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 1 !important;
}
.Parts-button-link-1 a:hover{
	background: var(--maincolor);
	color: #fff;
}
.Parts-button-link-1.-current a{
	background: var(--maincolor);
	color: #fff;
}
.Parts-button-link-1.-large a{
	height: 13rem;
}

/* 次の要素 */
.Parts-button-link-1 + *{
	clear: both;
}
.Parts-title + .Parts-button-link-1{
	
}
.Parts-medium-title + .Parts-button-link-1{

}
.Parts-small-title + .Parts-button-link-1{
	
}
.Parts-text + .Parts-button-link-1{
	
}
.Parts-link + .Parts-button-link-1{
	margin-top: 1.5rem;
}
.Parts-button-link-4 + .Parts-button-link-1{
	margin-top: .8rem;
}
.Parts-table + .Parts-button-link-1{
	
}
.Parts-download + .Parts-button-link-1{
	margin-top: 1rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

	.Parts-button-link-1{
		max-width: 100%;
		width: calc(100% - 2rem);
		margin-left: 1rem;
	}
	.Parts-button-link-1:not(:last-child){
		margin-bottom: 3.8rem;
	}
	.Parts-button-link-1 a{
		border: .4rem solid var(--maincolor);
		height: auto;
		min-height: 16rem;
		padding:  1.5rem 3rem;
		font-size: 3.2rem;
		line-height: calc(3 / 2.5);
	}
	.Parts-button-link-1 a:hover{
		background: var(--maincolor);
		color: #fff;
	}
	.Parts-button-link-1.-current a{
		background: var(--maincolor);
		color: #fff;
	}
	.Parts-button-link-1.-large a{
		height: auto;
	}
	
	/* 次の要素 */
	.Parts-title + .Parts-button-link-1{
	
	}
	.Parts-medium-title + .Parts-button-link-1{
	
	}
	.Parts-small-title + .Parts-button-link-1{
		
	}
	.Parts-text + .Parts-button-link-1{
		
	}
	.Parts-link + .Parts-button-link-1{
		
	}
	.Parts-button-link-4 + .Parts-button-link-1{
		
	}
	.Parts-table + .Parts-button-link-1{
		
	}
	.Parts-download + .Parts-button-link-1{
		
	}

}



/*-------------------------------
	表（パターンA）
-------------------------------*/

.Parts-table.-admin{
	display: none;
}
.Parts-table.-front{
	margin-bottom: 4rem;
}
.Parts-table{
	width: calc(100% - 1.2rem);
	margin-left: .6rem;
}
.Parts-table__image{
	display: none;
}
.Parts-table__inner{
	width: 100%;
	table-layout: fixed;
}
.Parts-table__header__th{
	background: var(--maincolor);
	height: 5rem;
	font-size: 1.8rem;
	padding: 1rem 1.5rem;
	color: #fff;
	font-weight: 400;
	vertical-align: middle;
	text-align: center;
}
.Parts-table__header__th:not(:last-child){
	border-right: 1px solid #fff;
}
.Parts-table__inner > .Parts-table__body:first-child{
	border-top: 1px solid #808080;
}
.Parts-table__body__td{
	padding: 2.4rem 2rem;
	border-bottom: 1px solid #808080;
	vertical-align: middle;
}
.Parts-table__body__td:first-child{
	background: #f2f2f2;
}
.Parts-table__body__td:not(:last-child){
	border-right: 1px solid #808080;
}
.Parts-table__body__td > *{
	float: left;
}
.Parts-table__body__td > *:last-child{
	margin-bottom: 0;
}
.Parts-table__body__td .Parts-text{
	line-height: calc(3 / 2);
}
.Parts-table__body__td .Parts-link a,
.Parts-table__body__td .Parts-link p{
	line-height: calc(3 / 2);
}
.Parts-table__body__td .Parts-link a::before{
	line-height: calc(3 / 2);
}

.Parts-table.-twolayout .Parts-table__header__th:first-child{
	width: 18rem;
}
.Parts-table.-twolayout .Parts-table__header__th:nth-of-type(2){
	width: calc(100% - 18rem);
}
.Parts-table.-twolayout .Parts-table__body__td:first-child{
	width: 18rem;
}
.Parts-table.-twolayout .Parts-table__body__td:nth-of-type(2){
	width: calc(100% - 18rem);
}

/* 次の要素 */
.Parts-title + .Parts-table{
	
}
.Parts-medium-title + .Parts-table{

}
.Parts-small-title + .Parts-table{
	
}
.Parts-text + .Parts-table{
	
}
.Parts-link + .Parts-table.-admin + .Parts-table.-front{
	margin-top: 1.5rem;
}
.Parts-button-link-4 + .Parts-table.-admin + .Parts-table.-front{
	margin-top: .8rem;
}
.Parts-button-link-1 + .Parts-table{

}
.Parts-download + .Parts-table.-admin + .Parts-table.-front{
	margin-top: 1rem;
}

/*----- 表の中のパーツ */
.Parts-table__body__td > *{
	margin-left: 0 !important;
}
.Parts-table__body__td > *:not(:last-child){
	margin-bottom: 1rem;
}
.Parts-table__body__td .Parts-small-title{
	font-size: 2.4rem;
	margin-top: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

	.Parts-table{
		width: calc(100% - 2rem);
		margin-left: 1rem;
	}
	.Parts-table__image{
		max-width: 49.8rem;
		margin-bottom: 4rem;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.Parts-table__image img{
		width: 100%;
	}
	.Parts-table__scroll{
		overflow-x: scroll;
	}
	.Parts-table__inner{
		width: 112rem;
	}
	.Parts-table__header__th{
		height: 7rem;
		font-size: 3rem;
		padding: 1rem 2.5rem;
	}
	.Parts-table__header__th:not(:last-child){
		border-right: 2px solid #fff;
	}
	.Parts-table__body__td{
		padding: 3rem 2rem;
		border-bottom: 2px solid #808080;
	}
	.Parts-table__body__td:first-child{
		background: #f2f2f2;
	}
	.Parts-table__body__td:not(:last-child){
		border-right: 2px solid #808080;
	}
	
	.Parts-table.-twolayout .Parts-table__inner{
		width: 94rem;
	}
	.Parts-table.-twolayout .Parts-table__header__th:first-child{
		width: 30rem;
	}
	.Parts-table.-twolayout .Parts-table__header__th:nth-of-type(2){
		width: calc(100% - 30rem);
	}
	.Parts-table.-twolayout .Parts-table__body__td:first-child{
		width: 30rem;
	}
	.Parts-table.-twolayout .Parts-table__body__td:nth-of-type(2){
		width: calc(100% - 30rem);
	}
	
	/* 次の要素 */
	.Parts-title + .Parts-table{
	
	}
	.Parts-medium-title + .Parts-table{
	
	}
	.Parts-small-title + .Parts-table{
		
	}
	.Parts-text + .Parts-table{
		
	}
	.Parts-link + .Parts-table{
		
	}
	.Parts-button-link-4 + .Parts-table{
		
	}
	.Parts-button-link-1 + .Parts-table{
		
	}
	.Parts-download + .Parts-table{
		
	}

	/*----- 表の中のパーツ */
	.Parts-table__body__td > *:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.Parts-table__body__td .Parts-small-title{
		font-size: 3.2rem;
	}

}



/*-------------------------------
	ダウンロードボタン
-------------------------------*/

.Parts-download{
	width: calc(100% - 1.2rem);
	margin-left: .6rem;
	margin-right: 1rem;
	max-width: 21rem;
	margin-bottom: 1rem;
}
.Parts-download a{
	border: 2px solid var(--maincolor);
	background: var(--maincolor);
	width: 100%;
	height: 6rem;
	font-size: 2rem;
	padding: 1rem 2rem;
	border-radius: 1rem;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 1 !important;
}
.Parts-download a::after{
	transition: var(--transition);
	content: "";
	display: block;
	width: 1.7rem;
	height: 1.8rem;
	background-image: url(../images/common/icon_download-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Parts-download a:hover{
	color: var(--maincolor);
	background: #fff;
}
.Parts-download a:hover::after{
	background-image: url(../images/common/icon_download-green.svg);
}
.Parts-download span{
	width: calc(100% - 1.7rem);
	padding-right: 1.5rem;
	letter-spacing: 0;
	display: block;
}

.Parts-download.-break{
	clear: both;
}
*:not(.Parts-download) + .Parts-download{
	clear: both;
}

/* 次の要素 */
.Parts-download + *:not(.Parts-download){
	clear: both;
}
.Parts-title + .Parts-download{
	
}
.Parts-medium-title + .Parts-download{

}
.Parts-small-title + .Parts-download{
	
}
.Parts-text + .Parts-download{
	
}
.Parts-link + .Parts-download{
	
}
.Parts-button-link-4 + .Parts-download{
	
}
.Parts-button-link-1 + .Parts-download{
	
}
.Parts-table + .Parts-download{
	
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

	.Parts-download{
		max-width: 36rem;
		margin-bottom: 2rem;
		margin-left: 1rem;
	}
	.Parts-download a{
		border: .4rem solid var(--maincolor);
		height: 10rem;
		font-size: 3.2rem;
		padding: 1rem 3rem;
		border-radius: 1rem;
	}
	.Parts-download a::after{
		width: 3rem;
		height: 3.2rem;
	}
	.Parts-download span{
		width: calc(100% - 3rem);
		padding-right: 2.5rem;
	}
	.Parts-download:not(:last-child){
		margin-right: 2.5rem;
	}
	
	/* 次の要素 */
	.Parts-title + .Parts-download{
	
	}
	.Parts-medium-title + .Parts-download{
	
	}
	.Parts-small-title + .Parts-download{
		
	}
	.Parts-text + .Parts-download{
		
	}
	.Parts-link + .Parts-download{
		
	}
	.Parts-button-link-4 + .Parts-download{
		
	}
	.Parts-button-link-1 + .Parts-download{
		
	}
	.Parts-table + .Parts-download{
		
	}

}