@charset "utf-8";
h4 {
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
/* CSS Document */

.jigyou {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px 0 20px;
	margin-bottom: 50px;
}

.jigyou .jigyouw {
	background-color: #F7F1E1;
	margin-bottom: 30px;
	padding: 2%;
	border-radius: 10px;
}
.jigyou .jigyouw > p {
	font-weight: bold;
	border-bottom: 1px dotted rgba(86,86,86,1.00);
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.jigyouw .jigyouww {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jigyouw .jigyouww div {
	width: 48%;
}
.jigyouww div img {
	border-radius: 10px;
	margin-bottom: 10px;
}
.jigyouww > div:nth-of-type(1) a {
	text-decoration: none;
	color: #424242;
    font-size: 0.8rem
}
.jigyouww >div:nth-of-type(2) a {
	text-decoration: none;
	background-color: #f49e31;
	color: rgba(255,255,255,1.00);
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 50px;
}
.jigyouww >div:nth-of-type(2) p:not(:last-child) {
	margin-bottom: 10px;
    line-height: 1.2rem;
}

.jigyouww >div:nth-of-type(1) a::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 20px;/*画像の幅*/
	height: 20px;/*画像の高さ*/
	background-image: url(img-new/icon.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
h4, .jigyou p {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 1rem;
}

@media screen and (min-width:601px){
.jigyou .jigyouw {
	width: 45%;
	background-color: #F7F1E1;
	margin-bottom: 30px;
	padding: 2%;
	border-radius: 10px;
}
.jigyouww >div:nth-of-type(2) p {
	font-size: 0.8rem;
}


}

@media screen and (max-width:600px){
.jigyouw p {
	font-size: 3vw;
}
.jigyou p {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2vw;
}
    .jigyou .jigyouw > p {

    font-size: 1rem;
}

}
