@charset "UTF-8";

h2.pickup .value {
	margin-top:20px;
}

.index-bx ul li{
      display:inline-block;
      background:#006699;
      border-radius:5px;
      color:#fff;
      width:310px;
      padding:10px 10px 10px 50px;
      margin:5px 2% 10px 0;
      position:relative;
}
.index-bx ul li:nth-child(even) {
      margin:5px 0 10px 2%;
}
.index-bx ul li::before {
	content: "";
	background: transparent url(../img/phimotic/question/icon-q-white.png) no-repeat scroll;
	position: absolute;
	top: 61%;
	left: 10px;
	margin-top: -15px;
	width: 24px;
	height: 24px;
	background-size: 100%;
}
.index-bx ul li a{
     color:#fff;
     display:block;
}
.index-bx ul li:hover {
     opacity:0.8;
}
.cont-bx {
	background:#F3F3F3;
	padding:10px;
	margin:10px 0;
}
.cont-bx li {
	padding:5px 0 5px 34px;
	border-bottom:1px dashed #ccc;
	position:relative;
}
.cont-bx li a {
       display:block;
}
.cont-bx li::before {
	content: "";
	background: transparent url(../img/phimotic/question/icon-q.png) no-repeat scroll;
	position: absolute;
	top: 61%;
	left: 5px;
	margin-top: -15px;
	width: 24px;
	height: 24px;
	background-size: 100%;
}
.question dt {
	position:relative;
	padding:10px 0 10px 40px;
	background:#e6e5e5;
}
.question dt::before {
	content: "";
	background: transparent url(../img/phimotic/question/icon-q.png) no-repeat scroll;
	position: absolute;
	top: 22px;
	left: 5px;
	margin-top: -15px;
	width: 28px;
	height: 28px;
	background-size: 100%;
}

.question dd {
	position:relative;
	padding:10px 0 10px 40px;
	margin-bottom:15px;
}

.question dd::before {
	content: "";
	background: transparent url(../img/phimotic/question/icon-a.png) no-repeat scroll;
	position: absolute;
	top: 25px;
	left: 5px;
	margin-top: -15px;
	width: 28px;
	height: 28px;
	background-size: 100%;
}
.question dd p , .question dd ul {
	margin-bottom:10px;
}
.question dd li a {
	font-size:14px;
	padding-left: 8px;
	background: url(../common/img/arrow/arrow_triangle_right_blue.gif) no-repeat left center;
}