@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 60px;
}

#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: 20px;
	padding: 6px 5px 10px 5px;
	border-bottom: dotted 3px #ccc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#index p {
	margin-bottom: 20px;
}

#index .box {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 5px #e8eefc;
}

#index .box p.f_left {
	width: 190px;
	margin-bottom: 0;
	text-align: center;
}

#index .box p.f_left img {
	width: 120px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
}

#index .box p.f_left span {
	display: block;
	font-size: 18px;
	color: #fd6d16;
}

#index .box p.f_left sup {
	display: block;
	font-size: 14px;
}

#index .box .f_right {
	width: 740px;
}

#index .box ol {
	height: 70px;
}

#index .box ol li {
	margin-bottom: 0;
	padding-left: 24px;
	background: url(../images/icon.png) no-repeat left;
	background-size: 18px auto;
	font-size: 15px;
	line-height: 2;
}

/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	text-align: right;
}

#index .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 220px;
	height: 48px;
	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-align: center;
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#index .btn 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 index > faq accordion
--------------------------------------------------------- */
#index #faq_accordion {
	width:1000px;
	margin:0 auto 50px;
}

#index #faq_accordion .transition, p.a, ul li i:before, ul li i:after {
	transition: all 0.25s ease-in-out;
}

#index #faq_accordion .flipIn, h1, ul li {
	animation: flipdown 0.5s ease both;
}

#index #faq_accordion .no-select, p.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;
}

#index #faq_accordion p.a {
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	max-height: 800px;
	opacity: 1;
	transform: translate(0, 0);
	z-index: 2;
	font-size: 16px;
	line-height: 30px;
	margin:0;
	padding-top:5px
}

#index #faq_accordion p.a span {
	display:block;
	padding:30px;
	border:5px solid #dfe0f3;
	margin:-20px 0 20px
}

#index #faq_accordion p.q:before {
	content: "Ｑ";
	background:#8b88bb;
	padding:5px 10px;
	color:#fff;
	margin-right:15px;
	border-radius:50px;
	font-size:20px;
	font-weight:bold;
}

#index #faq_accordion p.a:before {
	content: "Ａ";
	background:#dfe0f3;
	padding:5px 10px;
	color:#8b88bb;
	margin-right:15px;
	border-radius:50px;
	font-size:20px;
	font-weight:bold;
}

#index #faq_accordion ul {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 0 0 40px;
}

#index #faq_accordion ul li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-top: 1px;
	border-top: 1px solid #ccc;
}

#index #faq_accordion ul li:nth-of-type(1) {
	animation-delay: 0.5s;
}

#index #faq_accordion ul li:nth-of-type(2) {
	animation-delay: 0.75s;
}

#index #faq_accordion ul li:nth-of-type(3) {
	animation-delay: 1s;
}

#index #faq_accordion ul li:last-of-type {
	padding-bottom: 0;
}

#index #faq_accordion ul li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin:28px 20px 0;
	right: 0;
}

#index #faq_accordion ul li i:before, ul li i:after {
	content: "";
	position: absolute;
	background-color: #837755;
	width: 3px;
	height: 9px;
}

#index #faq_accordion ul li i:before {
	transform: translate(-2px, 0) rotate(45deg);
}

#index #faq_accordion ul li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}

#index #faq_accordion ul li input[type=checkbox] {
	 position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

#index #faq_accordion ul li input[type=checkbox]:checked ~ p.a {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

#index #faq_accordion ul li input[type=checkbox]:checked ~ i:before {
	transform: translate(2px, 0) rotate(45deg);
}

#index #faq_accordion ul li input[type=checkbox]:checked ~ i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .section {
	margin-bottom: 60px;
}

#detail h3 {
	margin-bottom: 20px;
	padding: 6px 5px 10px 5px;
	border-bottom: dotted 3px #ccc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#detail p {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
	CSS Document detail > box
--------------------------------------------------------- */

#detail .box {
	margin-bottom: 20px;
	padding: 10px 30px 10px 10px;
	border: solid 5px #e8eefc;
}

#detail .box p.f_left {
	width: 190px;
	margin-bottom: 0;
	text-align: center;
}

#detail .box p.f_left img {
	width: 140px;
	margin-bottom: 5px;
}

#detail .box p.f_left span {
	display: block;
	font-size: 18px;
	color: #fd6d16;
}

#detail .box p.f_left sup {
	display: block;
	font-size: 14px;
}

#detail .box .f_right {
	width: 740px;
	padding: 20px 0;
}

#detail .box ol {
	height: 70px;
}

#detail .box ol li {
	margin-bottom: 0;
	padding-left: 24px;
	background: url(../images/icon.png) no-repeat left;
	background-size: 18px auto;
	font-size: 15px;
	line-height: 2;
}

/* ---------------------------------------------------------
	CSS Document detail > faq
--------------------------------------------------------- */

#detail .faq {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ccc;
}

#detail .answer {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ccc;
	background: rgba(232, 238, 252, 0.4);
}

#detail .block p.face {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 0;
	text-align: center;
}

#detail .block p.face img {
	width: 80px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	border: solid 5px #e8eefc;
	background: #fff;
}

#detail .block .comment {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 75%;
}

/* ---------------------------------------------------------
	CSS Document detail > faq
--------------------------------------------------------- */

#detail h4 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #808ebd;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail .list li {
	margin-bottom: 0;
	padding-left: 12px;
	position: relative;
}

#detail .list li:after {
	content: "";
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #fd6d16;
	position: absolute;
	top: 7px;
	left: 0;
}