@charset "UTF-8";
/*----ページ内共通パーツ----*/
.contents_inner {
	max-width: 1100px;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
	margin-bottom: 24px;
}

.link_txt {
	display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #38af80 !important;
    padding-right: 45px;
    width: max-content;
    position: relative;
    transition: 0.3s !important;
}
.link_txt::after {
    content: "";
    display: block;
    background: url(../img/common/btn_arw_rt_gr.svg) no-repeat center / cover;
    width: 23px;
    height: 23px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.btn {
	background: #38af80;
	color: #FFFFFF !important;
	border: 8px solid #FFFFFF;
	border-radius: 100px;
	height: 80px;
	width: 80%;
	max-width: 352px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	box-shadow: 12px 12px 12px 0px rgba(4, 0, 0, 0.1);
	display: flex !important;
	align-items: center;
    justify-content: center;
}
.btn::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	position: absolute;
	display: flex;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.green_pg {
	color: #38af80;
}
a.more {
    margin-left: auto;
}

.iju_btn {
	border: 2px solid #38af80;
	background: #FFFFFF;
	color: #38af80 !important;
	height: 72px;
	max-width: 600px;
	border-radius: 30px;
	width: 80%;
	margin: auto;
	margin-top: 116px;
	box-shadow: none;
	text-align: center;
}
.iju_btn::after {
	background: url(../img/common/arw_rt_gr.svg) no-repeat center / cover;
	width: 21.6px;
	height: 12px;
}
.b400 {
	display: none;
}
.link_underline {
    color: #38af80 !important;
    text-decoration: underline !important;
}

.blue_bg {
	background: #37bef0;
}
.pink_bg {
	background: #e2507f;
}
.green_bg {
	background: #6cbb5a;
}
.yellow_bg {
	background: #f3982d;
}

.red_annotation {
	color: red;
	font-size: 12px !important;
	margin-top: 5px;
}

@media screen and (max-width: 640px) {
	h3 {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.btn {
		width: 100%;
		border: 5px solid #FFFFFF;
		font-size: 14px;
		height: 68px;
	}
	.iju_btn {
		margin-top: 80px;
		border: 2px solid #38af80;
	}
}
@media screen and (max-width: 400px) {
	.b400 {
		display: flex;
	}
}

/*-----------------------------------

	lightgreen_p

-----------------------------------*/
a.lightgreen_p {
	color: #38af80;
	display: inline!important;
}
a.lightgreen_p span {
	font-size: 1.4rem;
    margin-bottom: unset;
    display: inline!important;
}

/*-----------------------------------

	link_block

-----------------------------------*/
#link_block {
	margin-bottom: 550px;
}
#link_block h3 {
	flex-direction: column;
	margin-bottom: 48px;
}
#link_block h3 span {
	font-size: 18px;
}

#link_block ul {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
	gap: 32px;
}

@media screen and (max-width: 1100px) {
	#link_block {
		margin-bottom: 400px;
	}
}
@media screen and (max-width: 640px) {
	#link_block {
		margin-bottom: 300px;
	}
	#link_block ul {
		width: 100%;
		flex-wrap: wrap;
		gap: 20px;
	}
	#link_block ul li {
		width: calc((100% - 20px) / 2);
	}
	#link_block h3 span {
		font-size: 16px;
	}
}

@media screen and (max-width: 400px) {
	#link_block {
		margin-bottom: 200px;
	}
}

/*-----------------------------------

	infomation_block

-----------------------------------*/
#infomation_block {
	margin-top: 179px;
}

#infomation_block .title_wrap h3 {
	justify-content: flex-start;
	font-size: 28px;
	width: 100%;
	border-bottom: 1px solid #38af80;
	padding-bottom: 10px;
}
#infomation_block .title_wrap p {
	line-height: 1.8em;
}
#infomation_block .wrap {
	margin-top: 19px;
	display: flex;
	flex-direction: column;
	gap: 51.4px;
}

