@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .pc {
	display:none;
}

#detail h3 {
	margin-bottom: 15px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail h4 {
	margin-bottom: 10px;
	padding: 1px 10px 3px;
	border-left: solid 5px #808fbb;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail strong {
	font-weight: 100;
	color: #ff530a;
}

#detail p {
	margin-bottom: 15px;
}

#detail p.tips {
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 15px 5px 12px;
	padding-left: 30px;
	border: solid 1px #f29f0a;
	background: url(/faq/include/images/icon.png) no-repeat 10px 14px;
	background-size: 16px auto;
	text-align: left;
	font-weight: 100;
	line-height: 1.2;
}

#detail dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: solid 1px #ccc;
}

#detail .find:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#detail dt {
	padding: 5px 10px;
	border-bottom: solid 1px #ccc;
	background: #808fbb;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
}

#detail dd {
	padding: 10px 10px 0;
}

#detail dd li {
	margin-left: 16px;
	list-style: disc;
}

#detail dd a {
	display: inline-block;
	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 .work ul {
	margin-bottom:20px
}

#detail .work ul li {
	margin-bottom:3px
}

#detail .work ul li strong {
	display:block;
	color:#fff;
	padding:2px;
	margin-bottom:3px
}

#detail .work .ca01 strong {
	background:#388ab5;
	text-align:center;
}

#detail .work .ca02 strong {
	background:#68772a;
	text-align:center
}

#detail .work .ca03 strong {
	background:#bd8e3d;
	text-align:center
}

#detail .work .ca04 strong {
	background:#846796;
	text-align:center
}

#detail .work img {
	width:100%;
	margin:2% 0
}

#detail .work p span {
	display:block;
	font-size:13px;
	text-align:center
}


#detail .work_category h4 {
	width: 100%;
	border-left: none;
	color:#fff;
	text-align:center;
	font-size: 18px;
	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:2%;
}

#detail .work_category .work01 {
	background:#fff;
	margin: 0 auto 3%;
	padding:3%;
	border: solid 1px #ccc;
	border-radius:10px
}

#detail .work_category .work01 h5 {
	padding: 2%;
	margin:0;
	text-align: center;
	font-size: 16px;
	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 span {
	display:block;
	border-radius:60px;
	padding:10px 0 8px;
	margin:20px auto 15px;
	font-size: 15px;
	line-height: 1;
	color:#fff;
	font-weight:bold;
	text-align:center
}

#detail .work_category .ca01 span {
	background:#388ab5;
}

#detail .work_category .ca02 span {
	background:#68772a;
}

#detail .work_category .ca03 span {
	background:#bd8e3d;
}

#detail .work_category .ca04 span {
	background:#846796;
}

#detail .work_category .work01 p {
	margin:0;
	font-size: 15px;
	line-height: 26px;
}

#detail .work_category .work01 ul {
	margin:0 0 0 1em;
}

#detail .work_category .work01 li {
	font-size: 15px;
	line-height: 22px;
	list-style: none;
	text-indent:-0.6em;
	margin-bottom:3px
}

#detail .work_category .work01 li:before {
	content: '■';
	margin-right:0.3em;
	margin-left:-0.3em;
}

#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 h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#index p {
	margin-bottom: 20px;
}

#index ol {
	margin-bottom: 20px;
	padding: 15px 10px 10px;
	border: solid 1px #ccc;
}

#index ol li {
	margin-left: 20px;
	list-style: decimal;
	line-height: 1.4;
}

#index ol li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	padding: 0 0 10px;
}

#index .btn {
	margin-bottom: 40px;
	text-align: center;
}

#index .btn a {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	padding-right: 10px;
	padding-left: 50px;
	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;
	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_sp.png) no-repeat 0 0;
	background-size: 26px auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#index .po_check {
	width: 100%;
	text-align: left;
	background:#fcf9e8;
	border: 1px solid #e7dbb1;
	padding:20px 10px 10px;
	margin-bottom:20px;
	border-radius:5px;
}
@keyframes click-wave {
	0% {
		position: relative;
		width: 30px;
		height: 30px;
		opacity: 0.35;
	}
	100% {
		width: 140px;
		height: 140px;
		margin-top: -60px;
		margin-left: -60px;
		opacity: 0;
	}
}

#index .po_check .option-input02 {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #cf5433;
	border: 3px solid #868cbc;
	outline: none;
	background: #fff;
	-webkit-appearance: none;
	        appearance: none;
	border-radius:5px;
}

#index .po_check .option-input02:hover {
	background: #c7cae3;
}

#index .po_check .option-input02:checked {
	background: #fff;
}

#index .po_check .option-input02:checked::before {
	font-size: 40px;
	line-height: 1;
	position: absolute;
	margin-top:-12px;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: '✔';
	text-align: center;
}

#index .po_check .option-input02:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave 0.65s;
	        animation: click-wave 0.65s;
	background: #868cbc;
	border-radius:100px
}

#index .po_check label {
	vertical-align:middle;
	line-height: 40px;
	display: inline-block;
	width:13%
}

#index .po_check p  {
	margin:10px;
	text-align:center
}

#index .po_check h4 {
	display: flex;
	align-items: center;
	margin-bottom:20px;
	font-size:16px;
}

#index .po_check h4 span {
	color:#fff;
	background:#a69d79;
	border-radius:30px;
	padding:5px 100px 3px;
}

#index .po_check h4:before,.po_check h4:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #a69d79;
	display: block;
}

#index .po_check li span  {
	vertical-align:middle;
	display: inline-block;
	width:87%
}

#index .po_check li {
	border: 1px solid #ccc;
	padding:8px 10px;
	margin-bottom:8px;
	background: #fff;
	font-size:16px;
	border-radius:5px;
}

#index .po_check li strong {
	color:#ce5434
}

#index .po_check li .small {
	font-weight:100;
	color:#333;
	font-size:13px;
}

#index .point_link {
	padding:10px;
	border:1px solid #ccc;
	margin-top:15px;
	border-radius:5px;
}

#index .point_link h5 {
	border-radius:5px;
	color:#fff;
	font-weight: 100;
	font-size: 16px;
	line-height:18px;
	padding:5px 5px 3px;
	margin-bottom:10px
}

#index .point_link .p_sb01 {
	background:#5998b2;
}

#index .point_link .p_sb02 {
	background:#60ab90;
}

#index .point_link .p_sb03 {
	background:#a66ebe;
}

#index .po_check .mk01:before,.point_link .mk01:before {
	content: '■';
	margin-right:8px;
	color:#5998b2;
}

#index .po_check .mk02:before,.point_link .mk02:before {
	content: '■';
	margin-right:8px;
	color:#60ab90;
}

#index .po_check .mk03:before,.point_link .mk03:before {
	content: '■';
	margin-right:8px;
	color:#a66ebe;
}
