@charset "UTF-8";

html {
	background: #000610 url("../imgs/common/mainbkg.jpg") no-repeat center top;
}

#atcplan .ttlblk {
	margin-bottom: 30px;
	text-align: center;
}
#atcplan .ttlblk h2 {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing:0.3em;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#atcplan .ttlblk p {
	font-size: 14px;
	line-height: 1.8;
}
#atcplan .conblk {
	height: auto;
}
#atcplan .conblk h3 {
	border-left: 5px solid #17a3fe;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 10px;
	padding: 3px 0 3px 10px;
}
#atcplan .conblk h4 {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
}
#atcplan .conblk h5 {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 10px;
}
#atcplan .conblk p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 25px;
	padding-left: 1em;
	text-indent: 1em;
}
#atcplan .conblk ul {
	margin-bottom: 25px;
}
#atcplan .conblk li {
	font-size: 14px;
	line-height: 1.8;
	padding-left: 1em;
}
#atcplan .conblk p.mcopy {
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.8;
	padding: 3px;
	text-align: center;
	margin: 0 auto 20px auto;
	width: 95%;
}

#atcplan .conblk dl.mea {
	display: flex;
	flex-wrap:wrap;
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}
#atcplan .conblk dl.mea dt {
	float: none;
	background-image: none;
	color: #343434;
	font-size: 13px;
	line-height: 1.5;
	width: 5em;
	margin-right:0;
}
#atcplan .conblk dl.mea dd {
	width:calc(100% - 5em);
	float: none;
	color: #343434;
	font-size: 13px;
	line-height: 1.5;
	box-sizing: border-box;
	line-height: 1.5;
}

#atcplan .sec1 {
	height: auto;
	margin-bottom: 30px;
}
#atcplan .sec1 .sec_blk {
	padding-left: 20px;
	box-sizing: border-box;
}
#atcplan .sec1 .objective {
	font-size: 13px;
	border: 1px solid #000;
	padding: 5px 10px;
	margin-bottom: 15px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#atcplan .sec1 .objective span {
	display: table-cell;
	text-indent: 0;
}
#atcplan .sec1 .objective .num {
	width: 4em;
}

#atcplan .sec2 table {
	border: 1px solid #333;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
#atcplan .sec2 table:not(:last-child) {
	margin-bottom:4px;
}
#atcplan .sec2 table th,
#atcplan .sec2 table td {
	border: 1px solid #333;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.6;
	padding: 10px;
}
#atcplan .sec2 table th {
	width:50%;
}
#atcplan .sec2 table td.item {
	width:calc(50% / 3);
}