@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .section {
	margin-bottom: 60px;
}

#detail .section:last-child {
	margin-bottom: 0;
}

#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 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail em {
	color: #fd6d16;
}

#detail p {
	margin-bottom: 20px;
}

#detail p:last-child {
	margin-bottom: 0;
}

#detail dl {
	margin-bottom: 20px;
}

#detail dt {
	padding-left: 20px;
	font-size: 16px;
	line-height: 2;
	position: relative;
}

#detail dt:before {
	content: 'Q.';
	position: absolute;
	top: 0;
	left: 0;
}

#detail dd {
	padding: 20px;
	border: solid 5px #e8eefc;
}

#detail dd ol,
#detail dd ul {
	margin-bottom: 20px;
}

#detail dd ol:last-child,
#detail dd ul:last-child {
	margin-bottom: 0;
}

#detail dd ul li {
	margin-left: 18px;
	list-style: disc;
}

#detail dd ol li {
	margin-left: 24px;
	list-style: decimal;
}

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 40px;
}

#index 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;
}

#index h4 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#index ol {
	margin-bottom: 20px;
}

#index ol li {
	padding-left: 20px;
	line-height: 2;
	position: relative;
}

#index ol li:before {
	content: 'Q.';
	position: absolute;
	top: 0;
	left: 0;
}

#index .a_txt01 ol,
#index .a_txt01 ul {
	margin-bottom: 20px;
}

#index .a_txt01 ol li {
	margin-left: 30px;
	list-style: decimal;
	line-height: 1.5;
	border:none;
}

#index .a_txt01 ol li:before {
	content: '';
}

#index .a_txt01 h4 {
	font-size:16px
}

#index em {
	color: #fd6d16;
}

/* ---------------------------------------------------------
	CSS Document index > faq accordion
--------------------------------------------------------- */
/* faq_navi */
#index .faq_navi {
	background:#f7f7f7;
	padding:10px;
	border:2px solid #ccc;
	text-align:center;
	margin-bottom:30px
}

#index .faq_navi ul {
	display:inline-block;
	vertical-align:top;
	width:47%;
	margin:10px;
	text-align:left
}

#index .faq_navi ul li {
	padding:10px 0;
	border-top:1px dotted #333
}

#index .faq_navi ul li.last {
	border-bottom:1px dotted #333
}

#index .faq_navi ul li:before {
	content: '» ';
	top: 50%;
	left: 0;
}

#index .faq_navi ul a {
	text-decoration:none;
}

/* faq accordion */
#faq_accordion {
	width:1000px;
	margin:30px auto 50px;
}

#faq_accordion .transition, div.a, ul li i:before, ul li i:after {
	transition: all 0.25s ease-in-out;
}

#faq_accordion .flipIn, h1, ul li {
	animation: flipdown 0.5s ease both;
}

#faq_accordion .no-select, div.q {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#faq_accordion div.a {
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	opacity: 1;
	transform: translate(0, 0);
	z-index: 2;
	margin:0;
	padding-top:13px
}

#faq_accordion div.a h4 {
	margin-top:30px;
}

#faq_accordion div.a .a_txt01 {
	display:block;
	padding:30px;
	border:5px solid #dfe0f3;
	margin:-20px 0 20px
}

#faq_accordion div.a .a_txt01 p {
	margin:10px 0
}

#faq_accordion div.a .a_txt01 ul {
	margin-top:10px;
}

#faq_accordion div.a .a_txt01 ul li {
	padding:0;
	border:none;
	margin:0 25px 0;
	list-style: disc;
}

#faq_accordion div.q:before {
	content: "Ｑ";
	background:#8b88bb;
	padding:5px 10px;
	color:#fff;
	margin-right:15px;
	border-radius:50px;
	font-size:20px;
	font-weight:bold;
}

#faq_accordion div.a:before {
	content: "Ａ";
	background:#dfe0f3;
	padding:5px 10px;
	color:#8b88bb;
	margin-right:15px;
	border-radius:50px;
	font-size:20px;
	font-weight:bold;
}

#faq_accordion ul {
	perspective: 900;
	padding: 0;
	margin: 0 0 40px;
}

#faq_accordion ul li {
	position: relative;
	padding: 10px 0 0;
	margin:0;
	border-top: 1px solid #ccc;
}

#faq_accordion ul li:nth-of-type(1) {
	animation-delay: 0.5s;
}

#faq_accordion ul li:nth-of-type(2) {
	animation-delay: 0.75s;
}

#faq_accordion ul li:nth-of-type(3) {
	animation-delay: 1s;
}

#faq_accordion ul li:last-of-type {
	padding-bottom: 0;
}

#faq_accordion ul li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin:10px 20px 0;
	right: 0;
}

#faq_accordion ul li i:before, ul li i:after {
	content: "";
	position: absolute;
	background-color: #837755;
	width: 3px;
	height: 9px;
}

#faq_accordion ul li i:before {
	transform: translate(-2px, 0) rotate(45deg);
}

#faq_accordion ul li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}

#faq_accordion ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

#faq_accordion ul li input[type=checkbox]:checked ~ div.a {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

#faq_accordion ul li input[type=checkbox]:checked ~ i:before {
	transform: translate(2px, 0) rotate(45deg);
}

#faq_accordion ul li input[type=checkbox]:checked ~ i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}

#faq_accordion div.a .a_txt01 ul {
	list-style:disc !important
}


/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	margin-bottom: 20px;
	text-align: center;
}

#index .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

#index .btn a {
	display: block;
	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;
}

#index .btn .more 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;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document for_worker
--------------------------------------------------------- */

.for_worker .swiper-button-prev,
.for_worker .swiper-button-next {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
	margin-top: -24px;
}

.for_worker .swiper-button-next {
	background-image: url(/include/images/swiper-button.png);
}

.for_worker .swiper-button-prev {
	background-image: url(/include/images/swiper-button.png);
	transform: scale(-1, 1); /* 左右反転 */
}

.for_worker {
	width:100%;
	background:#eeeeee;
	margin-bottom:-60px;
	padding:40px 0 60px;
	text-align:left
}

.for_worker h5 {
	display: flex;
	width:1000px;
	margin:0 auto 30px;
	align-items: center;
	font-size:18px;
	font-weight:normal;
}

.for_worker h5:before, .for_worker h5:after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #8b88bb;
	display: block;
}

.for_worker h5:before {
	margin-right: 20px;
}

.for_worker h5:after {
	margin-left: 20px;
}

.for_worker .swiper-container {
	width:1012px;
	margin:auto;
}

.for_worker ul {
	width:1000px;
	margin:0 auto 40px;
}

.for_worker ul li {
	display:inline-block;
	vertical-align:top;
	background:#fff;
	width:490px;
	padding:25px;
	border:3px solid #ccc;
	font-size:15px;
	line-height:23px;
}

.for_worker ul li:first-child{
	margin-right:20px
}

.for_worker ul li a {
	display:block;
	margin-bottom:10px;
	line-height:25px;
	font-weight:bold
}

.for_worker ul li img {
	float:left;
	margin-right:25px
}

.for_worker .swiper-slide p{
	background:#fff;
	border-left:7px solid #c0c0c0;
	padding:12px;
	font-size:13px;
	line-height:20px;
	min-height:250px;
	margin:0 6px
}

.for_worker .swiper-slide img {
	float:left;
	margin-bottom:120px;
	margin-right:12px;
}

.for_worker .swiper-slide a{
	display:block;
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
	font-weight:bold
}