@charset "UTF-8";
.ao-company-project-img{width:35.1%}
.ao-company-project-txt{width:64.9%}
.ao-company-project-visual_change{margin-top:40px}
.ao-company-project-visual_change:before{content:"";display:table}
.ao-company-project-visual_change:after{content:"";display:table;clear:both}
.ao-company-project-visual_change-before{float:left}
.ao-company-project-visual_change-after{float:right}




.titlebox{
	width:100%;
	position: relative;
	margin-top: 60px;
	padding-top:2.5%;
	padding-bottom:2.5%;
	padding-left: 8%;
	color: #696b67;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.02em;
	border: solid 3px #FD8C56;
	background: #FCF1ED;
	cursor: pointer;
}
.titlebox:first-of-type{
	margin-top: 0px;
}
.w_arrow{
	position: absolute;
	width: 4.4%;
	top:30.5%;
	right: 3.5%;
}
.w_arrow.open{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
@media screen and (max-width: 640px){
	.titlebox{
		font-size: 20px;
		padding-right: 12%;
	}
	.w_arrow{
		position: absolute;
		width: 7.4%;
		top:37.5%;
		right: 3.5%;
	}
}

.contents_law{
	display: none;
	background:#FFF;
	margin-top:10px;
	padding:30px;
	border:1px solid #D6D6D6;
	font-size:110%;
	line-height:180%;
}
.contents_law li{
	margin-left:30px;
	list-style-type:disc;
}
.kakko{
	line-height:100%;
	padding-left:28px;
	padding-bottom:6px;
}
h3{
	background:url(/assets/img/company/actionplan/bg_ttl.png) no-repeat;
	padding:13px 20px 0 20px;
	font-weight:bold;
	color:#FFF;
	height:60px;
	font-size:120%;
	font-weight:bold;
}
h4{
	background:url(/assets/img/company/actionplan/bg_subttl.jpg) no-repeat;
	padding:10px 20px;
	font-weight:bold;
	clear:both;
	color:#333;
}
@media screen and (max-width: 768px) {
	h3{
		background:url(/assets/img/company/actionplan/bg_ttl_tb.png) no-repeat;
		width:628px;
		padding:10px 20px 0 20px;
		height:44px;
		font-size:100%;
		font-weight:bold;
		color:#FFF;
	}
	h4{
		background:url(/assets/img/company/actionplan/bg_subttl_tb.jpg) no-repeat;
		width:100%;
		height:30px;
		padding:10px 20px 0 20px;
		font-weight:bold;
		clear:both;
	}
}
@media screen and (max-width: 640px) {
	.titlebox{
		margin-top: 40px;
	}
	.titlebox:first-of-type{
		margin-top: 30px;
	}
	h3{
		background:#333;
		width:100%;
		height:auto;
		padding:10px 20px;
		font-weight:nomal;
		color:#FFF;
	}
	h4{
		background:none !important;
		width:100%;
		height:auto;
		padding:3px 0;
		border-top:1px solid #E4004E;
		border-bottom:1px solid #CCC;
		font-weight:bold;
		clear:both;
	}
}
#contentswrapper_law{
	line-height:180%;
}
@media screen and (min-width: 769px) {
	#contentswrapper_law h2{
		color:#E4004F;
		font-size:40px;
		margin-bottom:30px;
		padding-top:10px;
	}
	#contentswrapper_law h2 strong{
		font-size:20px;
	}
}
@media screen and (max-width: 768px) {
	#contentswrapper_law h2{
		color:#E4004F;
		font-size:40px;
		margin:30px auto;
		padding-left:0;
		clear:both;
	}
	#contentswrapper_law h2 strong{
		font-size:20px;
		margin-left:20px;
		font-weight:normal;
	}
}
@media screen and (max-width: 640px) {
	#contentswrapper_law h2{
		color:#E4004F;
		font-size:30px;
		padding:20px 20px 0 20px;
	}
	#contentswrapper_law h2 strong{
		font-size:20px;
		margin-left:20px;
	}
}

ul.ul_maru{
	counter-reset: my-counter;
	padding: 0;
	padding-left: -1em;
	margin: 0;
	margin-left: -30px;
}
ul.ul_maru li{
	list-style: none;
	padding-left: 22px;
	position: relative;
}
ul.ul_maru li::before{
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid #333;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 19px;
	width: 19px;
	font-size: 70%;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 0;
}

.mt05 {
	margin-top:5px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.ml12 {
	margin-left:12px;
}
.ta_r{
	text-align: right;
}
