@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .pc {
	display:none;
}

#detail h3 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
}

#detail h4 {
	background:#858aba;
	padding: 12px;
	color:#fff;
	margin:25px 0 15px;
	font-size: 18px;
	text-align:center
}

#detail h5 {
	background:#f6f8ff;
	padding:12px 15px;
	border: solid 1px #7f8dba;
	margin:25px 0 15px;
	font-size: 17px;
}

#detail h5 span:before {
	content: '●';
	color:#8490d5;
	margin-right:5px;
}

#detail h6 {
	background:#858aba;
	padding:5px 15px;
	margin:25px 0 15px;
	font-size: 17px;
	color:#fff
}

#detail .section {
	margin-bottom: 40px;
}

#detail p {
	margin-bottom: 20px;
}

/* 詳細 */
#detail .box {
	padding:35px 0 20px
}

/* --サブタイトル */
#detail .sbttl{
	display: flex;
	background: #dfe4fc;
	margin:22px 0 0;
	padding:18px 15px 16px;
	font-weight:bold;
	font-size:18px;
}

#detail .sbttl span.no{
	background: #8490d5;
	color: #fff;
	padding:4px;
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
	width: 24px;
	height:24px;
	line-height:1
}

#detail .sbttl span:nth-child(2){
	width: calc(100% - 24px);
	line-height:1.4
}

#detail .lead01 {
	font-size:15px;
	line-height:26px;
}

#detail .lead01 img {
	display:block;
	margin:-20px auto 20px;
}

#detail .lead01 .index01 {
	border:1px solid #ccc;
	padding:15px;
	font-weight:bold;
}

#detail .lead01 .index01 span {
	display:block;
}

#detail .lead01 .index01 span:before {
	content: '●';
	color:#8490d5;
	margin-right:5px;
}

#detail .red {
	color: #d15009;
}

#detail .bold {
	font-weight: bold;
}

#detail .area01 {
	clear:both;
	border-top:5px solid #c7cbec;
	margin-top:10px;
}

#detail .co01 {
	background:#faf9eb;
	padding:20px;
	margin-bottom:3%
}

#detail .co01 p {
	margin-bottom:10px;
}

#detail .text01 {
	font-size:15px;
	line-height:26px
}

#detail .text02{
	display:block;
	background:#fdfbda;
	border-radius:50px;
	font-size:150%;
	margin:3% 10%;
	padding:3% 2%;
	text-align:center;
	line-height:1.2;
	color:#5e5a15;
	font-weight:bold
}

#detail .text02 span{
	display:inline-block
}

.colum01{
	margin:0 0 1em;
	background:#fdf3e7;
	border-radius:30px;
	padding:3%
}

.colum01 span{
	display:block;
	text-indent:-1.5em;
	margin:0 3em
}

#detail .link01 span {
	display:inline-block;
	vertical-align:middle;
}

#detail .link01 {
	background:#fff;
	padding:15px;
	border:1px solid #ccc;
	margin-top:20px;
}

#detail .link01 .obj01 {
	margin-bottom:5px;
}

#detail .link01 .obj02 {
	border-top:5px solid #8490d5;
	padding-top:10px;
}

#detail .link01 .obj02 a {
	display:block
}

#detail .il02 {
	display:block;
	margin:0 auto 5%;
}
#detail .il02_cap {
	display:block;
	text-align:center;
	margin:5% auto 0;
	font-weight:bold
}

#detail .number {
	margin-bottom:1em
}

#detail .number li {
	list-style-type: decimal;
	margin-left:2em
}

#detail table {
	width:100%;
	border-collapse: collapse;
	margin:0 auto 7%
}

#detail caption {padding:1%;font-weight:bold}
#detail table td{border:1px solid #999;margin:0;padding:1%;}
#detail table td:nth-child(1){width:20%;background:#e6ebf9;font-weight:bold}
#detail table td:nth-child(2){width:80%;font-size:90%}
#detail table td.check01{background:#fcc8a0}
#detail table td.check02{background:#fdf3e7}

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 40px;
}

#index h3 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
}

#index p {
	margin-bottom: 20px;
}

/* 各サムネイル */

/* --サムネイル囲み枠 */
#index .box .inbox {
	border: 5px solid #e8eefc;
	margin: 28px 0;
}
/* --サブタイトル */
#index .sbttl{
	display: flex;
	background: #dfe4fc;
	margin:22px 15px 0;
	padding:13px 15px 11px;
	font-weight:bold;
	font-size:18px;
}

#index .sbttl span.no{
	background: #8490d5;
	color: #fff;
	padding:4px;
	font-size:16px;
	font-weight:bold;
	margin-top:1px;
	margin-right:10px;
	width: 24px;
	height:24px;
	line-height:1
}

#index .sbttl span:nth-child(2){
	width: calc(100% - 24px);
	line-height:1.4
}

#index img{
	display:block;
	margin:20px auto 0;
}

#index .text{
	margin:20px 20px 0;
	font-size:15px;
}

#index .box .inbox .link {
	text-align: center;
        margin-top: 5px;
        margin-bottom:20px;
}
#index .box .inbox .link a {
	display: inline-block;
	padding:10px 20px;
	line-height: 1;
	border: 2px solid #b9c6da;
	background: #fff;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
#index .box .inbox .link a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
#index .box .inbox .link a:before {
	content: url(/include/images/array.png);
	vertical-align: middle;
	padding-right: 10px;
}

#index .btn {
	text-align: center;
}

#index .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 60px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	color: #333;
	position: relative;
}

#index .btn a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -13px;
	background: url(/include/images/i_pdf_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

