@charset "UTF-8";
/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px){
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px){
	.sp_none{
		display: none!important;
	}
}

*{
	box-sizing: border-box;
}

/*Googleフォントここから*/
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Regular.otf') format('truetype');
	font-weight: 400;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Medium.otf') format('truetype');
	font-weight: 500;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Bold.otf') format('truetype');
	font-weight: 700;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Black.otf') format('truetype');
	font-weight: 900;
}

body.custom-font-enabled{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family:'Noto_Sans_JP',sans-serif;
	font-weight: 400;
	color: #363636;
}
.regular{
	font-family:'Noto_Sans_JP',sans-serif;
	font-weight: 400;
}
.thin{
	font-family:'Noto_Sans_JP',sans-serif;
	font-weight: 100;
}
.light{
	font-family:'Noto_Sans_JP',sans-serif;
	font-weight: 300;
}
.mid{
	font-family:'Noto_Sans_JP',sans-serif;
	font-weight: 500;
}
.bold{
	font-family:'Noto_Sans_JP',sans-serif;
	font-weight: 700;
}
.black{
	font-family:'Noto_Sans_JP',sans-serif;
	font-weight: 900;
}



.cont01 {
	width: 100%;
	height: auto;
	background-image: url(../img/welfare/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.cont01 .cont01_01 {
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 {
		width: 100%;
		padding-bottom: 30px;
		flex-direction: column;
	}
}
.cont01 .cont01_01 img {
	display: block;
	width: 580px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 img {
		width: 100%;
		margin-bottom: 20px;
	}
}
.cont01 .cont01_01 .cont01_01_01 {
	width: 490px;
	height: auto;
	margin-right: 150px;
	padding-left: 10px;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01 {
		width: 100%;
		margin-right: 0;
		padding-left: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}
.cont01 .cont01_01 .cont01_01_01 h2 {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01 h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 20px;
		text-align: center;
	}
}
.cont01 .cont01_01 .cont01_01_01 ul {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	border-left: 1px solid #1F1F1F;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01 ul {
		justify-content: center;
	}
}
.cont01 .cont01_01 .cont01_01_01 ul li {
	border-right: 1px solid #1F1F1F;
}
.cont01 .cont01_01 .cont01_01_01 ul li a {
	font-size: 14px;
	line-height: 20px;
	color: #1F1F1F;
	padding: 0 5px;
}
.cont02 {
	width: 100%;
	height: auto;
}
.cont02 .cont02_01 {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 72px 0 50px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 {
		width: 90%;
		max-width: 320px;
		padding: 30px 0;
	}
}
.cont02 .cont02_01 .cont02_01_01 {
	width: 640px;
	height: auto;
	margin: 0 auto 46px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 .cont02_01_01 {
		width: 100%;
		margin: 0 auto 46px;
	}
}
.cont02 .cont02_01 .cont02_01_01 h3 {
	width: 100%;
	height: auto;
}
.cont02 .cont02_01 .cont02_01_01 h3 img {
	width: 100%;
	height: auto;
}
.cont02 .cont02_01 .cont02_01_01 p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	margin-top: -25px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 .cont02_01_01 p {
		font-size: 15px;
		line-height: 25px;
		margin-top: -15px;
	}
}
.cont02 .cont02_01 .cont02_01_02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.cont02 .cont02_01 .cont02_01_02 h3 {
	width: auto;
	height: auto;
	margin-bottom: 28px;
	padding: 45px 0 0 51px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 .cont02_01_02 h3 {
		margin-bottom: 20px;
		padding: 30px 0 0 51px;
	}
}
.cont02 .cont02_01 .cont02_01_02 h3 img {
	display: block;
	width: 115px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 .cont02_01_02 h3 img {
		width: 100px;
	}
}
.cont02 .cont02_01 .cont02_01_02 h3 span {
	width: 100%;
	height: 60px;
	padding-left: 83px;
	font-size: 20px;
	line-height: 30px;
	background-color: #F6F6F6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 .cont02_01_02 h3 span {
		padding-left: 60px;
		font-size: 20px;
		line-height: 30px;
	}
}
.cont02 .cont02_01 .cont02_01_02 ul {
	width: 100%;
	height: auto;
	padding: 0 10px 0 30px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 .cont02_01_02 ul {
		padding: 0 10px 0;
	}
}
.cont02 .cont02_01 .cont02_01_02 ul li {
	width: auto;
	height: auto;
	padding: 12px 0 12px 35px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	border-bottom: 1px dotted #999999;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 .cont02_01_02 ul li {
		font-size: 14px;
		line-height: 24px;
		flex-wrap: wrap;
	}
}
.cont02 .cont02_01 .cont02_01_02 ul li::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../img/welfare/icon01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 9px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 .cont02_01_02 ul li::before {
		width: 14px;
		height: 14px;
		top: 18px;
		bottom: auto;
		left: 9px;
	}
}
.cont02 .cont02_01 .cont02_01_02 ul li img {
	display: block;
	width: 14px;
	height: auto;
}
.cont02 .cont02_01 .cont02_01_02 ul li span {
	width: 150px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 .cont02_01_02 ul li span {
		width: 100%;
		font-size: 15px;
		line-height: 25px;
	}
}
.cont02 .cont02_01 .cont02_01_02 ul li span.wide {
	width: auto;
}
.cont03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.cont03 {
		width: 90%;
		max-width: 320px;
	}
}
.cont03 .cont03_01 {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 60px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 {
		width: 100%;
		padding: 0 0 30px;
	}
}
.cont03 .cont03_01 .img01 {
	display: block;
	width: 173px;
	height: auto;
	position: absolute;
	top: -31px;
	right: -158px;
	z-index: 0;
}
.cont03 .cont03_01 .cont03_01_01 {
	width: 100%;
	height: auto;
	padding: 50px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_01 {
		padding: 20px;
	}
}
.cont03 .cont03_01 .cont03_01_01 h3 {
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	background-image: url(../img/welfare/bg02.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_01 h3 {
		height: auto;
		padding: 10px;
		font-size: 18px;
		line-height: 28px;
	}
}
.cont03 .cont03_01 .cont03_01_01 p {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_01 p {
		font-size: 14px;
		line-height: 24px;
	}
}
.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 {
		flex-direction: column;
	}
}
.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 .cont03_01_01_01_01 {
	width: auto;
	height: auto;
}
.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 .cont03_01_01_01_01 h4 {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 .cont03_01_01_01_01 h4::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	background-image: url(../img/welfare/icon02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 .cont03_01_01_01_01 p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 .cont03_01_01_01_01 p a.link01 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 .cont03_01_01_01_01 p a.link02 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #0066CC;
	text-decoration: underline;
}
.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 .cont03_01_01_01_01 ul {
	width: auto;
	height: auto;
}
.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 .cont03_01_01_01_01 ul li {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
.cont03 .cont03_01 .cont03_01_01 .cont03_01_01_01 img {
	display: block;
	width: 307px;
	height: auto;
	margin-top: 32px;
}

.cont04 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.cont04 {
		width: 90%;
		max-width: 320px;
	}
}
.cont04 .cont04_01 {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 {
		width: 100%;
	}
}
.cont04 .cont04_01 .cont04_01_01 {
	width: 471px;
	height: auto;
	margin-top: 61px;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 {
		width: 100%;
		margin-top: 30px;
	}
}
.cont04 .cont04_01 .cont04_01_01:nth-of-type(-n+2) {
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01:nth-of-type(1) {
		margin-top: 0;
	}
	.cont04 .cont04_01 .cont04_01_01:nth-of-type(-n+2) {
		margin-top: 30px;
	}
}
.cont04 .cont04_01 .cont04_01_01 h3 {
	width: auto;
	height: auto;
	margin-bottom: 39px;
	padding: 45px 0 0 51px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 h3 {
		margin-bottom: 20px;
		padding: 30px 0 0 51px;
	}
}
.cont04 .cont04_01 .cont04_01_01 h3 img {
	display: block;
	width: 115px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 h3 img {
		width: 100px;
	}
}
.cont04 .cont04_01 .cont04_01_01 h3 span {
	width: 100%;
	height: 60px;
	padding-left: 83px;
	font-size: 20px;
	line-height: 30px;
	background-color: #F6F6F6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 h3 span {
		padding-left: 70px;
		font-size: 20px;
		line-height: 30px;
	}
}
.cont04 .cont04_01 .cont04_01_01 ul {
	width: 100%;
	height: auto;
	padding: 0 10px 0 30px;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 ul {
		padding: 0 10px 0;
	}
}
.cont04 .cont04_01 .cont04_01_01 ul li {
	width: auto;
	height: auto;
	padding: 12px 0 12px 35px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	border-bottom: 1px dotted #999999;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 ul li {
		font-size: 14px;
		line-height: 24px;
		flex-wrap: wrap;
	}
}
.cont04 .cont04_01 .cont04_01_01 ul li::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../img/welfare/icon01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 19px;
	left: 9px;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 ul li::before {
		width: 14px;
		height: 14px;
		top: 18px;
		bottom: auto;
		left: 9px;
	}
}
.cont04 .cont04_01 .cont04_01_01 ul li .text01 {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 ul li .text01 {
		font-size: 14px;
		line-height: 24px;
	}
}
.cont04 .cont04_01 .cont04_01_01 ul li .text02 {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 ul li .text02 {
		font-size: 14px;
		line-height: 24px;
	}
}
.cont04 .cont04_01 .cont04_01_01 ul li .text02 a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #0066CC;
}