@charset "utf-8";

/* パチンコ店アルバイトってどんな仕事？職種別の仕事内容を紹介 */

.rich-list.pt01:before {
    height: 294px;
}
.rich-section__head-lower {
    line-height: 36px;
    font-size: 2rem;
}

.rich-content-box__cmnt.pt01 {
    margin-top: 20px;
}
.rich-content-box__cmnt.mb15 {
    margin-bottom: 15px;
}
.rich-content__head.pt01 {
    height: 90px;
}
.rich-content__head-text.rich-content__head-text--5,
.rich-content__head-text.rich-content__head-text--6 {
    line-height: 38px;
}
.rich-content-box__cmnt.pt02.mt0 {
    margin-top: 0;
}

.rich-content-box__cmnt {
	background-color: #f2f2f2;
	border-radius: 10px;
	padding: 10px 15px;
	margin-top: 20px;
	display: block;
    font-weight: bold;
}

.rich-content-box__text.mt20 p {
    margin-top: 20px;
}

/* 目次 */
#toc_box li,
#toc_box ul { 
	margin: 0;
	padding: 0;
	line-height: 1.8;
	text-decoration: underline;
}
#toc_box {
    display: block;
    margin: 30px auto 60px;
    width: 85%;
    padding: 16px;
    border: solid 1px #ccc;
    outline: solid 2px #ccc;
    outline-offset: 1px;
}
#toc_box p {
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
}
#toc_box ul ul {
	margin-left: 1.5em;
}
/* 

.textlink_area a{
	text-decoration: underline;
}