@charset "UTF-8";

/***********************
 *css/index.css
 *index.html
***********************/

/* !guide
----------------------------------------------------------- */
#guide {
}

ul.guideList li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 3px;
}
ul.guideList li:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "・";
	width: 1em;
	height: 1em;
}
#guide .guideBox01 {
	margin-bottom: 26px;
}
#guide .guideBox01 h3 {
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}
#guide .guideBox01 .col {
	padding: 15px;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#guide .guideBox01 figure {
	margin: 0 auto 10px;
	text-align: center;
}

#guide .guideBox02 {
	margin-top: 0;
	background-color: #fff;
}
#guide .guideBox02 .col {
	padding: 0 15px 15px;
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:480px) {
	ul.guideList li {
		margin-bottom: 6px;
	}
	#guide .guideBox01 .col {
		margin-bottom: 10px;
	}
	#guide .guideBox01 .col:last-child {
		margin-bottom: 0;
	}
	#guide .guideBox02 {
		padding-top: 10px;
	}
}

/* !faq
----------------------------------------------------------- */
#faq {
}

.faqListWrapper dl {
	border-bottom: 1px dashed #adb6bc;
}
.faqListWrapper dt {
	padding: 8px 10px 8px 24px;
	font-size: 16px;
	background: url(../img/icon_ya_right.png) no-repeat left 6px center;
	cursor: pointer;
}
.faqListWrapper dt:hover {
}
.faqListWrapper dt.active {
	background: url(../img/icon_ya_down.png) no-repeat left 6px center;
}
.faqListWrapper dd {
	display: none;
	padding: 0 10px 8px 45px;
}
.faqListWrapper dd.active {
}
.faqListWrapper dd p {
	font-size: 14px;
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:480px) {
}

strong.text-icon-new {
	margin-top: -3px;
	display: inline-block;
	background: #df002c;
	padding: 1px 5px;
	margin-left: 5px;
	vertical-align: middle;
	font-size: 0.6em;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
}
