/* ----------------------------------
/to_you/welfare/ 配下
共通パーツ
---------------------------------- */
.color-EB566D{
	color: #EB566D;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
dl.supervision  {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
dl.supervision dt,
dl.supervision dd {
	font-size: 1.6rem;
}
.supervision dt {
	display: inline;
	background: #009c64;
	color: #FFF;
	margin-right: 1rem;
	padding: 6px 8px;
	border-radius: 3px;
}
.image-right {
	float: right;
	margin: 0 0 0 15px;
}
.under-content {
	 overflow: hidden;
}
.bibliography {
	font-size: 1.2rem;
	margin: 20px 0;
	line-height: 1.5;
	padding-left: 3.5rem;
	text-indent: -3.5rem;
}
.comments_f_small{
	font-size: 1.2rem;
	display: block;
}
.txt_bold {
	font-weight: bold;
}
.br-pc { display:block; }
.br-sp { display:none; }  
.pc {display: block;}
.sp {display: none;}
@media screen and (max-width: 768px) {
	.image-right {
		margin: 0;
		float: none;
		text-align: center;
		display: block;
	}
	.br-pc { display:none; }
	.br-sp { display:block; }
	.pc {display: none;}
	.sp {display: block;}
}
@media screen and (max-width: 640px) {
	.image-right img {
		width: 50%;
		margin: 0 auto;
	}
	.image-right.sp {
		margin-top: 30px;
	}
}



/* ----------------------------------
/to_you/welfare/index.html
---------------------------------- */
.welfare-link-wrap li:not(:first-child){
	margin: 40px 0 0;
}
.welfare-link-wrap li{
	position: relative;
}
.welfare-link-wrap li:after{
	content: '';
	border-top: solid 2px #19c764;
  border-right: solid 2px #19c764;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
}
.welfare-link-wrap li img{
	width: 100px;
}
.welfare-link-wrap li a{
	display: block;
	border: 2px solid #19c764;
	padding: 20px 60px 20px 20px;
	border-radius: 20px;
	color: #595757;
}
.welfare-link-wrap li a:hover{
	opacity: .8;
}
.welfare-link-wrap li .text-area{
	padding: 0 0 0 20px;
	max-width: 600px;
}
.welfare-link-wrap li h3{
	font-size: 2.4rem;
	line-height: 1.4;
	color: #009c64;
	margin: 0 0 10px;
}
.userneeds{
	font-size: 1.6rem;
	font-weight: 500;
	color: #ff4d4d;
}
.userneeds:after{
	display:block;
	content:"";
	width:100%;
	height: 4px;
  background: radial-gradient(circle farthest-side, #ccc, #ccc 10%, transparent 50%, transparent); 
  background-size: 8px 4px;
  margin: 15px 0;
}
.welfare-link-content-inner{
	display: flex;
	align-items: center;
	padding: 10px 20px;
}

/* form */
.conditionalSearch{
	margin: 50px 0 0;
}
.conditionalSearch > ul > li+li{
	margin: 50px 0 0;
}
.conditionalSearch ul h3{
  display: flex;
  align-items: center;
	color: #00a29a;
	font-size: 2.1rem;
	font-weight: 900;
	margin: 20px 0;
}
.conditionalSearch ul h3:before{
  content: '';
  min-width: 60px;
  height: 60px;
  display: block;
  margin: 0 15px 0 0;
}
.conditionalSearch ul h3:before{
  background: url(../../../common/img/common/icon_q.svg) no-repeat;
}

.conditionalSearch ul p{
	padding: 0 0 0 78px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.conditionalSearch .text{
	margin-right: 10px;
	padding: 10px 15px;
	font-size: 100%;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	max-width: 150px;
}
.conditionalSearch label{
	display: block;
	position: relative;
	min-height: 28px;
	padding-left: 38px;
	width: 100%;
}
.conditionalSearch label:not(:first-child) {
	margin-top: 15px;
}
.conditionalSearch label .radio{
	display: none;
}
.conditionalSearch label .radio-icon {
	display: inline-block;
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border: 2px solid #ccc;
	background-color: #fff;
	border-radius: 100%;
}
.conditionalSearch label .radio:checked + .radio-icon::before {
	width: 16px;
	height: 16px;
	opacity: 1;
}
.conditionalSearch label .radio + .radio-icon::before {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	width: 0;
	height: 0;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #19c764;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	box-sizing: border-box;
	transition: 0.1s ease;
}
.available-arrow{
	width: 100px;
	margin: 50px auto -30px;
}
.available-box .default-list{
	margin: 20px 0 0;
}
.available-box .default-list li:nth-child(n+2){
	margin: 10px 0 0;
}
.available-box .default-list li a:hover{
	opacity: .8;
}
.available-annotations{
	margin: 50px 0 0;
}
.available-annotations h4{
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	color: #ff4d4d;
}
.available-annotations h4:before{
	content: '';
	background: url(../../../common/img/common/icon_caution.png) no-repeat center center / cover;
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 10px 0 0;
}
.available-annotations ul li{
	font-size: 1.4rem;
	margin-top: 10px;
	line-height: 1.2em;
	margin-left: 1em;
}
.available-annotations ul li::before {
	content: "※";
	margin-left: -1em;
}

@media screen and (max-width: 768px) {
	.welfare-link-wrap li:not(:first-child){
		margin: 20px 0 0;
	}
	.welfare-link-wrap li img{
		width: 40px;
	}
	.welfare-link-wrap li a{
		padding: 20px;
	}
	.welfare-link-content-inner {
    align-items: flex-start;
    padding: 10px 30px 10px 0;
	}
	.welfare-link-wrap li .text-area{
		padding: 0 0 0 15px;
	}
	.welfare-link-wrap li h3 {
    font-size: 1.8rem;
	}
	.conditionalSearch ul h3{
		font-size: 1.6rem;
	}
	.conditionalSearch ul p {
    padding: 0 0 0 40px;
	}
	.conditionalSearch label{
		padding-left: 34px;
		font-size: 1.3rem;
	}
	.conditionalSearch label .radio-icon{
		width: 24px;
    height: 24px;
	}
	.conditionalSearch label .radio:checked + .radio-icon::before {
    width: 12px;
    height: 12px;
	}
	.conditionalSearch label:not(:first-child) {
    margin-top: 10px;
	}
	.conditionalSearch ul h3:before{
		min-width: 30px;
		width: 30px;
		height: 30px;
		margin: 0 10px 0 0;
	}
	.available-annotations ul li{
		font-size: 1.2rem;
	}
	.available-annotations h4{
		font-size: 1.4rem;
	}
	.available-annotations h4:before {
    width: 24px;
    height: 24px;
		margin: 0 5px 0 0;
	}
}


/* ----------------------------------
/to_you/welfare/keyword
---------------------------------- */
.keyword-list-head{
	display: block;
	text-align: center;
	padding: 50px 0 0;
}
.keyword-list-head::after{
	content: "";
	background-color: #fff;
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	right: 0;
	left: 0;
	bottom: -2px;
}
.keyword-list-head p:first-of-type{
	font-size: 4rem;
	font-weight: 900;
	margin: 0 0 20px;
	color: #009c64;
}
.keyword-list-head p:last-of-type{
	color: #009c64;
	font-size: 14px;
	margin-top: 0;

}
.keyword-page .keyword-list{
 	border: 2px solid #19c764;
 	background-color: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	max-width: 980px;
	width: 100%;
}
.keyword-list-flow{
	width: 300px;
	margin: 30px auto 100px;
}
.keyword-list-flow li{
	position: relative;
	width: 100%;
	height: 60px;
}
.keyword-list-flow li:not(:last-child){
	margin-bottom: 40px;
}
.keyword-list-flow li:not(:last-child)::after{
	content: "";
	display: block;
	position: absolute;
	width: 75px;
	height: 20px;
	background: url(../img/keyword/keyword_04.png) no-repeat center center / cover;
	right: 0;
	left: 0;
	margin: auto;
	bottom: -31px;
}
.keyword-list-flow li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	line-height: 54px;
	border-radius: 20px;
	background: #19c764;
	padding: 0 20px;
	transition: all .4s;
}
.keyword-list-flow li a span{
	margin: 0 -8px 0 auto;
	font-weight: bold;
}
.keyword-list-flow li a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
	margin: 0 0 0 auto;
}
.keyword-list-flow li a:hover{
	opacity: .8;
}
.keyword-list-flow li:hover > a::after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.keyword-list-circle{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 50px 0 0;
}
.keyword-list-circle li{
	position: absolute;
	border: 2px dashed #19c764;
	border-radius: 100%;
	transition: all .4s;
}
.keyword-list-circle li:hover{
	opacity: .8;
}
.keyword-circle01{
	width: 150px;
	height: 150px;
	top: 22px;
	left: 200px;
}
.keyword-circle02{
	width: 150px;
	height: 150px;
	top: 93px;
	left: -350px;
}
.keyword-circle03{
	width: 150px;
	height: 150px;
	top: 220px;
	left: 200px;
}
.keyword-circle04{
	width: 150px;
	height: 150px;
	top: 360px;
	left: -350px;
}
.keyword-circle05{
	width: 150px;
	height: 150px;
	top: 450px;
	left: 200px;
}
.keyword-list-circle li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #009c64;
	text-align: center;
	line-height: 1.4em;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.keyword-list-circle li a span{
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 1.4;
}
.keyword-list-circle li a span::after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 1px solid #19c764;
	border-bottom: 1px solid #19c764;
	right: 0;
    left: 0;
    margin: auto;
    bottom: -14px;
    transform: rotate(45deg);
}
.keyword-list-circle li a .keywordImg{
	position: absolute;
	width: 120px;
	height: auto;
	margin: 0 auto;
}
.keywordImg01{
	top: 108px;
}
.keywordImg02{
	top: 118px;
}
.keywordImg03{
	top: 128px;
}
.a-indent{
	display: block;
	padding-left: 2em;
}
@media screen and (max-width: 768px) {
	.keyword-list-head p:first-of-type{
		font-size: 7vw;
		margin: 0 0 3%;
	}
	.keyword-list-head p:last-of-type{
		font-size: 1.4rem;
	}
	.keyword-list{
		font-size: 1.4rem;
	}
	.keyword-list-flow{
		width: 100%;
		margin: 30px auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.keyword-list-flow li{
		height: auto;
		border-radius: 22px;
	}
	.keyword-list-flow li:not(:last-child){
		margin-bottom: 40px;
	}
	.keyword-list-circle li a span {
		font-size: 1.4rem;
	}
	.keyword-list-flow li a{
		border-radius: 15px;
	}
	.keyword-list-circle{
		position: static;
		transform: none;
    margin: 50px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.keyword-list-circle li{
		position: static;
		width: calc(30% - 10px);
    min-width: 120px;
    min-height: 120px;
    height: 26vw;
    display: block;
		margin: 10px;
	}
	.keyword-circle01,.keyword-circle02,.keyword-circle03,.keyword-circle04,.keyword-circle05{
		width: 100px;
		height: 100px;
	}
	.keyword-list-circle li a .keywordImg{
		display: none;
	}
	.keyword-page h1 br{
		display: none;
	}
}
@media screen and (max-width: 400px) {
	#keyword .keyword-list-flow {
		padding: 10px;
	}
	.keyword-list-head{
		top:6px;
	}
	.keyword-list-head p:first-of-type {
		text-align: center;
	}
	.keyword-list-head p:last-of-type {
		margin-top: 10px;
	}
}

/* ----------------------------------
/to_you/welfare/caegory
---------------------------------- */

/* カテゴリー共通 */
#category .under-content p{
	margin-bottom: 30px;
}
#category a {
	color: #009c64;
	text-decoration: none;
	border: none;
}
#category .category-page h2 a{
	font-size: 1.8rem;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #19c764;
	border: 2px solid #19c764;
	border-radius: 20px 20px 0 0;
	text-align: left;
	padding: 15px 40px;
	position: relative;
	font-weight: 900;
}
#category .category-page h2 a:hover > div{
	opacity: .8;
}
#category .category-page h2:not(first-of-type){
	margin-top: 40px;
}
#category .category-h2-innerWrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#category a:hover > .category-h2-innerWrap{
	background-color: #19c764;
}
#category a .category-h2-innerWrap::after{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
#category a:hover > .category-h2-innerWrap::after{
	border-color: #fff;
}
#category .categoly-flex{
	display: flex;
	justify-content: space-between;
}
#category .categoly-flex + .categoly-flex{
	margin: 40px 0 0;
}
.categoly-flex + .category-box.col-1{
	margin: 40px 0 0;
}

