@charset "utf-8";

/* price.css：SP
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
/* button */
.button {
	background: #ffffff;
	margin: 30px auto;
	text-align: center;
	width: 56%;
}
.button a {
	border: 1px solid #dadada;
	padding: 10px 0;
}
/* attention */
#subPage #content .attention ul {
    list-style: none;
}
#subPage #content .attention li {
    margin: 0 0 0 0.7em;
    text-indent: -0.7em;
}
#subPage #content .attention li:before {
    background: url(../images/listmark.png) no-repeat left center;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 6px;
    margin: 0 0.2em 0 0;
    vertical-align: 0.2em;
    width: 6px;
}

/* itemList */
#subPage #content .itemList ul {
    border-top: 1px solid #dddddd;
    list-style: none;
    margin: 3.5em 0 0 0;
}
#subPage #content .itemList ul li {
    border-bottom: 1px solid #dddddd;
    font-size: 1.4rem;
}
#subPage #content .itemList ul li {
    border-bottom: 1px solid #dddddd;
    font-size: 1.4rem;
}
#subPage #content .itemList ul li p {
    background: #f0f0f0;
    color: #d6809a;
    padding: 0.5em 15%;
    position: relative;
}
#subPage #content .itemList ul li p:before,
#subPage #content .itemList ul li p:after {
    content: '';
    margin: auto;
    position: absolute;
    top: 0; bottom: 0; right: 15%;
    vertical-align: middle;
}
#subPage #content .itemList ul li p:before {
    border: 1px solid #d6809a;
    height: 12px;
    border-radius: 50%;
    width: 12px;
}
#subPage #content .itemList ul li p:after {
    border-top: 1px solid #d6809a;
    border-right: 1px solid #d6809a;
    top: -1px; right: 16.5%;
    width: 3px;
    height: 3px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#subPage #content .itemList ul li p.active:after {
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#subPage #content .itemList ul li ul {
    margin: 0;
}
#subPage #content .itemList ul li ul li {
    border-bottom: none;
}
#subPage #content .itemList ul li ul li a {
    color: #736357;
    padding: 0.6em 15%;
}
#subPage #content .itemList ul li ul li + li a {
    border-top: 1px solid #dddddd;
}
#subPage #content .itemList ul li ul li a:after {
    border: none;
    border: 4px solid #da809e;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    content: '';
    margin-top: -2px;
    position: absolute;
    top: 50%; right: 15%; bottom: auto;
}
