@charset "Shift_JIS";


/*style.css??????
----------------------------------------*/
#container {
	padding-top: 0px;
}

#page-contents {
	margin: 0 0 50px 0;
}



@media only screen and (min-width: 992px) {

	#container {
		padding-top: 0;
	}

}



@media only screen and (max-width: 768px) {

	#container {
		padding-top: 0;
	}

}



@media only screen and (max-width: 750px) {

	#page-contents {
		margin: 0 0 25px 0;
	}

}






/* .main-block
----------------------------------------*/
.main-block {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 375px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	background-image: url(../img/top/main.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-block h2 {
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
}




/* .top-bnr-list
----------------------------------------*/
.top-bnr-list {
	margin-bottom: 80px;
}
.top-bnr-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  margin-left: -45px;
}
.top-bnr-list li {
	width: calc(33.33% - 45px);
  margin-left: 45px;
}
.top-bnr-list li:nth-child(n+4) {
	margin-top: 45px;
}
.top-bnr-list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: calc(360 / 580 * 100%);
}
.top-bnr-list li.bnr01 a {
	background: url(../img/top/bnr-01.jpg) center center no-repeat;
	background-size: cover;
}
.top-bnr-list li.bnr02 a {
	background: url(../img/top/bnr-02.jpg) center center no-repeat;
	background-size: cover;
}
/*.top-bnr-list li.bnr03 a {
	background: url(../img/top/bnr-03.jpg) center center no-repeat;
	background-size: cover;
}*/

.top-bnr-list li.bnr03 a {
	background: url(../img/top/suspj.png) center center no-repeat;
	background-size: cover;
}
.top-bnr-list li.bnr04 a {
	background: url(../img/top/bnr-04.jpg) center center no-repeat;
	background-size: cover;
}
.top-bnr-list li.bnr05 a {
	background: url(../img/top/bnr-05.jpg) center 40% no-repeat;
	background-size: cover;
}
.top-bnr-list li.bnr_cm a {
	background: url(../img/top/bnr_cm.jpg) center 40% no-repeat;
	background-size: cover;
}
.top-bnr-list li a .bn-txt {
	position: absolute;
	bottom: 16px;
	left: 20px;
	color: #fff;
	line-height: 1.7;
}
.top-bnr-list li a .bn-txt span {
	font-size: 2rem;
	font-weight: 600;
}
.top-bnr-list li a .icon-arrow01::after {
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	font-size: 1.8rem;
}



/*top-point-area
----------------------------------------*/
.top-point-area {
	/* margin: 0 0 50px 0; */
	/* padding: 80px 0; */
	font-size: 1.6rem;
	/* [disabled]max-width: 960px; */
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
	/* [disabled]padding: 80px 20px; */
}

.top-point-area ul {
	display: flex;
	flex-wrap: wrap;
}

.top-point-area .cmn-color-list > li {
	padding: 20px;
	background: #fff;
	border-right: #e6e6e6 1px solid;
}

.top-point-area .cmn-color-list > li:nth-child(-n+3) {
	width: 33.3333%;
}

.top-point-area .cmn-color-list > li:nth-of-type(n+4) {
	width: 50%;
	border-top: #e6e6e6 1px solid;
}

.top-point-area .cmn-color-list > li:nth-child(3),
.top-point-area .cmn-color-list > li:nth-child(5){
	border-right: 0;
}

.top-point-area .cmn-color-list li > ul {
	display: block;
	padding: 10px;
}

.top-point-area .cmn-color-list li > ul > li {
	position: relative;
	margin-bottom: 5px;
}

.top-point-area .cmn-color-list li > ul > li:last-child {
	margin-bottom: 0;
}

.top-point-area .cmn-color-list li > ul > li a {
	display: block;
	padding: 0 0 0 20px;
	line-height: 1.5;
}

.top-point-area .cmn-color-list li > ul > .icon-arrow01:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -6px 10px 0 0;
	font-size: 1.3rem;
}



/* .top-csr-relation
----------------------------------------*/
.top-csr-relation .relatedLinks li {
	/* border: 10px solid #000; */

}
.top-csr-relation .relatedLinks li:nth-child(1) {
	width: 100%;
	/* background-color: #06c1c6; */
}



