@charset "utf-8";

.catch_area01 {
	width: 94%;
	margin: 0 auto 1.5em;
	background: #FFF2C6;
	padding: 2em 2%;
	border-radius: 10px;
}
.catch_area01 ul li {
	list-style-type: square;
	margin-left: 1.2em;
}
.bosyu_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;    /*左（上）揃え*/
    justify-content: flex-end;      /*右（下）揃え*/
    justify-content: center;        /*中央揃え*/
    justify-content: space-between; /*均等に間隔をあける*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
	flex-wrap: wrap;
}
.bosyu_list li {
	width: 46%;
    background: #FFF;
    border-radius: 10px;
	padding: 1.5em 0;
}
.bosyu_list li .item_img {
	margin: 0 auto 1em;
	background: #e0ffff;
	text-align: center;
	padding: 2em 0;
	border-radius: 10px;
}
.bosyu_list li .item_img img {
	width: 75%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.bosyu_list li .item_capt {
	font-size: 130%;
	text-align: center;
	font-weight: bold;
    margin-bottom: 0.1em;
    color: #1FB288;
}
.bosyu_list li .item_text {
	color: #333;
	padding: 0.5em 0 1em;
}
.bosyu_list li .item_motto {
	margin: 1em 1em 0.5em;
	text-align: center;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	color: #333;
	padding: 0.5em 0;
}
.bosyu_list li .item_motto::before {
	content: "\f054"; 
  	font-family: "Font Awesome 5 Free"; 
  	font-weight: 600; /* Solidアイコンの場合 */
  	margin-right: 5px;
  	color: #AAAAAA; 
}
.work_oya {
	width: 960px;
	margin: 0 auto;
	background: #FFF;
	padding: 1.5em 2%;
	overflow: hidden;
}
.work_img {
	width: 160px;
	float: left;
	margin: 0 0 0 auto;
}
.work_img img {
	width: 100%;
	height: auto;
}
.work_img ul li {
	margin-bottom: 2.5em;
}
.work_img ul li:last-child {
	margin-bottom: 0;
}
.work_text {
	width: calc(100% - 220px);
	float: right;
}
.work_text ol li {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 0.8em 1.3em;
	clear: both;
}
.work_text ol li:last-child {
	margin-bottom: 0;
}
.work_text ol li h3 {
	font-size: 110%;
	font-weight: bold;
}
.work_text ol li p {
	font-size: 16px;
	font-weight: normal;
}
.work_text ol li ul li {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0.2em 1em;
	list-style-type: circle;
	clear: both;
}
.work_text ol li ul li dl dt {
	float: left;
}
.work_text ol li ul li dl dd {
	padding-left: 10em;
}
.time-schedule {
	min-width: 400px;
  	list-style: none;
  	margin: 0 auto 0 6em;
  	padding-left: 20px;
  	border-left: 6px solid #a7be18;
  	box-sizing: border-box;
}
.time-schedule li {
  	width: 100%;
  	padding: 5px 0;
  	position: relative;
	margin-bottom: 1em;
	clear: both;
}
.time-schedule span.time {
  	width: 5em;
  	display: inline-block;
  	margin-left: -8em;
  	padding: 0 0 5px;
  	margin-top: 15px;
  	vertical-align: top;
  	position: relative;
  	text-align: right;
  	box-sizing: border-box;
	font-weight: bold;
}
.time-schedule span.time::after {
  	content: "";
  	position: absolute;
  	right: -35px;
  	top: 0;
  	background: #a7be18;
  	width: 20px;
  	height: 20px;
  	border-radius: 10px;
}
.time-schedule .sch_box {
  	display: inline-block;
  	width: 100%;
  	margin-left: 40px;
  	padding: 15px 10px 15px 15px;
  	vertical-align: middle;
  	background: #efefef;
  	box-sizing: border-box;
  	border-radius: 6px;
	overflow: hidden;
}
.time-schedule .sch_title {
 	font-size: 110%;
  	font-weight: bold;
}
.time-schedule .sch_t_txt {
	float: left;
	width: calc(100% - 220px);
}
.time-schedule .sch_t_img {
	float: right;
	width: 200px;
	height: auto;
	margin: 0 0 1em 1em;
}
.time-schedule .sch_sub_b {
	clear: both;
	margin-top: 4em;
}
.require_oya {
	background: #FFF;
	padding: 0.5em 1%;
}
table.require {
	width: 97%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	margin: 1.5em auto;
}
table.require th {
	width: 10em;
	border: 1px solid #DDDDDD;
	background: #E8F5F2;
	text-align: left;
	font-weight: bold;
    padding: 1em 0.9em;
	color: #666666;
}
table.require td {
	border: 1px solid #DDDDDD;
    background: #FFFFFF;
	padding: 1em 0.9em;
}
table.require td dl {
	margin-bottom: 0.7em;
}
table.require td dl dt em {
	color: #2b6190;
	margin-right: 1em;
	font-style: normal;
}
@media screen and (min-width:768px) and (max-width:1299px) {
	.catch_area01 ul li {
		margin-left: 1.3em;
	}
	.bosyu_list li {
		width: 46%;
	}
	.work_oya {
		width: 95%;
		margin: 0 auto;
		padding: 1.2em 2%;
	}
	.work_img {
		width: 90%;
		max-width: 330px;
		float: none;
		margin: 0 auto;
	}
	.work_img ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;    /*左（上）揃え*/
		justify-content: flex-end;      /*右（下）揃え*/
		justify-content: center;        /*中央揃え*/
		flex-wrap: wrap;
	}
	.work_img ul li {
		width: 40%;
		margin: 0 auto;
	}
	.work_text {
		width: auto;
		float: none;
		margin-bottom: 1.4em;
	}
	.work_text ol li {
		font-size: 105%;
		margin: 0 0 0.8em 1.3em;
	}
	.work_text ol li:last-child {
		margin-bottom: 0;
	}
	.work_text ol li h3 {
		font-size: 105%;
	}
	.work_text ol li p {
		font-size: 16px;
		font-weight: normal;
	}
	.work_text ol li ul li {
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 0.2em 1em;
	}
	.time-schedule {
		min-width: 400px;
		list-style: none;
		margin: 0 auto 0 6em;
		padding-left: 20px;
		border-left: 6px solid #a7be18;
		box-sizing: border-box;
	}
	.time-schedule li {
		width: 100%;
		padding: 5px 0;
		position: relative;
		margin-bottom: 1em;
		clear: both;
	}
	.time-schedule span.time {
		width: 5em;
		display: inline-block;
		margin-left: -8em;
		padding: 0 0 5px;
		margin-top: 15px;
		vertical-align: top;
		position: relative;
		text-align: right;
		box-sizing: border-box;
		font-weight: bold;
	}
	.time-schedule span.time::after {
		content: "";
		position: absolute;
		right: -35px;
		top: 0;
		background: #a7be18;
		width: 20px;
		height: 20px;
		border-radius: 10px;
	}
	.time-schedule .sch_box {
		display: inline-block;
		width: 100%;
		margin-left: 40px;
		padding: 15px 10px 15px 15px;
		vertical-align: middle;
		background: #efefef;
		box-sizing: border-box;
		border-radius: 6px;
		overflow: hidden;
	}
	.time-schedule .sch_title {
		font-size: 110%;
		font-weight: bold;
	}
	.time-schedule .sch_t_txt {
		float: left;
		width: calc(100% - 190px);
	}
	.time-schedule .sch_t_img {
		float: right;
		width: 170px;
		height: auto;
		margin: 0 0 1em 1em;
	}
	.time-schedule .sch_sub_b {
		clear: both;
		margin-top: 4em;
	}
	table.require {
		width: 97%;
		margin: 1.2em auto;
	}
	table.require th {
		width: 6em;
		padding: 1em 0.9em;
	}
	table.require td {
		padding: 1em 0.9em;
	}
	table.require td dl {
		margin-bottom: 0.7em;
	}
}
@media screen and (max-width:767px) {
	.catch_area01 {
		width: 93%;
		margin: 0 auto 1.2em;
		padding: 0.9em 3%;
	}
	.catch_area01 ul li {
		margin-left: 1.2em;
	}
	.bosyu_list {
		display: block;
	}
	.bosyu_list li {
		width: 97%;
		padding: 0;
		margin-bottom: 2.5em;
	}
	.bosyu_list li:last-child {
		margin-bottom: 0;
	}
	.bosyu_list li .item_img {
		margin: 0 auto 0.8em;
		padding: 1.2em 0;
	}
	.bosyu_list li .item_capt {
		font-size: 130%;
		margin-bottom: 0.1em;
	}
	.bosyu_list li .item_text {
		padding: 0 0.8em;
	}
	.bosyu_list li .item_motto {
		margin: 0.8em 0.7em 0.5em;
		padding: 0.4em 0;
	}
	.work_oya {
		width: 95%;
		background: #FFF;
		padding: 1.2em 2%;
	}
	.work_img {
		width: 90%;
		max-width: 300px;
		float: none;
		margin: 0 auto;
	}
	.work_img ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;    /*左（上）揃え*/
		justify-content: flex-end;      /*右（下）揃え*/
		justify-content: center;        /*中央揃え*/
		flex-wrap: wrap;
	}
	.work_img ul li {
		width: 40%;
		margin: 0 auto;
	}
	.work_text {
		width: auto;
		float: none;
		margin-bottom: 1em;
	}
	.work_text ol li {
		margin: 0 0 0.7em 1.2em;
	}
	.work_text ol li:last-child {
		margin-bottom: 0;
	}
	.work_text ol li ul li {
		margin: 0 0 0.2em 1em;
		list-style-type: circle;
		clear: both;
	}
	.work_text ol li ul li dl dt {
		float: left;
	}
	.work_text ol li ul li dl dd {
		padding-left: 5.5em;
		margin-bottom: 0.3em;
	}
	.time-schedule {
		min-width: 300px;
		margin: 0 auto 0 6em;
		margin: 0 auto 0 5em;
		padding-left: 20px;
		padding-left: 20px;
		border-left: 6px solid #a7be18;
		box-sizing: border-box;
	}
	.time-schedule li {
		width: 100%;
		padding: 5px 0;
		position: relative;
		margin-bottom: 0.9em;
		clear: both;
	}
	.time-schedule span.time {
		width: 5em;
		display: inline-block;
		margin-left: -8em;
		padding: 0 0 5px;
		margin-top: 15px;
		vertical-align: top;
		position: relative;
		text-align: right;
		box-sizing: border-box;
		font-weight: bold;
	}
	.time-schedule span.time::after {
		content: "";
		position: absolute;
		right: -35px;
		top: 0;
		background: #a7be18;
		width: 20px;
		height: 20px;
		border-radius: 10px;
	}
	.time-schedule .sch_box {
		display: inline-block;
		width: 100%;
		margin-left: 40px;
		padding: 10px 10px 10px 15px;
		vertical-align: middle;
		background: #efefef;
		box-sizing: border-box;
		border-radius: 6px;
		overflow: hidden;
	}
	.time-schedule .sch_t_txt {
		float: none;
		width: auto;
		margin-bottom: 0.6em;
	}
	.time-schedule .sch_t_img {
		float: none;
		width: 80%;
		max-width: 150px;
		height: auto;
		margin: 0 auto;
	}
	.time-schedule .sch_sub_b {
		clear: both;
		margin-top: 1em;
	}
	.require_oya {
		padding: 0.5em 2%;
	}
	table.require {
		width: 95%;
		margin: 1.2em auto;
	}
	table.require th {
		width: auto;
		padding: 0.6em 0.7em;
		display: block;
	}
	table.require td {
		padding: 0.8em 0.7em;
		display: block;
	}
	table.require td dl {
		margin-bottom: 0.4em;
	}
}