#category .category-page .category-box{
	width: 47.5%;
}
#category .category-page .category-box.col-1{
	width: 100%;
}
#category .category-page .under-content .category-box-wide{
	width: 100%;
}
#category .category-page .under-content{
	padding: 20px 40px 20px;
	border: 2px solid #19c764;
	border-radius: 0 0 20px 20px;
}
#category .category-page .category-box h3 a{
	color: #009c64;
	font-size: 1.8rem;
	display: block;
	padding: 0 0 15px;
	font-weight: 900;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#category .category-page .category-box h3 a:hover{
	opacity: .8;
}
#category .category-page .category-box h3 a span{
	display: flex;
	align-items: center;
}
#category .category-page .category-box h3 a span:before{
	content: '';
	width: 15px;
	height: 15px;
	background: #19c764;
	display: block;
	border-radius: 50%;
	margin: 1px 8px 0 0;
}
#category .category-page .category-box h3 a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #19c764;
	border-bottom: 2px solid #19c764;
	transform: rotate(-45deg);
}
#category .category-page .category-box ul li{
	position: relative;
}
#category .category-page .category-box ul li a{
	display: block;
	font-size: 1.6rem;
	width: 100%;
	height: 100%;
}
#category .category-page .category-box ul li:not(:first-child){
	margin: 10px 0 0;
}
#category .category-page .category-box ul li a:hover{
	opacity: .8;
}
#category .category-page .category-box ul li a::after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 2px solid #19c764;
	border-bottom: 2px solid #19c764;
	margin: auto 0;
	top: 0;
	bottom: 0;
	right: 0;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
	#category .category-page h2{
		font-size: 1.6rem;
	}
	#category a .category-h2-innerWrap::after{
		width: 10px;
		height: 10px;
	}
	#category .categoly-flex{
		display: block;
	}
	#category .category-page h2 a{
		padding: 15px 30px;
		font-size: 1.6rem;
	}
	#category .category-page .category-box h3 a{
		font-size: 1.6rem;
		padding: 0 0 10px;
	}
	#category .category-page .under-content{
		padding: 20px 30px;
	}
	#category .category-page .category-box{
		width: 100%;
	}
	#category .category-page .category-box h3{
		margin: 0;
		font-size: 1.4rem;
	}
	#category .category-page .category-box ul li,.category-page .category-box ul li:first-child{
		font-size: 1.4rem;
		margin: 0;
		padding: 0;
	}
	#category .category-page .category-box ul li a{
		font-size: 1.4rem;
		padding: 0 20px 0 0;
	}
	.category-box + .category-box{
		margin: 40px 0 0;
	}
	#category .category-page .category-box h3 a span:before {
    width: 12px;
    height: 12px;
    margin: 1px 5px 0 0;
	}
}
@media only screen and (max-width: 640px) {
	#category .img_flex dt {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#category .under-content .img_flex p {
		font-size: 1.2rem;
		line-height: 1.4;
	}
}