#infomation_block .box {
	display: flex;
	flex-direction: row;
	border: 4px solid #9CCFB2;
	border-radius: 20px;
	padding: 48px 46px;
	gap: 40px;
	justify-content: space-between;
}
#infomation_block .box_02{
	padding: 48px 76px;
}

#infomation_block .box picture {
	max-width: 350px;
	width: 40%;
}
#infomation_block .box picture img {
	width: 100%;
}

#infomation_block .box .right_box {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	width: 100%;
}
#infomation_block .box_02 .right_box{
	max-width: 100%;
    width: 100%;
	margin: auto;
}

#infomation_block .box .right_box .tag_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
	gap: 15px;
}

#infomation_block .box .right_box .tag_wrap .tag {
	background: #72BF98;
	color: #FFFFFF;
	font-size: 13px;
	padding: 3px 12px;
}
#infomation_block .box .right_box .tag_wrap .tag_02 {
	color: #38AF80;
	font-size: 13px;
}
#infomation_block .box .right_box h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
	text-wrap: auto;
}
#infomation_block .box .right_box p {
	font-weight: 300;
	line-height: 1.8em;
	word-break: break-all;
}
#infomation_block .box .right_box .table_box {
	margin-top: 28px;
}
#infomation_block .box .right_box .table_box table tr td {
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

#infomation_block .box .right_box .table_box table tr td:first-child {
	font-weight: 500;
	width: unset;
}
#infomation_block .box .right_box .pdf_link {
	text-decoration: underline;
	position: relative;
	left: 40px;
	margin-top: 28px;
	width: fit-content;
}

#infomation_block .box .right_box .pdf_link::before {
	content: "";
	background-image: url(../img/parenting/pdf.png);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}

/*---- 市町村の支援情報 ----*/
/*#infomation_block.city_info {
	margin-bottom: 179px;
}*/

@media screen and (max-width: 840px){
	#infomation_block .box_02{
		padding: 48px 46px;
	}
}

@media screen and (max-width: 640px) {
	#infomation_block {
		margin-top: 80px;
	}
	#infomation_block .title_wrap h3 {
		font-size: 22px;
	}
	#infomation_block .box,
	#infomation_block .box_02{
		flex-direction: column;
		padding: 36px 6%;
        gap: 14px;
        border-radius: 8px;
        border: 1px solid #4AA685;
	}
	#infomation_block .box picture {
		width: 100%;
		margin: auto;
	}
	#infomation_block .box .right_box {
		width: 100%;
	}
	#infomation_block .wrap {
		margin-top: 42px;
		gap: 18px;
	}
	/*#infomation_block.city_info {
		margin-bottom: 100px;
	}*/
	#infomation_block .box .right_box .table_box table tr td:first-child {
		width: 110px;
	}
}

/*---- 県の支援情報がトップに来る場合 ----*/
#infomation_block.top_contents {
	margin-top: 138px;
}
@media screen and (max-width: 640px) {
	#infomation_block.top_contents {
		margin-top: 50px;
	}
}
/*-----------------------------------

	index index_link_block

-----------------------------------*/
#index_link_block {
	margin-top: 179px;
	margin-bottom: 480px;
	position: relative;
	z-index: 1;
}
#index_link_block h3 {
	justify-content: flex-start;
	font-size: 28px;
	width: 100%;
	border-bottom: 1px solid #38af80;
	padding-bottom: 10px;
	margin-bottom: 38px;
}
#index_link_block .intro_p {
	margin-top: 22.4px;
	margin-bottom: 36px;
}
#index_link_block ul {
	display: flex;
	flex-direction: column;
	gap:50px;
}
#index_link_block ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 44px;
}
#index_link_block ul li img {
	width: 200px;
	height: auto;
}
/*#index_link_block ul li .inner {
	margin-left: 26px;
}*/
#index_link_block ul li .inner p {
	display: ruby;
	line-height: 2;
	font-size: 14px;
	text-align: left;
}
/*#index_link_block ul li h4 {
	font-size: 18.4px;
	font-weight: 500;
	margin-bottom: 12px;
	letter-spacing: 0.1em;
}*/

