@charset "utf-8";

.mainimg {
	background-image: url("../images/f_mainimg_pc.jpg");
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.mainimg {
		background-image: url("../images/f_mainimg_sp.jpg");
	}
}


.welfare_wrap {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 160px;
}
.welfare_wrap h2 {
	font-size: 28px;
	font-weight: 500;
	margin-top: 110px;
	margin-bottom: 70px;
}
.welfare_wrap h2::after {
	bottom: -30px;
	height: 3px;
	/* 共通調整 */
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.welfare_wrap {
		max-width: none;
		padding-bottom: 130px;
	}
.welfare_wrap h2 {
		font-size: 22px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.ex_wrap {
	width: auto;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.ex_wrap .exmds {
	width: 20%;;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	padding: 30px 0;
	margin-bottom: 5px;
}
.ex_wrap .exmds:nth-of-type(1),
.ex_wrap .exmds:nth-of-type(5){
	background-color: #bfdfd0;
}
.ex_wrap .exmds:nth-of-type(3),
.ex_wrap .exmds:nth-of-type(7) {
	background-color: #a7d4bf;
}
.ex_wrap .exmds h3 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.ex_wrap .exmds .icn {
	width: 100%;
	text-align: center;
}
.ex_wrap .exmds .icn img {
	width: 50%;
}
.ex_wrap .exinfo {
	width: 80%;;
	display: flex;
	align-items: center;
	padding: 30px 36px;
	margin-bottom: 5px;
}
.ex_wrap:nth-of-type(1) .exinfo {
	flex-flow: wrap;
}
.ex_wrap .exinfo:nth-child(even) {
	background-color: #e9e9e9;
}
.ex_wrap .exinfo:nth-of-type(2),
.ex_wrap .exinfo:nth-of-type(6){
	background-color: #f4f4f4;
}
.ex_wrap:nth-of-type(4) .exinfo {
	justify-content: space-between;
}
.ex_wrap:nth-of-type(4) .exinfo p:nth-of-type(1) {
	width: 70%;
}
.ex_wrap:nth-of-type(4) .exinfo p:nth-of-type(2) {
	width: 25%;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	.ex_wrap:nth-of-type(1) {
		width: auto;
		display: block;
	}
	.ex_wrap:nth-of-type(1) .exmds {
		width: 100%;
		margin-bottom: 0px;
	}
	.ex_wrap:nth-of-type(1) .exinfo {
		width: 100%;
	}
	.ex_wrap .exmds {
		width: 40%;
		padding: 20px 0;
	}
	.ex_wrap .exmds h3 {
		font-size: 16px;
	}
	
	.ex_wrap .exinfo {
		width: 60%;
		padding: 20px 20px;
		margin-bottom: 5px;
	}
	
	.ex_wrap:nth-of-type(4) .exinfo {
		
		flex-flow: wrap;
	}
	.ex_wrap:nth-of-type(4) .exinfo p:nth-of-type(1) {
		width: 100%;
	}
	.ex_wrap:nth-of-type(4) .exinfo p:nth-of-type(2) {
		width: 100%;
		margin-top: 10px;
		margin-bottom: -100px;
	}
}

table.type1  {
	width: 80%;
	border-collapse: collapse;
	line-height: 2.0em;
	margin-top: 20px;
	font-size: 15px;
	border-top: #212121 solid 1px;
	border-right: #212121 solid 1px;
}
table.type1 th,
table.type1 td {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	text-align: center;
	border-left: #212121 solid 1px;
}
table.type1 th {
	border-bottom: #212121 solid 1px;
	vertical-align: middle;
    width: 33.3%;
    color: #fff;
	background-color: #7a7a7a;
    font-weight: 500;
    white-space: nowrap;
}
table.type1 td {
	border-bottom: #212121 solid 1px;
	background-color: #fff;
}
@media screen and (min-width:541px) and (max-width: 1024px) {
	
}
@media screen and (max-width: 540px) {
	table.type1  {
		width: 100%;
	}
}