@charset "UTF-8";
@import url("/css/initialize.css");
@import url("/css/general.css");
@import url("/css/parts.css");
@import url("/css/margin.css");

.service-title {
	font-size: 168.71%;
	background-color: #0f489c;
	color: #fff;
	text-align: center;
	padding: 20px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
}
.pic02 { width: 434px; }
.arrow { width: 35px; }
.flow-title {
	font-size: 158.71%;
	background-color: #eee;
	text-align: center;
	padding: 16px;
	font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
}
/* --------------------------------
	support-title
-------------------------------- */
.support-title {
	font-size: 158.71%;
	text-align: center;
	padding: 20px 0 20px;
	color: #003c96;
	font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
}
.support-title:after {
	content: '';
	display: block;
	height: 2px;
	width: 20%;
	position: absolute;
	margin-top: 18px;
	left: 40%;
	background: #003c96;
}














.question,
.answer {
	background-color: #407dbc;
	color: #fff;
	padding: 8px 12px;
    font-size: 148.71%;
}
.answer {
	background-color: #e60012;
    margin: 20px 40px 20px 10px;
}
#main .question-title {
	margin-top: 15px;
    font-size: 122.71%;
    font-family: "FP-ヒラギノ角ゴ ProN W6", "FP-HiraKakuProN-W6";
}
#main .question-detail {
    font-size: 108.71%;
}
ul.faq_ul li {
	text-align: center;
}
ul.faq_ul .desc {
	display: table-cell;
	padding: 6px 8px;
}
ul.faq_ul h4 {
    padding: 20px 40px 20px 10px;
    font-size: 108%;
    text-align: center;
    cursor: pointer;
    position: relative;
}
ul.faq_ul h4:hover {
	background-color: #fafafa;
}
ul.faq_ul h4:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  margin-top: -8px;
  background: #407dbc;
}
ul.faq_ul h4:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  margin-top: -8px;
  background: #407dbc;
}
ul.faq_ul > li {
	border-bottom: 1px dotted #ccc;
}
ul.faq_ul h4.active:before {
  margin-top: -8px;
}

ul.faq_ul h4.active:after {
  margin-top: -3px;
  background: none;
}
ul.faq_ul li {
    padding: 20px 10px 10px 10px;
}
ul.faq_ul li a {
    position: relative;
    display: block;
}
ul.faq_ul li.on-link a {
    display: inline;
}
.d-seibetsu-title {
	font-size: 132%;
	color: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #ff9900;
	font-family: "FP-ヒラギノ丸ゴ StdN W5", "FP-HiraMaruStdN-W5";
}
.men {
	background-color: #a7c54a;
}
ul.faq_ul li .d-case-s-title {
	font-size: 132%;
	text-align: center;
	margin-bottom: 8px;
	font-family: "FP-ヒラギノ丸ゴ StdN W5", "FP-HiraMaruStdN-W5";
}
#main ul.faq_ul li .answer-box {
	padding: 15px;
	text-align: center;
	margin-top: 20px;
	font-size: 108.71%;
	background-color: #fef1f1;
}
.pickup-list {
	background-color: #fafafa;
	display: block;
	text-align: left;
	padding: 10px 20px;
	margin-top: 10px;
}

/* PC SIZE */
@media screen and (min-width: 980px){
	.back-images-block {
		background: url('/images/unwanted-item/img-catch-pc.png') no-repeat top center;
		height: 380px;
	}
	.catch2 { background: url('/images/unwanted-item/img-catch2-pc.png') no-repeat top center; }
}
/* SMARTPHONES SIZE */
@media screen and (max-width: 980px){
}
@media screen and (max-width: 480px){
}