/* ----------------------------------
/to_you/welfare/subsidy,seivice,lifesecurity
---------------------------------- */
#category .content-wrap .under-wrap h2{
	margin: 60px 0 20px;

}
#category .under-content table p:last-child {
	margin-bottom: 0;
}
#category .under-content .images{
	margin-bottom: 40px;
}

#category .under-content ul {
	line-height: 1.8;
}
#category .under-content .lst_disc li {
	list-style-type: disc;
	font-size: 1.8rem;
	margin-left: 1.5em;
}
#category .category-page-link-s{
	margin-bottom: 50px;
}
#category .category-page-link-s ul{
	display: flex;
	flex-wrap: wrap;
	line-height: 2em;
}
#category .category-page-link-s ul li{
	position: relative;
	display: inline-block;
	margin-right: 30px;
	padding-right: 22px;
}
#category .category-page-link-s ul li a{
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 500;
}
#category .category-page-link-s ul li a::after{
	content: "";
	position: absolute;
	display: block;
	background: url(../img/category/category_arrow_down.png) no-repeat;
	background-size: 13px 13px;
	width: 13px;
	height: 13px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.annotations{
	text-align: right;
}
.annotations ol{
	line-height: 1.8;
	margin-bottom: 40px;
	text-align: left;
}
.annotations ol li{
	position: relative;
	font-size: 1.2rem;
	list-style-type: none;
	counter-increment: cnt;
	padding-left: 2.2rem;
	text-indent: -2.2rem;
}
.annotations ol.size-basic li{
	font-size: 1.6rem;
}
.annotations ol li::before{
	display: inline;
	content: "※" counter(cnt) " ";
}
.annotations ol li.not-an::before{
	display: none;
}
#category .under-content-service h4 {
	display: flex;
	align-items: center;
	padding-bottom: .6em;
	font-size: 18px;
	color: #EB566D;
}
#category .under-content-service h4:after {
	content: '';
	display: block;
	flex-grow: 1;
	height: 1px;
	margin-left: .6em;
	background: #EB566D;
}
#category table{
	margin-bottom: 20px;
	table-layout: fixed;
	width: 100%;
}
#category table th{
	text-align: left;
	color: #009c64;
	background: #f2fcf8;
	/* border: 2px solid #19c764; */
	border: 2px solid #ccc;
	width: 20%;
	padding: 24px 12px;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
}
#category table td{
	background-color: #fff;
	/* border: 2px solid #19c764; */
	border: 2px solid #ccc;
	padding: 24px 12px;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 1.8;
}
#category table .back_green {
	background: #f2fcf8;
	color: #009c64;
}
/* #category table td ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
} */
#category .tbl_three th {
	width: 20%;
}
#category .tbl_three td {
	width: 35%;
}
#category .tbl_list_mb {
	margin-bottom: 1em;
}
.annotation-red{
	color: #EB566D;
}
.currently_data{
	text-align: right;
	font-size: 1.2rem;
}
#category .bibliography{
	text-align: left;
	margin-top: 50px;
	padding-left:3em;
	text-indent:-3em;
}

