@charset "utf-8";

/* -------------------------------------------------- */


/* よくある質問ページ */


/* -------------------------------------------------- */


/* contents */


/* -------------------------------------------------- */

#faqSe1 {
	width: 90%;
	margin: 0 auto 8%;
	font-size: 108%;
	color: #666666;
	line-height: 1.625;
	overflow: hidden;
}

#faqSe1 h2 {
	background-image: url(../img/pc_faq_img4.png);
	background-position: right 20px bottom 50%;
	background-repeat: no-repeat;
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	margin-bottom: 5%;
	border-top: 1px #da2805 solid;
	border-left: 1px #da2805 solid;
	border-right: 1px #da2805 solid;
	border-bottom: 1px #da2805 solid;
	position: relative;
	padding: 1% 2%;
}

#faqSe1 h2.active {
	background-image: url(../img/pc_faq_img3.png);
	background-position: right 20px bottom 50%;
	background-repeat: no-repeat;
}

.faqtoggleText {
	display: none;
}

#faqSe1 h2 img {
	position: absolute;
	right: 20px;
	top: 19px;
}

#faqSe1 h2 a {
	color: #da2805;
	display: block;
	vertical-align: top;
}

#faqSe1 p {
	font-size: 100%;
	color: #666666;
	line-height: 1.625;
	padding: 0 0 8% 40px;
}

.faq_toggle h2 a span {
	background: url(../img/pc_faq_img1.png) 0 50% no-repeat;
	padding: 3% 15%;
	display: inline-block;
}

.faqA {
	background: url(../img/pc_faq_img2.png) 0 50% no-repeat;
	display: block;
	float: left;
	height: 33px;
	margin-right: 10px;
	text-indent: -9999px;
	width: 33px;
}

.faqtoggleText {
	margin: 0 2%;
}

.faqtoggleText span {
	margin-right: 9px;
}

#faqSe1 p a {
	color: #da2805;
}

#faqSe1 p a:hover,
#faqSe1 p a:active {
	color: #666666;
}


/*--------------タグ--------------*/

#begiSe2 {
	width: 90%;
	margin: 0 auto;
}

#begiSe2 li {
	display: block;
	margin-bottom: 20px;
}

#begiSe2 li a {
	width: 100%;
	display: inline-block;
	position: relative;
	background-color: transparent;
	border: 1px solid #da2805;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

#begiSe2 li a:before,
#begiSe2 li a:after {
	width: 100%;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	background-color: #da2805;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#begiSe2 li a:before {
	top: 0;
}

#begiSe2 li a:after {
	bottom: 0;
}

#begiSe2 li a:hover:before,
#begiSe2 li a:hover:after {
	height: 50%;
}

#begiSe2 li p {
	display: inline-block;
	margin-bottom: 0;
}

#begiSe2 li span {
	height: 58px;
	display: table-cell;
	position: relative;
	z-index: 5;
	vertical-align: middle;
	font-size: 167%;
	font-weight: bold;
	color: #da2805;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#begiSe2 li a:hover span {
	color: #FFFFFF;
}

#begiSe2 li p:after {
	width: 6px;
	height: 11px;
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	right: 15px;
	z-index: 5;
	background: url(../img/pc_top_icon28.png) 94.5% center no-repeat;
}

#begiSe2 li a:hover p:after {
	background-image: url(../img/pc_top_icon28_2.png);
}