@charset "utf-8";

/* 大学生がバイトを辞める理由・例文を紹介！どう切り出すべき？円満退職のポイントとは */

.spOnly {
    display: none;
}

.rich-list.pt01:before {
    height: 294px;
}
.rich-section__head-lower {
    line-height: 36px;
    font-size: 2rem;
}

.rich-content-box__text.mt25 {
    margin-top: 25px;
}

.rich-content-box__cmnt.pt01 {
    margin-top: 20px;
}
.rich-content-box__cmnt.mb15 {
    margin-bottom: 15px;
}
/*.rich-content__head.pt01 {
    height: 90px;
}*/
.rich-content-box__cmnt.pt02.mt0 {
    margin-top: 0;
}

/*CTA*/
.s_cta {
    margin: 30px auto 20px;
    padding: 20px 0;
    text-align: center;
    background-color: #F4F4F4;
    color: #5C5C5C;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.s_cta p {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 12px;
}
.s_cta span.red {
    color: #f43e3e;
}
.s_cta a {
    display: block;
    width: 354px;
    margin: 0 auto;
    padding: 20px 0 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #61c650;
    border-radius: 30px;
    box-shadow: 0 3px 0 #57ad45;
    position: relative;
}
.s_cta a:hover {
    opacity: 0.7;
}
.s_cta a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m_cta{
	position: relative;
}
.m_cta a {
	display: block;
	width: 392px;
	margin: 0 auto;
	padding: 22px 0 18px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #61c650;
	border-radius: 30px;
	box-shadow: 0 4px 0 #57ad45;
	position: absolute;
	left: 32px;
	top: 134px;
}
.m_cta a:hover{
	opacity: 0.8;
}
.m_cta a::after{
	content: "";
	position: absolute;
	right: 30px;
	top: 24px;
	width: 9px;
	height: 9px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m_cta.lsize {
    margin-top: 40px;
}
.m_cta.lsize a{
	display: block;
	width: 392px;
	margin: 0 auto;
	padding: 22px 0 18px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: #61c650;
	border-radius: 30px;
	box-shadow: 0 4px 0 #57ad45;
	position: absolute;
	left: 32px;
	top: 142px;	
}
.m_cta.lsize a:hover{
	opacity: 0.8;
}
