@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .sp {
	display:none;
}

#detail h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#detail h4 {
	width: 70%;
	margin: 0 auto 15px;
	padding: 1px 10px 1px;
	border-left: solid 5px #808fbb;
	font-weight: 100;
	font-size: 24px;
	line-height: 1.2;
}

#detail strong {
	font-weight: 100;
	color: #ff530a;
}

#detail .section {
	margin-bottom: 20px;
}

#detail dl {
	width: 70%;
	margin: 0 auto 40px;
	padding-bottom: 20px;
	border: solid 1px #ccc;
}

#detail .find:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#detail dt {
	border-bottom: solid 1px #ccc;
	background: #808fbb;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

#detail dd {
	padding: 20px 20px 0;
	font-size: 16px;
}

#detail dd li {
	margin-left: 16px;
	list-style: disc;
}

#detail p {
	margin-bottom: 20px;
}

#detail dd a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 180px;
	height: 48px;
	padding-right: 10px;
	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;
	line-height: 48px;
	color: #333;
	position: relative;
}

#detail dd a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#detail dd a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#detail p.tips {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 10px 20px;
	padding-left: 45px;
	border: solid 1px #f29f0a;
	background: url(/faq/include/images/icon.png) no-repeat 10px;
	text-align: left;
	font-weight: 100;
	font-size: 18px;
}

#detail .work ul {
	margin-bottom:30px
}

#detail .work ul li {
	margin-bottom:3px
}

#detail .work ul li strong {
	display:inline-block;
	color:#fff;
	width:180px;
	padding:2px;
	margin-right:10px;
	text-align:center;
	border-radius:5px
}

#detail .work .ca01 strong {
	background:#388ab5;
}

#detail .work .ca02 strong {
	background:#68772a;
}

#detail .work .ca03 strong {
	background:#bd8e3d;
}

#detail .work .ca04 strong {
	background:#846796;
}

#detail .work img {
	margin:15px 0 5px
}

#detail .work p span {
	display:block;
	font-size:13px;
	text-align:right
}

#detail .work_category h4 {
	width: 100%;
	border-left: none;
	color:#fff;
	text-align:center;
	font-size: 25px;
	line-height: 1;
	font-weight: 100;
	margin: 0 auto;
	padding: 10px 0 5px;
}

#detail .work_category h4.ca01 {
	background:#388ab5;
}

#detail .work_category h4.ca02 {
	background:#68772a;
}

#detail .work_category h4.ca03 {
	background:#bd8e3d;
}

#detail .work_category h4.ca04 {
	background:#846796;
}

#detail .work_category .category01 {
	background:#fdf9e8;
	border:1px solid #e6dbb2;
	padding:25px 30px;
	margin-bottom:30px
}

#detail .work_category .work01 {
	background:#fff;
	margin: 0 auto 25px;
	padding:20px 25px;
	border: solid 1px #ccc;
	border-radius:10px
}

#detail .work_category .work01 h5 {
	padding: 12px 0 7px;
	margin:0;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	color: #333;
	font-weight:bold:
}

#detail .work_category .ca01 h5 {
	border: solid 1px #a7c9da;
	border-radius:10px;
	background: #d1e5ef;
}

#detail .work_category .ca02 h5 {
	border: solid 1px #c3d08d;
	border-radius:10px;
	background: #e5ebcc;
}

#detail .work_category .ca03 h5 {
	border: solid 1px #e1ceae;
	border-radius:10px;
	background: #f0e4ce;
}

#detail .work_category .ca04 h5 {
	border: solid 1px #d3c2dc;
	border-radius:10px;
	background: #eee6f2;
}

#detail .work_category .work01 h5:before {
	content: '●';
	margin-right:5px;
}

#detail .work_category .work01 h5:after {
	content: '●';
	margin-left:5px;
}

#detail .work_category .ca01 h5:before,
#detail .work_category .ca01 h5:after {
	color:#388ab5;
	border-radius:15px
}

#detail .work_category .ca02 h5:before,
#detail .work_category .ca02 h5:after {
	color:#68772a;
}

#detail .work_category .ca03 h5:before,
#detail .work_category .ca03 h5:after {
	color:#bd8e3d;
}

#detail .work_category .ca04 h5:before,
#detail .work_category .ca04 h5:after {
	color:#846796;
}

#detail .work_category .work01 h6 {
	width:20%;
	display:inline-block;
	border-radius:60px;
	padding:10px 0 8px;
	margin:20px 0 15px;
	font-size: 15px;
	line-height: 1;
	color:#fff;
	font-weight:bold;
	text-align:center
}

#detail .work_category .ca01 h6 {
	background:#388ab5;
}

#detail .work_category .ca02 h6 {
	background:#68772a;
}

#detail .work_category .ca03 h6 {
	background:#bd8e3d;
}

#detail .work_category .ca04 h6 {
	background:#846796;
}

#detail .work_category .work01 p {
	margin:0;
	font-size: 15px;
	line-height: 26px;
}

#detail .work_category .work01 .sm01 {
	display:inline-block;
	vertical-align:top;
	font-size: 11px;
	line-height: 1;
	padding:1px
}

#detail .work_category .work01 .sm02 {
	font-size: 14px;
	line-height: 1.4;
	padding:1em 0 0.5em
}

#detail .work_category .work01 ul {
	margin:0 0;
	padding:0 0 0 30px
}

#detail .work_category .work01 li {
	font-size: 15px;
	line-height: 26px;
	list-style: none;
}

#detail .work_category .work01 li:before {
	content: '■';
	margin-right:5px;
	margin-left:-30px;
}

#detail .work_category .ca01 li:before {
	color:#388ab5;
}

#detail .work_category .ca02 li:before {
	color:#68772a;
}

#detail .work_category .ca03 li:before {
	color:#bd8e3d;
}

#detail .work_category .ca04 li:before {
	color:#846796;
}

/* ---------------------------------------------------------
	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 p.center a {
	background: #ddd;
}

/* 各サムネイル */
#index .box {
	display: flex;
	justify-content: space-between;
}

/* --サムネイル囲み枠 */
#index .box .inbox {
	width: 486px;
	border: 5px solid #e8eefc;
	margin: 0 0 28px;
}
/* --サブタイトル */
#index .sbttl{
	background: #8490d5;
	padding:20px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height:1;
	margin:20px;
}

#index .sbttl span:nth-child(1){
	background: #e9eaec;
	color: #8490d5;
	padding:0 4px;
	font-weight:bold;
	margin-right:10px
}

#index .text{
	margin:20px 20px 30px;
	font-size:15px;
}

#index .text img{
	float:left;
	margin-right:15px
}

#index .box .inbox .link {
	line-height: 74px;
	padding: 14px 20px;
	background: #bdccee;
	text-align: center;
}
#index .box .inbox .link a {
	display: block;
	padding:18px 0;
	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: 15px;
}

#index .btn {
	text-align: center;
}

#index .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 48px;
	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;
	line-height: 48px;
	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);
}