/*???????????????{
/*--------------------------------------------------*/
#familyLabo {
  overflow: hidden;
}
#familyLabo.pnWrap {
	padding-top: 0;
	padding-bottom: 0;
}
#familyLabo .familyLabo_Ttl {
	font-size: 2.4rem;
	color: #74d4d7;
	border-bottom: 3px solid #74d4d7;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1rem;
	font-feature-settings:"palt";
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#familyLabo .familyLabo_Ttl2 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
  color: #74d4d7;
}
#familyLabo .c-button {
	min-height: 45px;
}
#familyLabo .c-button-line .c-button-link {
  border: 1px solid #06c1c6;
  color: #06c1c6;
  background-color: #fff;
	border-radius: 5px;
}
#familyLabo .c-button-line .c-button-link:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #06c1c6;
}
#familyLaboList {
	position: relative;
	overflow-x: hidden;
}
#familyLabo #familyLaboListWrap{
max-width: 960px;
margin: 2em auto;
/* [disabled]overflow-x: hidden; */
}
ul.familyLabo__articleList {
	display: flex;
	/* [disabled]max-width: 960px; */
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.familyLabo__articleList a {
	text-decoration: none;
}
ul.familyLabo__articleList a:hover {
	opacity: 1;
}
li.familyLabo__articleItem {
	display: block;
	width: 50%;
	max-width: 310px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 5px;
}
.familyLabo__articleItem:before {
	display: none;
}
@media screen and (max-width: 767px) {
	#familyLaboList {
	width: 108% !important;
	position: relative;
	/* [disabled]overflow-y: hidden; */
	padding-bottom: 0px;
	margin-left: -4%;
	margin-right: -4%;
	}
	#familyLabo #familyLaboListWrap {
max-width: none;
/* [disabled]overflow-x: visible; */
	}
	#familyLabo .familyLabo_Ttl {
		font-size: 2.4rem;
	}
	#familyLabo .familyLabo_Ttl2 {
		font-size: 1.6rem;
	}
	#familyLabo .familyLabo_Ttl2 br {
		display: none;
	}
	ul.familyLabo__articleList {}
	li.familyLabo__articleItem {
		max-width: none;
		width: 90%;
		margin-right: 20px;
		margin-left: 20px;
	}
}
.familyLabo__articleLink {
	display: block;
	text-decoration: none;
	height: 100%;
	background-color: #fff;
	border-radius: 8px;
	border: 4px solid #f6f6f6;
	/* box-shadow: 0 0 10px gray; */

}
.familyLabo__articleLink:hover img {
-webkit-transform: translate(-50%, -50%) scale(1.05);
-ms-transform: translate(-50%, -50%) scale(1.05);
transform: translate(-50%, -50%) scale(1.05);
width: auto;
}
.familyLabo__articlePhoto {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 0;
	padding-top: 67.18%;
	overflow: hidden;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.familyLabo__articlePhoto img {
	position: absolute;
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.familyLabo__articleCaption {
-webkit-box-sizing: border-box;
box-sizing: border-box;
/* [disabled]min-height: 75px; */
margin: 0;
padding: 15px 20px;
text-align: left;
}
@media screen and (max-width: 767px) {
	.familyLabo__articleCaption {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.familyLabo__articlePostdate {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	color: #666;
	font-weight: 400;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.familyLabo__articlePostdate {
		width: 100%;
	}
}
.familyLabo__articleLink:hover .familyLabo__articlePostdate {
	text-decoration: underline;
}
.familyLabo__articleTitle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	color: #555;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.familyLabo__articleTitle {
		width: 100%;
		font-size: 15px;
		line-height: 24px;
	}
}
.familyLabo__articleLink:hover .familyLabo__articleTitle {
	text-decoration: underline;
}
.familyLabo__articleCategory {
	width: 100%;
	margin-top: 5px;
	text-align: right;
}
.familyLabo__articleCategory__item {
	display: inline-block;
	color: #4879be;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.familyLabo__articleCategory__item {
		font-size: 12px;
		line-height: 14px;
	}
}
.familyLabo__articleCategory__item + .familyLabo__articleCategory__item {
	padding-left: 5px;
}
.familyLabo__articleCategory__item:hover {
	text-decoration: underline;
}








@media screen and (max-width: 750px) {
/* .main-block
----------------------------------------*/
.main-block {
	margin-bottom: 25px;
	padding-bottom: 80px;
	background-image: url(../img/top/main_sp.jpg);
}
.main-block h2 {
	font-size: 2.7rem;
	letter-spacing: .1em;
}



/* .top-bnr-list
----------------------------------------*/
.top-bnr-list {
	margin-bottom: 25px;
}
.top-bnr-list ul {
	margin-left: 0;
}
.top-bnr-list li {
	width: 100%;
  margin-left: 0;
}
.top-bnr-list li:nth-child(n+4) {
	margin-top: 0;
}
.top-bnr-list li a {
	height: 160px;
	padding-top: 0;
}
.top-bnr-list li.bnr01 a {
	background-position: center 28%;
}
.top-bnr-list li.bnr05 a {
	background-position: center 20%;
}

.top-bnr-list li.bnr03 a,
.top-bnr-list li.bnr04 a,
.top-bnr-list li.bnr05 a {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.top-bnr-list li + li {
	margin-top: 20px !important;
}
.top-bnr-list li a .bn-txt {
	bottom: 10px;
	left: 14px;
	line-height: 1.6;
}
.top-bnr-list li a .bn-txt span {
	font-size: 1.8rem;
}
.top-bnr-list li a .icon-arrow01::after {
	right: -16px;
	font-size: 1.6rem;
}



.top-point-area {
	/* margin: 0 0 25px 0; */
	padding: 40px 0 0;
	font-size: 1.4rem;
}
.top-point-area .cmn-color-list > li,
.top-point-area .cmn-color-list > li:nth-child(-n+3),
.top-point-area .cmn-color-list > li:nth-of-type(n+4) {
	width: 100%;
	margin-left: 0;
	border: 0;
}
.top-point-area .cmn-color-list > li:nth-child(n+2) {
	margin-top: 20px;
}
.top-point-area .cmn-color-list li > ul {
	padding: 5px;
}



}