@charset "utf-8";

.pcHide {display: none !important;
}
.spHide {display: block !important;
}

@media screen and (max-width: 767px) {

.pcHide {display: block !important;
}
.spHide {display: none !important;
}
}



/* ----- ここまでbace ----- */



/* ----- heading ----- */
.headlineLife {
	text-align: center;
}


/* ----- lifeImgArea ----- */
.lifeImgArea {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}
.lifeImgArea + .lifeImgArea {
	margin-top: 40px;
}
.lifeImgArea > .image > img {
	width: 100%;
	height: auto;
}
.lifeImgArea > .detailContents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2.12% 12.96%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
}
.lifeImgArea > .detailContents.active {
	z-index: 999;
}
.lifeImgArea .openModal {
	outline: none !important;
}

/* modal */
.modalBox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 37px;
	border: 1px solid #31b8fb;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  box-shadow: 0 10px 25px 0 rgba(60, 194, 235, 0.5);
}
.modalBox .innerHeader {
	margin: 0 -37px 10px;
	padding: 20px 37px 0 37px;
}
.modalBox .innerHeader > .title {
	font-size: 1.7rem;
	font-weight: bold;
}

.modalBox .innerHeader .title span.subheading {
  margin-bottom: .5em;
  display: block;
  font-size: 1.2rem;
}

.modalBox .innerBody {
	overflow-y: auto;
	padding-right: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modalBox .innerBody > *:first-child {
	margin-top: 0 !important;
}
.modalBox .innerBody section + section,
.modalBox .innerBody .gridWrap {
	margin-top: 0;
}
.modalBox .innerFooter .closeModal {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}


@media screen and (max-width: 767px) {
	
.headlineLife {
	padding-top: 25px;
	border-top: #e5e6e8 1px solid;
}

/* ----- lifeImgArea ----- */
.lifeImgArea + .lifeImgArea {
	margin-top: 20px;
}
.lifeImgArea > .image + ul > li {
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}
.lifeImgArea > .detailContents {
	position: fixed;
	padding: 30px 10px;
}

/* modal */
.activeModal body {
	overflow: hidden;
}
.modalBox {
	display: none;
	padding: 0 10px 15px;
	border-width: 2px;
}
.modalBox .innerHeader {
	margin: 0 -10px 15px;
	padding: 20px 10px;
}
.modalBox .innerHeader > .title {
	font-size: 20px;
	font-size: 2.0rem;
}
.modalBox .innerBody {
	-webkit-overflow-scrolling: touch;
}
.modalBox .innerBody section + section,
.modalBox .innerBody .gridWrap,
.modalBox .innerBody .gridWrap + section {
	margin-top: 30px;
}

.modalBox .innerFooter .closeModal {
	top: 17px;
	right: 17px;
}

/* lifeNav */
.lifeNavImages > li + li {
	margin-top: 10px;
}
.lifeNavImages img {
	width: 100% !important;
}

}
