/* Y'S GEAR : manner.css */


.contentsWidth {
	font-size: 1.6rem;
	font-weight: 500;
}
.contentsWidth > section {
	margin-bottom: 75px;
}


/* [ commonNotes ] */
.contentsWidth section > .commonNotes {
	margin-top: 30px;
	text-align: right;
}
@media screen and (max-width: 568px) {
	.contentsWidth section > .commonNotes {
		text-align: left;
	}
} /* */

/* [ commonTitleH2 ] */
.contentsWidth .commonTitleH2 {
	margin-bottom: 30px;
	font-size: calc(1em + 0.4rem);
}
@media screen and (max-width: 568px) {
	.contentsWidth .commonTitleH2 {
		margin-bottom: 20px;
	}
	
} /* */

/* [ commonTitleH3 ] */
.contentsWidth .commonTitleH3 {
	font-size: calc(1em + 0.2rem);
}
.contentsWidth .commonTitleH3 ~ p {
	margin-bottom: 15px;
}
.contentsWidth .commonTitleH3 + p {
	color: red;
	font-size: calc(1em + 0.2rem);
}
.contentsWidth .commonTitleH3 ~ figure {
	margin-top: 20px;
	text-align: center;
}
.contentsWidth .commonTitleH3 ~ ul {
	display: flex;
	flex-wrap: wrap;
}
.contentsWidth .commonTitleH3 ~ ul li {
	width: calc(25% - 15px);
	margin-left: 20px;
}
.contentsWidth .commonTitleH3 ~ ul li:nth-child(4n+1) {
	margin-left: 0;
}
.contentsWidth .commonTitleH3 ~ ul li:nth-child(4n) ~ li {
	margin-top: 20px;
}
.contentsWidth .commonTitleH3 ~ ul li figure {
	margin-bottom: 10px;
}
.contentsWidth .commonTitleH3 ~ ul li p {
	font-size: calc(1em - 0.2rem);
}
.contentsWidth .commonTitleH3 ~ ol {
	margin-left: 2em;
}
.contentsWidth .commonTitleH3 ~ ol li {
	list-style: disc;
}
.contentsWidth .commonTitleH3 ~ ol li + li {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.contentsWidth .commonTitleH3 ~ ul li {
		width: calc(50% - 10px);
		margin-left: 20px;
	}
	.contentsWidth .commonTitleH3 ~ ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.contentsWidth .commonTitleH3 ~ ul li:nth-child(2n) ~ li {
		margin-top: 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth .commonTitleH3 + p {
		font-size: 1em;
	}
	.contentsWidth .commonTitleH3 ~ ul {
		padding: 0 15px;
	}
	.contentsWidth .commonTitleH3 ~ ul li {
		width: 100%;
		margin-left: 0;
	}
	.contentsWidth .commonTitleH3 ~ ul li + li {
		margin-top: 25px;
	}
} /* */



/*======================================================================*
 *  [ mainImg ] 
 *======================================================================*/

.mainImg {
	margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
	.mainImg {
		margin: 0 -20px 30px;
	}
} /* */

@media screen and (max-width: 568px) {
	.mainImg {
		margin: 0 -10px 30px;
	}
} /* */


/*======================================================================*
 *  [ catchTxt ] 
 *======================================================================*/

.catchTxt {
	/* margin-bottom: 30px; */
	margin-bottom: 75px;
	font-size: 2rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}
.catchTxt b {
	display: inline-block;
}

@media screen and (max-width: 568px) {
	.catchTxt {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	
} /* */

/*======================================================================*
 *  [ mannerNav ] 
 *======================================================================*/

.mannerNav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
	font-size: 2rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-weight: bold;
}
.mannerNav li {
	width: calc(50% - 10px);
}
.mannerNav a {
	display: block;
	position: relative;
	padding: 1.5em 50px;
	border: 4px solid #CC1533;
	/* background: #FAE7E9; */
	color: #CC1533;
}
.mannerNav a:hover,
.mannerNav a:active {
	background: #FAE7E9;
}
.mannerNav a::after {
	position: absolute;
	top: calc(50% - 0.8em);
	right: 20px;
	width: 0.8em;
	height: 0.8em;
	border-right: 4px solid #999;
	border-bottom: 4px solid #999;
	transform: rotate(45deg);
	content: "";
}
.mannerNav a b {
	display: inline-block;
}

@media screen and (max-width: 568px) {
	.mannerNav {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
	.mannerNav li {
		width: calc(50% - 5px);
	}
	.mannerNav a {
		padding: 0.6em 10px 1.6em;
	}
	.mannerNav a::after {
		top: auto;
		right: calc(50% - 0.8em);
		bottom: 10px;
	}
} /* */


/*======================================================================*
 *  [ banBox ] 
 *======================================================================*/

.banBox {
	max-width: 800px;
	margin: 0 auto;
	border-radius: 20px;
	/* background: #FFFF00; */
	background: #efefef;
	text-align: center;
}
.banBox h3 {
	padding: 20px;
	border-radius: 20px 20px 0 0;
	/* background: #FF0000; */
	/* color: #FFFF00; */
	background: #cc1533;
	color: #fff;
	font-size: 1.8rem;
}
.banBox h3 b {
	display: inline-block;
	margin-top: 5px;
	font-size: 2.6rem;
}
.banBox h3 span {
	display: inline-block;
}
.banBox > p:not(.commonNotes) {
	padding: 30px 20px;
	color: #000;
	font-size: 1.8rem;
	line-height: 2;
}
.banBox > p:not(.commonNotes) b {
	display: inline-block;
}
.banBox .commonNotes {
	padding-bottom: 20px;
}
.banBox ul {
	display: flex;
	justify-content: center;
	padding: 30px 20px 15px;
	font-weight: bold;
	text-align: center;
}
.banBox li {
	/* width: calc(33.33% - 13.33px); */
	width: 40%;
}
.banBox li + li { margin-left: 20px; }
.banBox li figure { margin-bottom: 10px; }

@media screen and (max-width: 568px) {
	.banBox h3 {
		padding: 15px;
		font-size: 1.6rem;
	}
	.banBox h3 b {
		font-size: 2.2rem;
	}
	.banBox > figure {
		padding: 15px;
	}
	.banBox > figure img {
		max-width: 240px;
	}
	.banBox > p:not(.commonNotes) {
		padding: 20px 15px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.banBox .commonNotes {
		padding-bottom: 15px;
	}
	.banBox ul {
		display: block;
		padding: 15px;
		text-align: left;
	}
	.banBox li {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.banBox li + li {
		margin: 15px 0 0;
	}
	.banBox li > * {
		width: calc(50% - 5px) !important;
	}
	.banBox li figure {
		margin: 0 10px 0 0;
	}
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */






/*======================================================================*
 *  [  ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
} /* */

