@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 60px;
}

#index .section:last-child {
	margin-bottom: 0;
}

#index h3 {
	position:relative;
	margin-bottom: 20px;
	padding:20px 15px 18px 38px;
	background:url(/include/images/mk_02.png);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-radius:10px;
	clear:both;
}

#index h3::after{
	content:"";
	display:inline-block;
	width:7px;
	height:39px;
	background-color:#5671be;
	position:absolute;
	top:10px;
	left:17px;
}

#index p {
	margin-bottom: 20px;
}

#index .lead_01 {
	font-size:17px;
	line-height:1;
	text-indent:-2em;
	margin-left:2em;
	margin-bottom:30px;
}

#index .lead_01::before {
	content: url(/include/images/mk_01.png);
	vertical-align: top;
	padding-right: 10px;
}

#index .cate_01 {
	font-size:20px;
	color:#3d559a;
	border-bottom:2px solid #3d559a;
	padding-bottom:5px;
	margin-bottom:30px;
	clear:both;
}

#index ul {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius:15px
}

#index ul.ul_colum_2 div {
	display:inline-block;
	vertical-align:top;
	width:49%
}

#index ul li {
	margin-bottom: 0;
	margin-left: 22px;
	font-size: 16px;
	list-style: disc;
	line-height: 2;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .section {
	margin-bottom: 40px;
}

#detail h3 {
	position:relative;
	margin-bottom: 20px;
	padding:20px 15px 18px 38px;
	background:url(/include/images/mk_02.png);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-radius:10px;
	clear:both;
}

#detail h3::after{
	content:"";
	display:inline-block;
	width:7px;
	height:39px;
	background-color:#5671be;
	position:absolute;
	top:10px;
	left:17px;
}

#detail p {
	margin-bottom: 20px;
}

#detail h4 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#detail .lead_01 {
	font-size:17px;
	line-height:1;
	text-indent:-2em;
	margin-left:2em;
	margin-bottom:30px;
}

#detail .lead_01::before {
	content: url(/include/images/mk_01.png);
	vertical-align: top;
	padding-right: 10px;
}

#detail .cate_01 {
	font-size:20px;
	color:#3d559a;
	border-bottom:2px solid #3d559a;
	padding-bottom:5px;
	margin-bottom:30px;
	clear:both;
}

#detail ul {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #ccc;
	font-size: 16px;
}

#detail ol {
	margin-bottom: 20px;
}

#detail li {
	margin-left: 22px;
	list-style: disc;
}

#detail strong {
	font-weight: 100;
	font-size: 16px;
	color: #fd6d16;
}

#detail table {
	width: 100%;
	margin-bottom: 20px;
}

#detail th {
	width: 15%;
	padding: 10px;
	border: solid 1px #ccc;
	text-align: left;
	font-weight: 100;
}
#detail td {
	padding: 10px;
	border: solid 1px #ccc;
	text-align: left;
}
