/* ==========

個別最適 追加分

==========*/

/*------------------------------------------------------------
赤字
------------------------------------------------------------*/
span.txt_red {
    color: #f00;
}
/*------------------------------------------------------------
青字
------------------------------------------------------------*/
span.txt_blue {
    color: #4080ff;
}
/*------------------------------------------------------------
オレンジ字
------------------------------------------------------------*/
span.txt_orange {
    color: #f72;
}
/*------------------------------------------------------------
緑字
------------------------------------------------------------*/
span.txt_green {
    color: #66cc33;
}
/*------------------------------------------------------------
バイチューなしリード文幅調整
------------------------------------------------------------*/

.rich-list p.rich-list__lead.wide {
    width: 100%;
}

/*------------------------------------------------------------
h4見出し修正
------------------------------------------------------------*/
.accordion_contents .basic__head-text:before {
    position: absolute;
    top: 10px;
    left: 0;
}

/*------------------------------------------------------------
見出し数字追加
------------------------------------------------------------*/

.rich-content-box__head.rich-content-box__head--7:before { background-image: url(/files/user/img/icon/icon_balloon_w_07.png); }
.rich-content-box__head.rich-content-box__head--8:before { background-image: url(/files/user/img/icon/icon_balloon_w_08.png); }
.rich-content-box__head.rich-content-box__head--9:before { background-image: url(/files/user/img/icon/icon_balloon_w_09.png); }
.rich-content-box__head.rich-content-box__head--10:before { background-image: url(/files/user/img/icon/icon_balloon_w_10.png); }
.rich-content-box__head.rich-content-box__head--11:before { background-image: url(/files/user/img/icon/icon_balloon_w_11.png); }
.rich-content-box__head.rich-content-box__head--12:before { background-image: url(/files/user/img/icon/icon_balloon_w_12.png); }
.rich-content-box__head.rich-content-box__head--13:before { background-image: url(/files/user/img/icon/icon_balloon_w_13.png); }
.rich-content-box__head.rich-content-box__head--14:before { background-image: url(/files/user/img/icon/icon_balloon_w_14.png); }
.rich-content-box__head.rich-content-box__head--15:before { background-image: url(/files/user/img/icon/icon_balloon_w_15.png); }
.rich-content-box__head.rich-content-box__head--16:before { background-image: url(/files/user/img/icon/icon_balloon_w_16.png); }
.rich-content-box__head.rich-content-box__head--17:before { background-image: url(/files/user/img/icon/icon_balloon_w_17.png); }
.rich-content-box__head.rich-content-box__head--18:before { background-image: url(/files/user/img/icon/icon_balloon_w_18.png); }
.rich-content-box__head.rich-content-box__head--19:before { background-image: url(/files/user/img/icon/icon_balloon_w_19.png); }
.rich-content-box__head.rich-content-box__head--20:before { background-image: url(/files/user/img/icon/icon_balloon_w_20.png); }
.rich-content-box__head.rich-content-box__head--q:before { background-image: url(/files/user/img/icon/icon_balloon_w_q.png); }
.rich-content-box__head.rich-content-box__head--a:before { background-image: url(/files/user/img/icon/icon_balloon_w_a.png); }

/* ------------------------------------------------------------
   テンプレートダウンロード領域
------------------------------------------------------------ */
.pattern__list-item {
    margin: 10px auto 0 auto;
}

/*SP分の記述追記*/