#index_link_block ul li .category_wrap{
	margin-bottom: 13px;
	gap: 12px;
	justify-content: flex-start;
	font-weight: 500;
	color: #333333;
	align-content: center;
}
#index_link_block ul li .category_wrap .category{
	gap: 5px;
}
#index_link_block ul li .category_wrap .category span{
	background: #C9CACA;
	display: block;
	padding: 1px 5px;
}

#index_link_block ul li h5 {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-left: 12px;
	margin-bottom: 12px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-wrap: wrap;
}
#index_link_block ul li h5::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 5px;
	height: 100%;
	background: #38AF80;
}

#index_link_block ul li .link_underline {
	color: #38af80;
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	#index_link_block h3 {
		font-size: 22px;
	}
	#index_link_block ul {
		margin-top: 50px;
	}
	#index_link_block ul li {
		flex-direction: column;
		gap: 20px;
	}
	#index_link_block ul li img {
		width: 90%;
	}
	#index_link_block {
		margin-bottom: 360px;
	}
	/*#index_link_block ul li h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}*/
	/*#index_link_block ul li .inner {
		margin-left: 12px;
	}*/

}
@media screen and (max-width: 480px) {
	#index_link_block {
		margin-top: 100px;
		margin-bottom: 240px;
	}
	#index_link_block ul li .wrap{
		width: 100%;
	}
}

/*-----------------------------------

	top_block

-----------------------------------*/
#top_block{
	margin-top: 160px;
}
#top_block .ttl_center,
#flex_block .ttl_center{
	text-align: center;
    margin-bottom: 60px;
    font-size: 28px;
	display: block;
}
#top_block .top_wrap{
	align-items: center;
	gap: 28px;
}
#top_block .top_wrap .img_box {
    width: 50%;
}
#top_block .top_wrap .img_box img{
	border-radius: 20px;
	object-fit: cover;
}
#top_block .top_wrap .text_box {
    width: 45%;
}
#top_block .top_wrap .text_box h4{
	font-size: 20px;
    margin-bottom: 28px;
    line-height: 1.5;
}
#top_block .top_wrap .text_box p{
	font-size: 14px;
    line-height: 2;
}

@media screen and (max-width: 640px){
	#top_block{
		margin-top: 80px;
	}
	#top_block .ttl_center,
	#flex_block .ttl_center{
		margin-bottom: 30px;
		font-size: 20px;
	}
	#top_block .top_wrap .img_box,
	#top_block .top_wrap .text_box{
		width: 100%;
	}
	#top_block .top_wrap .text_box h4{
		margin-bottom: 10px;
	}
}

/*-----------------------------------

	flex_block

-----------------------------------*/
#flex_block{
	margin-top: 156px;
}
#flex_block .ttl_center span{
	font-size: 20px;
	margin-top: 10px;
	display: block;
}
#flex_block .lightgreen_p{
	color: #38af80!important;
}
#flex_block .flex_wrap{
	gap: 28px;
}
#flex_block .flex_wrap:not(:first-of-type){
	margin-top: 80px;
}
#flex_block .flex_wrap .img_box {
    width: 41%;
}
#flex_block .flex_wrap .text_box {
    width: 53%;
}
#flex_block .flex_wrap .text_box h4{
	font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.5;
	position: relative;
    padding-left: 21px;
}
#flex_block .flex_wrap .text_box h4::before{
	content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #72BF98;
    top: 6px;
    /* bottom: 0; */
    left: 0;
    margin: auto;
}
#flex_block .flex_wrap .text_box p{
	font-size: 14px;
    line-height: 2;
}

@media screen and (max-width: 640px){
	#flex_block{
		margin-top: 80px;
	}
	#flex_block .ttl_center span{
		font-size: 16px;
		margin-top: 5px;
	}
	#flex_block .flex_wrap .img_box,
	#flex_block .flex_wrap .text_box{
		width: 100%;
	}
	#flex_block .flex_wrap:not(:first-of-type){
		margin-top: 40px;
	}
}


