
.box01{
	border: 2px solid #FF0000;
	border-radius:20px;
	padding: 15px;
	margin: 30px auto;
	width: auto;
}
.box01 li{
	background: url(http://www.helperstation-kind.com/wp-content/uploads/2023/06/check.jpeg) no-repeat left;
	padding-left: 28px;
	font-size: 2em;
	display: block;
	list-style: none;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sec01{
	}
.sec01 h2{
	font-size: 2.4em;
	font-weight: bolder;
	color: #FFFFFF;
	background: #00ccbb;
	padding: 10px;
	margin: 0px;
	}
.sec01 h3{
	padding: 5px;
	font-size: 2em;
	font-weight: bolder;
	color: #00ccbb;
	border-bottom: 2px dashed #00ccbb;
	}
	
.sec01 p{
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
	margin-top: 20px;
	}
	.caption h3{
	font-weight: bolder;
}
	
 #form00{
	}
 #form00 h2{
	font-size: 2.4em;
	font-weight: bolder;
	color: #FFFFFF;
	background: #00ccbb;
	padding: 10px;
	margin: 0px;
	}
 #form00 h3{
	padding: 5px;
	font-size: 2em;
	font-weight: bolder;
	color: #00ccbb;
	border-bottom: 2px dashed #00ccbb;
	}
	
 #form00 p{
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
	margin-top: 20px;
	}
	table{
	font-size: 1.4em;
		}
	th{
	background: #CCCCCC;
	font-weight: bold;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: auto;
  margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#taxi:checked ~ #taxi_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

hr{
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}
@media (min-width: 576px) {
.form01{
	font-weight: bolder;
	color: #FFFFFF;
	background: #00ccba;
	text-align: center;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1.2em;
}
.form02{
	padding: 1em;
	font-size: 1.2em;
}
@media (min-width: 1200px) {
@media (min-width: 1200px) {
.form01{
	font-size: 1.2em;
	font-weight: bolder;
	color: #FFFFFF;
	background: #00ccba;
	text-align: center;
	float: left;
	width: 30%;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.form02{
	font-size: 1.2em;
	padding: 1em;
	width: 65%;
	float:right;
}
}