@media screen and (max-width: 750px) {
.pattern__head-text {
    position: relative;
    padding: 0 3px 0 50px;
    background-color: #fff;
    color: #191919;
    font-weight: bold;
}

.pattern__head-text--dl {
    padding: 5px 10px;
    font-size: 1.7rem;
    border-left: 10px solid #ff4040;
}

.pattern__list-item--dl {
	width: 100%;
    border: solid 1px #f44040;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 0 #f44040;
    box-shadow: 0 2px 0 #f44040;
    text-align: center;
    margin: 20px auto 20px auto;
}

.pattern__list-link {
    display: block;
    padding: 12px 10px;
    background-image: url(/files/user/img/icon/arrow_r_red.png);
    background-position: right 10px center;
    background-size: 6px 11px;
    background-repeat: no-repeat;
    font-weight: bold;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.btn-red__link {
    display: block;
    padding: 4vw 0;
    background-image: url(/files/user/img/icon/sp/icon_download.png);
    background-position: right 4vw center;
    background-size: 4.26667vw 4.26667vw;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 1.71429rem;
}

.pattern__list-item a {
	color: #191919;
	text-decoration: none;
}
}

/*------------------------------------------------------------
pick up求人枠
------------------------------------------------------------*/
.pu_img a:hover{
	opacity: 0.8;
}
.pu_tx dt a:hover{
	text-decoration: none;
}

.pu_frame{
	position: relative;
	padding: 24px 20px 20px;
	border: 2px solid #61C650;
}

.pu_head{
	position: absolute;
	top:-14px;
	left: 20px;
	padding: 0 3px;
	background: #ffffff;
	color: #f44040;
	font-size: 18px;
	font-weight: bold;
}

.pu_frame>ul>li{
display: flex;
width: 100%;
margin-bottom: 20px;
}
.pu_frame>ul>li:last-child{
	margin-bottom: 0;
}
.pu_img{
width: 130px;
}
.pu_tx{
	max-width: 70%;
	margin-left: 20px;
	font-size: 16px;
}
.pu_tx dt{
	margin-bottom: 10px;
	
}
.pu_tx dt a{
	color: #0860c0;
	text-decoration: underline;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
.pu_head {
    position: absolute;
    top: -12px;
    left: 20px;
    font-size: 16px;
}
	.pu_img{
width: 100px;
}
.pu_tx {
	max-width: 60%;
	margin-left: 14px;
	font-size: 12px;
}
}


/*------------------------------------------------------------
テーブル見出し色変更
------------------------------------------------------------*/
.table-scroll.accordion_table table.green th{
	background: #d3f4cc;
}

/*------------------------------------------------------------
枠付き3列ボタン 個社囲み枠（緑）
------------------------------------------------------------*/
.accordion_contents .rich-content-box .g_frame .pattern__list-item>a:hover {
    background-color: #61C650;
	background-image: url(/files/user/img/icon/arrow_r_white.png);
	color: #ffffff;
}
.g_frame .pattern__inner {
    border: 2px solid #61C650;
}
.g_frame .pattern__head-text{
	position: relative;
	padding: 0px 3px;
	background-color: #fff;
    color: #191919;
    font-weight: bold;
}
.g_frame .pattern__head {
    margin-top: -16px;
    text-align: center;
}
.g_frame .pattern__head-green {
    color: #61C650;
    font-size: 1.28571rem;
}
.g_frame .pattern__head-text:before{
	background: none;
}
.g_frame .pattern__list{
	padding: 0 25px 30px;
}
.g_frame .pattern__list::after{
	display: block;
	content:"";
	width: 170px;
}
.g_frame .pattern__list-item {
	margin: 10px 0 auto;
	width: 170px;
	background: #d3f4cc;
    border: none;
}

.accordion_contents .rich-content-box .g_frame .pattern__list-item>a{
	background-color: #d3f4cc;
    background-image: url(/files/user/img/icon/arrow_r_green.png);
    background-position: right 10px center;
    background-size: 6px 11px;
    background-repeat: no-repeat;
    font-weight: bold;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
	text-decoration: none;
	color: #444444;
}
@media screen and (max-width: 750px) {
.g_frame.pattern {
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.g_frame .pattern__head-green {
    color: #61C650;
    font-size: 16px;
}
.g_frame .pattern__list {
    padding: 0 25px 25px;
}
.g_frame .pattern__list-item{
		width: 100%;
	}
	
}


/*------------------------------------------------------------
枠付き3列ボタン 職種囲み枠（赤）
------------------------------------------------------------*/
.accordion_contents .rich-content-box .r_frame .pattern__list-item>a:hover {
    background-color: #f44040;
	color: #ffffff;
	background-image: url(/files/user/img/icon/arrow_r_white.png);
}
.r_frame .pattern__inner {
    border: 2px solid #f44040;
}
.r_frame .pattern__head-text{
	position: relative;
	padding: 0px 3px;
	background-color: #fff;
    color: #191919;
    font-weight: bold;
}
.r_frame .pattern__head {
    margin-top: -16px;
    text-align: center;
}
.r_frame .pattern__head-red {
    color: #f44040;
    font-size: 1.28571rem;
}
.r_frame .pattern__head-text:before{
	background: none;
}
.r_frame .pattern__list{
	padding: 0 25px 30px;
}
.r_frame .pattern__list::after{
	display: block;
	content:"";
	width: 170px;
}
.r_frame .pattern__list-item {
	margin: 10px 0 auto;
	width: 170px;
    border: none;
}

.accordion_contents .rich-content-box .r_frame .pattern__list-item>a{
	background-color: #ffe9e9;
    background-image: url(/files/user/img/icon/arrow_r_red.png);
    background-position: right 10px center;
    background-size: 6px 11px;
    background-repeat: no-repeat;
    font-weight: bold;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
	text-decoration: none;
	color: #444444;
}
@media screen and (max-width: 750px) {
.r_frame.pattern {
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.r_frame .pattern__head-red {
    color: #f44040;
    font-size: 16px;
}
.r_frame .pattern__list {
    padding: 0 25px 25px;
}
.r_frame .pattern__list-item{
		width: 100%;
	}
	
}

/*------------------------------------------------------------
dipさんからのメッセージ
------------------------------------------------------------*/
.dip_message_wrap {
    display: flex;
	justify-content: center;
    position: relative;
}

.dip_message_wrap .heading{
	font-size: 16px;
}

.dip_message_baichu {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
}

.dip_message {
    width: calc(100% - 90px);
    display: block;
    padding: 20px 20px;
    border: 2px solid #ffbb69;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
}

.dip_message::before {
    content: "";
    display: block;
    background: url(/files/user/img/common/dip_message_arrow.svg) no-repeat;
    width: 51px;
    height: 40.61px;
    background-size: contain;
    position: absolute;
    top: 18;
    left: -21px;
}

@media screen and (max-width: 750px) {
	.dip_message {
		width: 100%;
		padding: 20px 15px;
	}
	
	.dip_message::before {
    background: none;
}
	.dip_message_wrap .heading{
	font-size: 14px;
}
	.sp_massage_heading{
		display: flex;
		align-items: center;
		width: 100%;
	}
.dip_message_baichu {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 10px 0 0;
}
}

/*------------------------------------------------------------
アコーディオン色変更用
------------------------------------------------------------*/
dt.dt_03.orange
{
	background-image: linear-gradient(-45deg, #ffebce 25%, #ffffff 25%, #ffffff 50%, #ffebce 50%, #ffebce 75%, #ffffff 75%);
}
dt.dt_03.yellow
{	background-image: linear-gradient(-45deg, #fff7c5 25%, #ffffff 25%, #ffffff 50%, #fff7c5 50%, #fff7c5 75%, #ffffff 75%);
}
