@charset "utf-8";
/* CSS Document */

/*
----------------------------------------- Module */

/*********************** Common Page ***************************/

/* Category Index */
.sectionCatWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 8% 4%;
}
.section__second__item {
	width: 48%;
	margin-top: 30px;
	line-height: 1.4;
}

.section__second__item:nth-child(1),
.section__second__item:nth-child(2) {
	margin-top: 0;
}
.section__second__item a {
	color: #333;
	text-decoration: none;
}
.section__second__item__img {
	border: #7CCFDA solid 1px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #FFF;
}
.section__second__item__ttl {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 7px;
}
.section__second__item__subttl {
	font-size: 1.4rem;
	text-decoration: underline;
}

/* Article Page */
.articleWrap {
	padding: 8% 4%;
}
.kvBox {
	margin: 0 -4.3% 6%;
	padding: 8% 4%;
	background-color: #FFF;
	text-align: center;
}
.innerImgBox {
	margin: 6% 0;
	padding: 8% 4%;
	background-color: #FFF;
	text-align: center;
}
.innerImgBox__caption {
	text-align: center;
	display: block;
	margin-top: 15px;
	font-size: 1.4rem;
}
.articleInnerBox {
	margin: 6% 0;
	padding: 6%;
	background-color: #FFF;
}
.artictleFoot {
	margin-top: 30px;
}
.artictleFoot__btnBox01,
.artictleFoot__btnBox02 {
	text-align: center;
}
.artictleFoot__btnBox01__item {
	text-align: center;
	margin-top: 20px;
}
.icnPdf::after {
	content: "";
	background: url(../images/common/icn_pdf.png) no-repeat center center / 16px 16px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 8px;
}

/********* Box Model *********/



/* 2Column */

/*********************** Headline ***************************/
/* Headline Lv1 */
.hlLv01 {
	font-size: 2.3rem;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #CCCCCC dotted 1px;
	line-height: 1.2;
}

.hlLv01--cat {
	background: #7CCFDA url(../images/common/bg_title.png) no-repeat  -50px -50px / 103px auto;
	height: 75px;
	line-height: 1.4;
	padding: 0 4%;
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	display: flex;
	align-items: center;
}
.hlLv02 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.4;
}
.hlLv03 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}

/*********************** Text ***************************/
/* Text01 */
.modTxt01 {
	font-size: 1.6rem;
	line-height: 1.8;
}



/*********************** Botton ***************************/
/* Botton 01 */
.articleBtn01 {
	line-height: 1.4;
	display: inline-block;
	background-color: #F5A2A2;
	padding: 10px 15px;
	color: #FFF;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	border-radius: 20px;
}
.articleBtn01--prev::before {
	content: "";
	background: url(../images/common/arrow_prev.png) no-repeat center center / 12px auto;
	width: 12px;
	height: 7px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.articleBtn01--next::after {
	content: "";
	background: url(../images/common/arrow_next.png) no-repeat center center / 12px auto;
	width: 12px;
	height: 7px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.articleBtn01--list::before {
	content: "";
	background: url(../images/common/arrow_list.png) no-repeat center center / 7px auto;
	width: 7px;
	height: 12px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
