/* -------------------------------------------
テレワーク
-------------------------------------------*/
section{
	margin: 0;
	font-size: 14px;
}
.wrapper{
	text-align: left;
}

.conthead{
	text-align: center;
	display:block;
	border-top: 1px #CCC solid;
	padding: 20px 0 30px;
	margin: 0 0 40px;
	background: #669900;
	color: #FFF;
}
.conthead h1{
	margin: 20px 0;
	padding: 0;
	font-size: 50px;
	line-height: 120%;
	text-align: center;
}
.conthead .read{
	text-align: center;
	font-size: 28px;
	line-height: 140%;
}
.conthead .read span{
	font-size: 50px;
}


ul.category,
.contents{
	display: flex;
}
ul.category li{
	width: 47%;
	padding: 20px;
	background: #008000;
	margin:0 40px 30px 0;
	border-radius: 20px;
	font-size: 24px;
	text-align: center;
	position: relative;
}
ul.category li:last-child{
	background: #0083C3;
	margin:0 0 30px 0;
}
ul.category li:before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 46%;
	right: 0px;
	bottom: -20px;
	border-right: 20px solid #008000;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(-90deg);
}
ul.category li:last-child:before{
	border-right: 20px solid #0083C3;
}
ul.category li span{
	font-size: 38px;
	line-height: 120%;
}
ul.category li a{
	display: block;
	color: #FFF;
}

.col2{
	width: 47%;
	margin:0 40px 30px 0;
}
.col2:last-of-type{
	margin:0 0 30px 0;
}
.itdoctor{
	width:100%;
	background: #A7E2FF;
	position: relative;
	margin:0 0 40px;
	padding: 0 0 10px;
	display: block;
}
.onebiz{
	width:100%;
	background: #9DDB94;
	position: relative;
	margin:0 0 40px;
	padding: 0 0 10px;
	display: block;
}
.itdoctor h2,
.onebiz h2{
	width:100%;
	text-align: center;
	background: #0083C3;
	margin:0 0 60px;
	padding: 20px 0 0;
	font-size: 34px;
	line-height: 100%;
	font-weight: normal;
	color: #FFF;
	position: relative;
}
.onebiz h2{
	background: #008000;
}

.itdoctor h2:before,
.onebiz h2:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 7.1em 0 7.1em;
	border-color: #0083C3 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.onebiz h2:before{
	border-color: #008000 transparent transparent transparent;
}
.itdoctor p,
.onebiz p{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}


.contents ul{
	margin: 0 20px 0 40px;
	font-size: 20px;
}
.contents ul li{
	list-style-type: disc;
	margin: 0 0 20px;
}
.contents img{
	width: 80%;
	margin: 0 auto 20px;
}

a.bnr_itdoctor{
	display: block;
	overflow: hidden;
	border: 2px #0083C3 solid;
	text-align:center;
	font-size: 32px;
	background: #FFF;
	color: #669900;
	font-weight: 600;
	padding: 40px 0 22px;
	margin: 10px 10px 0;
}
a.bnr_onebiz{
	border: 2px #008000 solid;
	display: block;
	overflow: hidden;
	background: #FFF;
	text-align:center;
	padding: 30px 0 0;
	margin: 10px 10px 0;
}
a:hover.bnr_itdoctor,
a:hover.bnr_onebiz{
	opacity: 0.6;
}
a.bnr_itdoctor img{
	width: 60%;
	margin: 10px 0 0 ;
}
@media (max-width: 860px) {
	.itdoctor h2:before,
	.onebiz h2:before{
		border-width: 20px 5.1em 0 5.1em;
	}
	.itdoctor:before,
	.onebiz:before{
		border-width: 20px 12.5em 0 12.5em;
	}
}
@media (max-width: 680px) {
	.conthead h1{
		font-size: 38px;
	}
	.conthead h1 br{
		display: none;
	}
	.conthead .read{
		line-height: 140%;
	}
	.conthead .read span{
		font-size: 38px;
	}
	ul.category,
	.contents{
		overflow: hidden;
		display: block;
	}
	ul.category li,
	.col2{
		width: 100%;
	}
	ul.category li{
		padding: 20px 20px 40px;
		margin: 0 0 10px;
	}
	ul.category li span{
		font-size: 26px;
		line-height: 120%;
	}
	ul.category li:before,
	ul.category li:last-child:before{
		content: '';
		position: absolute;
		display: block;
		width: 20px;
		height: 20px;
		left: 46%;
		right: 0px;
		bottom: 10px;
		border-right: 2px solid #FFF;
		border-top: 2px solid  #FFF;
		border-bottom: none;
		transform: rotate(135deg);
	}
	.itdoctor h2:before,
	.onebiz h2:before{
		border-width: 20px 4.8em 0 4.8em;
	}
	.itdoctor:before,
	.onebiz:before{
		border-width: 20px 12em 0 12em;
	}
	a.bnr_itdoctor{
		padding: 30px 0 12px;
		font-size: 24px;
	}
	a.bnr_itdoctor img{
		width: 80%;
	}
}