@charset "utf-8";

/*-------------------------------------------------------------------
    * terms.css
    * site name : チャンスイット　スマホ
    * description : 利用規約ページ指定
    * import : web/sp/terms.jsp
-------------------------------------------------------------------*/

/* ---------------------------------------contents */
#personal_terms {
	text-align: left;
}
#personal_terms h1 {
    border-bottom: 1px solid #bebebe;
    font-size:17px;
    font-weight: bold;
    text-align: left;
    padding: 8px 0 6px 38px;
    background: url(../img/icon/title/ico_important.png) no-repeat 4px 0;
    background-size: 32px auto;
}
.cikiyaku-contents h2{
    padding:10px;
    border-bottom: none;
    background: #6C6C6C;
    color: #fff;
    font-weight: bold;
    font-size:14px;
    text-align: left;
}
.cikiyaku-contents h3 {
    padding:10px;
    border-bottom: none;
    background: #eee;
    color: #555;
    font-weight: bold;
    font-size:14px;
    text-align: left;
}

.cikiyaku-contents p {
	margin:20px 15px;
}

.cikiyaku-contents ol {
	list-style: decimal;
    padding: 0 15px;
    margin:20px;
}

.cikiyaku-contents ol ol {
	list-style: lower-latin;
    padding: 0 15px;
    margin:0 0 20px;
}

.cikiyaku-contents ol li {
	margin: 0 0 5px;
}

.cikiyaku-contents ol p {
	margin: 0 0 5px;
}

.cikiyaku-contents p.corp {
	 margin:0 20px 20px;
}

/* 閉じるボタン */
.btn-close a{
    text-align:center;
    text-decoration:none;
    display:block;
    background:#44ba90;
    margin:40px 20px;
    color:#fff;
    padding:16px 10px;
    border:none;
    box-shadow: 0px 1px 3px #cec4b9;
    border-radius:5px;
    font-size:1.2rem;
}
