/* Y'S GEAR : profile environment.css */


.contentsWidth {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
}
.contentsWidth *, 
.contentsWidth *::before, 
.contentsWidth *::after { box-sizing: border-box; }

.contentsWidth > section { margin-bottom: 75px; }

.contentsWidth p { margin-bottom: 20px; }
.contentsWidth p a { text-decoration: underline; }
.contentsWidth p a:hover,
.contentsWidth p a:active { text-decoration: none; }

.contentsWidth .commonTitleH2 {
	margin-bottom: 20px;
	text-align: left;
}
.contentsWidth .commonTitleH2 + div { padding: 0 20px; }

@media screen and (max-width: 568px) {
	.contentsWidth { font-size: 1.4rem; }
	
	.contentsWidth > section {
		margin-bottom: 40px;
	}
	
	.contentsWidth .commonTitleH2 + div { padding: 0; }
} /* */


/*======================================================================*
 *  [ mainImg / mainTxt ] 
 *======================================================================*/

.mainImg {
	display: block;
	margin-bottom: 30px;
}
.mainTxt { margin-bottom: 50px; }

@media screen and (max-width: 568px) {
	.mainImg { margin: 0 -10px 20px; }
	.mainTxt { margin-bottom: 40px; }
} /* */


/*======================================================================*
 *  [ initiativeWrap ] 
 *======================================================================*/

.initiativeWrap > div { text-align: center; }
.initiativeWrap ol {
	display: inline-block;
	text-align: left;
}
.initiativeWrap ol li {
	display: flex;
	list-style-type: none;
	padding: 10px;
	border-bottom: 1px solid #d1d1d1;
}
.initiativeWrap ol li:first-child { padding-top: 0; }
.initiativeWrap ol li b {
	width: 1.6em;
	color: #363a90;
}
.initiativeWrap ol li span { width: calc(100% - 1.6em); }

@media screen and (max-width: 568px) {
} /* */


/*======================================================================*
 *  [ caseWrap ] 
 *======================================================================*/

/* [ caseTxt ] */
.caseTxt {
	margin-bottom: 40px;
	text-align: center;
}
.caseTxt p:first-child {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.caseTxt figure { margin-bottom: 20px; }
.caseTxt b { font-size: 1.8rem; }
.caseTxt span { display: inline-block; }

@media screen and (max-width: 568px) {
	.caseTxt {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.caseTxt p:first-child { font-size: 1.3rem; }
	.caseTxt b { font-size: 1.6rem; }
} /* */


/* [ caseBox ] */
.caseBox {
	margin-bottom: 30px;
	padding: 0 25px 30px;
	border-radius: 20px;
	background: #f0fbd9;
	font-size: 1.4rem;
	text-align: center;
}
.caseBox h3 {
	margin-bottom: 5px;
	color: #068713;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.caseBox h3 > b {
	display: inline-block;
	width: 3em;
	margin-bottom: 10px;
	border-radius: 0 0 3em 3em;
	background: #93d50a;
	color: #fff;
	font-size: 2rem;
	line-height: 1.6;
}
.caseBox h3 > span { display: block; }
.caseBox h3 > span span { display: inline-block; }
.caseBox h4 { margin: 30px 0 10px; }
.caseBox h4 span { display: inline-block; }

@media screen and (max-width: 568px) {
	.caseBox {
		margin-bottom: 20px;
		padding: 0 10px 20px;
	}
} /* */


/*======================================================================*
 *  [ itemList ] 
 *======================================================================*/

/* [ itemList ] */
.itemList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	line-height: 1.4;
}
.itemList > * {
	display: block;
	width: calc(33.33% - 10px);
	margin: 0 5px;
	padding: 15px 10px;
	background: #fff;
	color: #000;
}
.itemList a:not([href]):hover img {
	opacity: 1;
}
.itemList figure { margin-bottom: 10px; }
.itemList p { margin: 0; }
.itemList span {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
}
.itemList b { display: block; }
.itemList p + b { color: #068713; }

@media screen and (max-width: 568px) {
	.itemList {
		display: block;
		padding: 0 5px;
		text-align: left;
	}
	.itemList > * {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 0;
		padding: 5px 10px;
	}
	.itemList > * + * { margin-top: 10px }
	.itemList figure {
		width: 100px;
		margin: 0 10px 0 0;
	}
	.itemList div { width: calc(100% - 110px); }
} /* */