/* subsidy必要な書類 */
#category .requirement{
	border: 2px solid #EB566D;
	background-color: #fff;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	border-radius: 10px;
  	overflow: hidden;
  	box-sizing: border-box;
  	margin-bottom: 10px;
}

#category .requirement h3{
	font-size: 24px;
	color: #fff;
	background-color: #EB566D;
	padding: 14px 20px 12px;
	margin: 0;
}

#category .requirement p{
	color: #EB566D;
	padding: 18px 20px;
	margin: 0;
}
@media only screen and (max-width: 768px) {
	#category .requirement h3{
		font-size: 20px;
	}
}

/* ----------------------------------
 category配下共通
---------------------------------- */
#category .category-page-link-m ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
#category .category-page-link-m ul li {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
}
#category .category-page-link-m ul li a{
	display: block;
	font-size: 2rem;
	font-weight: 500;
	border: 2px solid #19c764;
	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;
  	background-color: #fff;
	width: 100%;
	height: 100%;
  	padding: 24px 50px 24px 30px;
	box-sizing: border-box;
}
#category .category-page-link-m ul li .active{
	color: #fff;
	background-color: #19c764;
}
#category .category-page-link-m ul li .active::after{
	border-color: #fff;
}
#category .category-page-link-m ul li a::after{
	content: "";
	position: absolute;
	width: 10px;
    height: 10px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 22px;
    border-right: 2px solid #009c64;
    border-bottom: 2px solid #009c64;
    transform: rotate(-45deg);
}
#category .category-page-link-m ul li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #19c764;

}
#category .category-page-link-m ul li a:hover::after{
	border-color: #fff;

}
/* dlスタイル */
#category .lst_dl_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}
#category .lst_dl_flex dl {
	width: 48%;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
