@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5% !important;
}
body {
	color: #1f1f1f;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	min-width: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 87px 0 92px !important;
}

/*--------------------------------------
　共通
---------------------------------------*/
#contents.plan section {
    padding: 4rem 4%;
}
#contents.plan .bnArea {
    background: #e4f4f0;
}



/*--------------------------------------
　KV（下層）
---------------------------------------*/
#key.lower {
	background: url("../../../../asset/images/plan/bg_key.jpg") no-repeat;
	background-size: cover;
}






/*--------------------------------------
　detail
---------------------------------------*/
#contents .planDtlArea {
	counter-reset: number 0;
}
#contents .planDtlArea .planDtlBox {
	border: solid 3px #00a082;
	margin: 0 0 20px;
	background: #fff;
}
#contents .planDtlArea .planDtlBox:last-child {
	margin: 0;
}
#contents .planDtlArea .planDtlBox .titBox {
	position: relative;
	width: 100%;
	min-height: 70px;
	display: table;
	padding: 10px 8px 10px 80px;
	border-bottom: dotted 2px #00a082;
}
#contents .planDtlArea .planDtlBox .titBox:before {
	width: 60px;
	height: 60px;
	background: url("../../../../asset/images/plan/icon_carry.png") no-repeat;
	background-size: 100%;
	counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    color: #ffc819;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
	position: absolute;
	top: calc(50% - 30px);
	left: 10px;
	padding: 15px 0 0;
	text-align: center;
}
#contents .planDtlArea .planDtlBox .titBox .planName {
	font-size: 18px;
	color: #00a082;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.6;
}
#contents .planDtlArea .planDtlBox .txtBox {
	padding: 20px;
}



/*--------------------------------------
　voice
---------------------------------------*/
#contents .work{
    padding: 10rem 4% 7rem;
}
#contents .work .kindTit {
	color: #00a082;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 8px;
	line-height: 1.4;
}
#contents .work .voiceBox {
	border: solid 3px #00a082;
	padding: 20px;
	margin: 0 0 20px;
	background: #fff;
}
/*#contents .voiceBox:last-child {
	margin: 0;
}*/
#contents .work .voiceBox .what {
    display: table;
	width: 100%;
	margin: 20px 0 0;
}
#contents .work .voiceBox .what dt {
	display: table-cell;
	vertical-align: middle;
	background: #00a082;
    width: 80px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
#contents .work .voiceBox .what dd {
	display: table-cell;
	vertical-align: middle;
    background: #eef8f6;
	padding: 10px;
	font-size: 14px;
}
#contents .work .voiceBox .what {
    display: block;
	width: 100%;
	margin: 20px 0 0;
}
#contents .work .voiceBox .what dt {
	display: block;
    width: 100%;
	padding: 5px;
}
#contents .work .voiceBox .what dd {
	display: block;
    width: 100%;
	padding: 10px 15px;
}
#contents .work .voiceBox .info_dtl {
	margin: 5px 0 0;
}
#contents .work .voiceBox .info_dtl dl {
    display: table;
    width: 100%;
	margin: 0 0 5px;
}
#contents .work .voiceBox .info_dtl dt {
    display: table-cell;
    vertical-align: middle;
    background: #00a082;
    width: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
#contents .work .voiceBox .info_dtl dd {
	display: table-cell;
    vertical-align: middle;
    background: #eef8f6;
    padding: 10px;
    font-size: 14px;
}







