/* ----------------------------------------*/

/* welfare */

/* ----------------------------------------*/

.welfare {
	background: #f2f5fb;
}

.welfare__bg {
	background: #fff;
}

/* ----------------------------------------*/

/* section */

/* ----------------------------------------*/

.section__ttl {
	background: #f2f5fb;
	font-family: 'Noto Sans Japanese',  sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
}

.section__txt {
	color: #484848;
	letter-spacing: 0.08em;
}

.section__row:after {
	content: " ";
	display: block;
	clear: both;
}

.section__col {
	width: 50%;
	float: left;
}

/* ----------------------------------------*/

/* sub */

/* ----------------------------------------*/

.sub__ttl {
	font-family: 'Noto Sans Japanese',  sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 100%;
}

.sub__dl__dt {
	background: #f2f2f2;
	color: #484848;
	letter-spacing: 0.08em;
}

.sub__dl__dd {
	color: #484848;
	letter-spacing: 0.08em;
	line-height: 180%;
}

.sub__list li {
	overflow: hidden;
	_zoom: 1;
}

.sub__list li .icon {
	display: block;
	float: left;
}

.sub__list li .txt {
	display: block;
	overflow: hidden;
	_zoom: 1;
	font-feature-settings: "palt";
}

/* ----------------------------------------*/

/* current */

/* ----------------------------------------*/

@media print, screen and (min-width: 768px) {

.welfare__lead {
	margin-bottom: 65px;
}

.welfare__bg {
	padding-top: 80px;
	padding-bottom: 80px;
}

.welfare__contents {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1px;
	padding-right: 1px;
}

.welfare__row {
	margin-right: -40px;
}

.welfare__row:after {
	content: " ";
	display: block;
	clear: both;
}

.welfare__col {
	width: 50%;
	padding-right: 40px;
	float: left;
}

.welfare__col--right {
	float: right;
}

.section {
	margin-bottom: 60px;
}

.section--mbnon--pc {
	margin-bottom: 0;
}

.section__ttl {
	font-size: 18px;
	height: 66px;
	line-height: 66px;
	margin-bottom: 25px;
}

.section__txt {
	font-size: 14px;
	line-height: 180%;
}

.section__row {
	margin-right: -20px;
	margin-top: 20px;
}

.section__col {
	padding-right: 20px;
}

.sub {
	margin-top: 30px;
}

.sub__ttl {
	font-size: 14px;
	margin-bottom: 20px;
}

.sub__dl {
	display: table;
	width: 100%;
}

.sub__dl__dt {
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
	line-height: 160%;
	width: 90px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
	border-top: 1px solid #dedee6;
	border-bottom: 1px solid #dedee6;
}

.sub__dl__dd {
	display: table-cell !important;
	vertical-align: top;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 30px;
	border-top: 1px dotted #cdced3;
	border-bottom: 1px dotted #cdced3;
	padding-left: 15px;
}

.sub__dl__dd:after {
	content: " ";
	display: block;
	clear: both;
}

.sub__list {
	float: left;
	width: 165px;
}

.sub__list:first-child {
	padding-right: 25px;
}

.current {
	display: none;
}

}

@media screen and (max-width: 767px) {

.welfare {
	padding-bottom: 0;
}

.welfare__inner {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.welfare__lead {
	width: 100%;
	max-width: 630px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.welfare__bg {
	padding-top: 15px;
	padding-bottom: 60px;
}

.welfare__contents {
	width: 100%;
	max-width: 630px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.section {
	margin-bottom: 20px;
}

.section--mbnon--sp {
	margin-bottom: 0;
}

.section__ttl {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 10px;
}

.section__txt {
	font-size: 12px;
	line-height: 160%;
}

.section__row {
	margin-right: -15px;
	margin-top: 10px;
}

.section__col {
	padding-right: 15px;
}

.section__col img {
	width: 100%;
}

.sub {
	margin-top: 15px;
}

.sub__ttl {
	font-size: 12px;
	margin-bottom: 10px;
}

.sub__dl__dt {
	font-size: 12px;
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
	position: relative;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.sub__dl__dt:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	cursor: pointer;
}

.sub__dl__dd {
	font-size: 12px;
	padding: 15px 10px;
	display: none;
}

.current__item {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.open .current__item--plus {
	display: none;
}

.current__item--minus {
	display: none;
}

.open .current__item--minus {
	display: block;
}

}