#category .lst_dl_flex dl:first-child {
	border-color: #19c764;
	background: #19c764;
}
#category .lst_dl_flex dl:last-child {
	border-color: #EB566D;
  background: #EB566D;
}
#category .lst_dl_flex dt {
	padding: 15px;
	color: #fff;
	text-align: center;
}
#category .lst_dl_flex dd {
	height: 100%;
	padding: 15px;
	background: #fff;
}
#category .under-content .lst_dl_flex ul li {
	position: relative;
	list-style-type: none;
	margin-left: 1.2em;
}
#category .lst_dl_flex dd li::before {
	content: '●';
	position: absolute;
	left: -1.2em;
}
#category .lst_dl_flex dl:first-child li::before {
	color: #009c64;
}
#category .lst_dl_flex dl:last-child li::before {
	color: #EB566D;
}
#category .lst_dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	/* border-bottom: 2px solid #19c764; */
	border-bottom: 2px solid #ccc;
}
#category .lst_dl dt {
	display: flex;
	align-items: center;
	width: 20%;
	padding: 24px 12px;
	color: #009c64;
	vertical-align: top;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	background: #f2fcf8;
	/* border-right: 2px solid #19c764;
	border-top: 2px solid #19c764;
	border-left: 2px solid #19c764; */
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: border-box;
}
#category .lst_dl dd {
	width: 80%;
	padding: 24px 12px;
	vertical-align: top;
	line-height: 1.8;
	background-color: #fff;
	/* border-top: 2px solid #19c764;
	border-right: 2px solid #19c764; */
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	box-sizing: border-box;
}
#category .lst_dl img {
	max-width: 100%;
}
#category .lst_btm {
	padding-bottom: 20px;
}
#category .img_comments img {
	margin-bottom: 1em;
}
#category .img_comments figcaption {
	font-size: 14px;
}
#category .img_flex {
	display: flex;
	justify-content: space-between;
}
#category .img_flex dl {
	width: 49%;
}
#category .img_flex dt {
	padding-bottom: 1.4em;
	text-align: center;
}
#category .img_flex dd {
	text-align: center;
}
#category .img_flex dd img{
	margin: 0 auto;
}
#category .img_flex p {
	padding-top: 1em;
}
#category .under-content .img_flex p {
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	#category .bibliography{
		margin-top: 20px;
	}
	#category .under-content-service h4 {
		font-size: 14px;
		margin-bottom: 5px;
		padding: 0;
	}
	#category .category-page-link-s{
		margin-bottom: 24px;
		padding: 0 10px;
	}
	#category .category-page-link-s ul li a {
		font-size: 1.6rem;
	}
	#category .category-page-link-s ul{
		line-height: 1.6em;
	}
	#category .category-page-link-s ul li{
		padding-right: 18px;
	}
	#category .under-content p{
		margin-bottom: 15px;
	}
	#category table th,#category table td{
		width: 100%;
	    display: block;
	    border-top: none;
	    padding: 12px 24px;
	}
	#category table th{
		font-weight: bold;
	}
	#category table tr:first-child{
		border-top: 2px solid #19c764;
	}
	#category .tbl_three th, #category .tbl_three td {
		display: table-cell;
	}
	#category .requirement h3,#category .requirement p{
		padding: 10px 12px;
		margin-bottom: 0;
	}
	.annotations{
		padding: 0 10px;
	}
	#category .lst_dl_flex {
		flex-direction: column;
		padding-bottom: 0;
	}
	#category .lst_dl_flex dl {
		width: 100%;
	}
	#category .lst_dl_flex dl:first-child {
		margin-bottom: 20px;
	}
	#category .lst_dl {
		flex-direction: column;
		margin-bottom: 10px;
	}
	#category .lst_dl dt,
	#category .lst_dl dd {
		width: 100%;
		padding: 6px 12px;
	}
	#category .lst_dl dt {
		font-weight: bold;
	}
	#category .lst_dl dd {
    border-left: 2px solid #19c764;
	}
	#category .lst_btm {
		padding-bottom: 10px;
	}
	#category .img_comments figcaption {
		font-size: inherit;
	}
	#category .img_flex img {
		max-height: 70px;
	}
	#category .content-wrap .under-wrap .under-right .under-content .img_flex p {
		padding-top: 1em;
	}
}
@media only screen and (max-width: 767px) {
	.annotations ol.size-basic li{
		font-size: 1.4rem;
		padding-left: 2.2rem;
		text-indent: -2.2rem;
	}
}
@media only screen and (max-width: 640px) {
	#category .category-page-link-s ul li{
		margin-right: 0px;
	}
	#category .category-page-link-s ul li a {
		font-size: 1.4rem;
	}
	#category .category-page-link-m ul li {
		width:100%;
	}
	#category .category-page-link-m {
		padding:0;
	}
	#category .category-page-link-m ul li a {
		font-size: 1.8rem;
		padding: 15px 35px 15px 15px;
	}
	#category .category-page-link-m ul li{
		margin-bottom: 10px;
	}
	#category .category-page-link-m ul li a{
  		padding: 12px 30px 12px 20px;
		-moz-border-radius: 4px;
	  	-webkit-border-radius: 4px;
	  	border-radius: 4px;
	}
	#category table th,#category table td{
		padding: 6px 12px;
	}
	#category table.sp-size-small th,
	#category table.sp-size-small td,
	#category table.sp-size-small ul li{
		font-size: 12px;
	}
}

/* ----------------------------------
/to_you/welfare/history
---------------------------------- */
h3.history_list-head {
	display: inline-block;
    position: relative;
    top: 2px;
	color: #009c64;
	font-size: 20px;
    background: #fff;
    margin-bottom: 0;
    padding: 16px 30px 4px;
    border: 2px solid #19c764;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    border-bottom: none;
}
.history_list {
	background: #FFF;
    margin-bottom: 20px;
    padding: 30px 30px 40px;
    border: 2px solid #19c764;
    -moz-border-radius: 0 8px 8px 8px;
    -webkit-border-radius: 0 8px 8px 8px;
    border-radius: 0 8px 8px 8px;
}
.history_list li {
    line-height: 1.4;
    position: relative;
    padding-top: 26px;
	font-size: 1.6rem;
}
.history_list li::before {
    content: "";
    width: 0;
    height: 100%;
    border-left: 1px dashed #19c764;
    position: absolute;
    display: block;
    top: -12%;
    left: 7px;
}
.history_list li:first-child {
    padding-top: 0;
}
.history_list li:first-child::before {
	content: none;
}
.history_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 26px;
    box-sizing: border-box;
	color: #009c64;
}
.history_list li a:hover {
	text-decoration: underline;
}
.history_list li a::before {
	content: "";
    display: block;
    border: 1px solid #19c764;
    box-sizing: border-box;
    background-color: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
}
.history_list li a::after {
    content: "";
    display: block;
    background-color: #19c764;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
}