/*
Theme Name: ヘアキャリア
Author: WILLB Inc.
Version: 1.0
*/

/*////////////////////////////////////////
　PC共通
////////////////////////////////////////*/
.type-pc .mod-btn7 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    background: #f19149;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
}
.type-pc .mod-btn7:hover {
    margin-top: 0!important;
    margin-bottom: 0!important;
    color: #FFF;
    box-shadow: none;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}

.type-pc .mod-btn8 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #f19149;
    border-radius: 3px;
    font-weight: bold;
    color: #f19149;
    background: transparent;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}

/*背景*/
body.type-pc,
body.body{
	background: #fff;
}

/*ヘッダー*/
#mypage-over-header {
    background: #fff9ec;
}
.type-pc .pagetitle,
.body .pagetitle{
	background: #fff9ec;
	height: 26px;
}
.type-pc .pagetitle h1, .body .pagetitle h1 {
    font-size: 11px;
    color: #333;
    padding: 0;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.type-pc .header,
.body .header {
    height: 65px;
    border-bottom: 3px solid #f19149;
}
.type-pc .header .container,
.body .header .container {
	padding: 0;
}
.type-pc .header .logo,
.body .header .logo {
    margin: 0;
    padding: 5px;
    width: auto;
}
.type-pc .header .logo a,
.body .header .logo a {
    display: block;
    height: 52px;
}
.type-pc .navbar div.navbar-nav,
.body .navbar div.navbar-nav {
	margin-top: 15px;
}
.type-pc .navbar div.navbar-nav{
	margin-top: 6px;
}
.type-pc .navbar div.navbar-nav li,
.body .navbar div.navbar-nav li {
	border: 0 none;
    padding: 5px 10px;
}
.type-pc .navbar div.navbar-nav li a,
.body .navbar div.navbar-nav li a {
	font-weight: bold;
	font-size: 14px;
}

.type-pc .breadcrumb,
.body .breadcrumb {
    background: #fff9ec;
}

@media (min-width: 768px){
	.nav-wrapper .nav__phone .ruby {
		text-align: center;
		font-size: 11px;
		background: #fff9ec;
		display: block;
		margin-bottom: 2.5px;
	}
}

@media (min-width: 768px){
	.nav-wrapper .nav--main{
		display: none;
	}
	.type-pc .navbar div.navbar-nav li.nav__phone a,
	.body .navbar div.navbar-nav li.nav__phone a{
		font-size: 20px;
	}
}
@media (min-width: 990px){
	.nav-wrapper .nav--main {
		display: block;
		float: right;
		position: absolute;
		width: 490px;
		top: 15px;
		right: 50%;
		margin-right: 85px;
	}
}

/*フッター*/
.type-pc .footer,
.body .footer {
    background: #f19149;
    color: #fff;
}

/*お気に入り*/
.keep-done {
    background: #999 !important;
    color: #fff !important;
    border: 1px solid #999;
}

/*////////////////////////////////////////
　PC版TOPページ（#areaTop.type-pc）
////////////////////////////////////////*/

/*メインビジュアル*/
#areaTop.type-pc .main-visual .widget-inner {
    padding: 15px 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
#areaTop.type-pc .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 25px;
    line-height: 1;
    color: #f19149;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#areaTop.type-pc .slick-dots li button:before {
    color: #f19149;
}
#areaTop.type-pc .slick-dots li.slick-active button:before {
    color: #f19149;
    opacity: 0.75;
}

/*ウィジェット共通*/
#areaTop.type-pc .widgetlayout {
    margin: 0;
}
#areaTop.type-pc .mod-jobResultBox {
    border: none;
}

/*全国トップ用ウィジェットの非表示*/
.widgetlayout1 .widget10 {
    display: none;
}

/*全国トップ用エリア*/
.widget.widget_zenkoku {
    float: none;
    width: 97.3%;
    margin: 15px 1.3% 0 1.3%;
    text-align: left;
    background: transparent;
    border: 1px solid #ccc;
    padding: 12px 15px;
    border-radius: 4px;
}
.widgetlayout.widgetlayout1 .widget.widget_zenkoku h2 {
    min-height: 0;
    font-weight: bold;
    border-left: 0 none;
    border-top: 0 none;
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
    color: #333;
}
.widgetlayout.widgetlayout1 .widget.widget_zenkoku h2 span{
	color: #f19149;
}
.type-pc .widget.widget_zenkoku .btn-group li {
    width: 13.8%;
    float: left;
    margin: 0.2%;
    font-size: 100%;
}
.widget.widget_zenkoku .btn-group {
    margin-top: 5px;
}
.widget.widget_zenkoku .btn-group .mod-btn7 {
    display: block;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 10px 5px;
    height: 36px;
    line-height: 13px;
    background: #f19149;
    color: #fff;
    box-shadow: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.widget.widget_zenkoku .btn-group .mod-btn7:hover {
    margin-bottom: 0px !important;
}

.type-sp .widget.widget_zenkoku {
    float: none;
    width: 96%;
    margin: 20px 2% 20px 2%;
    text-align: left;
    background: transparent;
    border: 3px solid #f19149;
    padding: 7px 15px 5px;
    border-radius: 4px;
}
.type-sp .widgetlayout.widgetlayout1 .widget.widget_zenkoku h2{
	font-size: 14px;
}
.type-sp .widget.widget_zenkoku .btn-group li {
    margin-bottom: 8px;
}
.type-sp .widget.widget_zenkoku .btn-group .mod-btn7 {
    display: block;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 10px 5px;
    height: 44px;
    line-height: 24px;
    background: #f19149;
    color: #fff;
    box-shadow: none;
}
.type-sp .widget.widget_zenkoku .btn-group .mod-btn7:hover {
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}


/*検索ボックス（.widget-primary）*/
#zenkokuTop.type-pc .widget-primary,
#areaTop.type-pc .widget-primary {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}
#zenkokuTop.type-pc .widget-primary h2,
#areaTop.type-pc .widget-primary h2 {
    padding: 10px 15px;
    width: 100%;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}
#zenkokuTop.type-pc .widget-primary .searchBox,
#areaTop.type-pc .widget-primary .searchBox{
    border-left: 1px solid #f19149;
    border-right: 1px solid #f19149;
	padding: 10px;
}
#zenkokuTop.type-pc .widget-primary .button-group.op-wiget,
#areaTop.type-pc .widget-primary .button-group.op-wiget {
    border: 1px solid #f19149;
    border-top: 0 none;
	border-radius: 0 0 4px 4px;
}
#zenkokuTop.type-pc .widget-primary .mod-resultForm tr,
#areaTop.type-pc .widget-primary .mod-resultForm tr {
    border-top: 0;
    border-bottom: 0 none;
}
#zenkokuTop.type-pc .widget-primary .mod-resultForm tr th,
#areaTop.type-pc .widget-primary .mod-resultForm tr th {
    background: #fff9ec;
    padding: 0;
    margin: 0px;
    text-align: center;
    border-right: 0 none;
    border: 2px solid #fff;
}
#zenkokuTop.type-pc .widget-primary .mod-resultForm tr td,
#areaTop.type-pc .widget-primary .mod-resultForm tr td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid #fff9ec;
}
#zenkokuTop.type-pc  .searchField.op-search-fit .form-control,
#areaTop.type-pc  .searchField.op-search-fit .form-control {
    margin-right: 1em;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #ddd;
}
#zenkokuTop.type-pc .mod-btn9,
#areaTop.type-pc .mod-btn9 {
    display: inline-block;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f19149;
    color: #f19149;
    text-align: center;
    border-radius: 25px;
    padding: 0px 15px;
    font-size: 13px;
}
#zenkokuTop.type-pc .mod-btn9 .fa,
#areaTop.type-pc .mod-btn9 .fa{
	display: none;
}
#zenkokuTop.type-pc .button-group.op-wiget
#areaTop.type-pc .button-group.op-wiget{
    clear: both;
    width: 100%;
    padding: 10px 30px 20px;
    text-align: center;
    background: #FFF;
}
#areaTop.type-pc .mod-btn8 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #f19149;
    border-radius: 3px;
    font-weight: bold;
    color: #f19149;
    background: transparent;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}

#areaTop.type-pc .button-group .form-button.mod-btn8{
	margin-bottom: 10px;
}
#areaTop.type-pc .widget-primary .pref_dist_master,
#areaTop.type-pc .widget-primary .principal{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;
}

/*注目のお仕事（.hotJobLayout）*/
.type-pc .widgetlayout2 .hotJobLayout{
    border: 1px solid #ccc;
    border-radius: 4px;
}
.type-pc .widgetlayout2 .hotJobLayout h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
}
.type-pc .widgetlayout2 .hotJobLayout .widget-data{
	height: 250px;
}
.type-pc .widgetlayout2 .hotJobLayout .widget-data .title {
    font-size: 13px;
    line-height: 1.3;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.type-pc .widgetlayout2 .hotJobLayout .widget-data .description {
    font-size: 12px;
    padding: 2px;
    border-top: 1px dashed #eee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*ウィジェット9 - 新着情報*/
.type-pc .widgetlayout2 .widget9{
	display: none;
}

/*ウィジェット1 - 特選求人*/
.type-pc .widgetlayout2 .widget1{
    border: 1px solid #ccc;
    border-radius: 4px;
	padding-bottom: 0;
}
.type-pc .widgetlayout2 .widget1 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
}

/*ウィジェット3 - ピックアップ特集*/
.type-pc .widgetlayout2 .widget3{
    border: 1px solid #ccc;
    border-radius: 4px;
	padding-bottom: 0;
}
.type-pc .widgetlayout2 .widget3 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
}
.type-pc .widgetlayout2 .widget .widget-inner .widget-data{
    clear: none!important;
	margin-bottom: 10px;
}
.type-pc .widgetlayout2 .widget .widget-inner .widget-data a:hover {
    background: #fff;
}
.type-pc .widgetlayout2 .widget3 .widget-inner .widget-data a .img {
    background: #fff;
    border: 0 none;
	padding: 0;
}
.type-pc .widgetlayout2 .widget3 .widget-inner .widget-data a .img img{
	position: inherit;
}
.type-pc .widgetlayout2 .widget3 .widget-inner .widget-data .title{
	display: none;
}


/*ウィジェット4 - */


/*ウィジェット5&6 - ハピリクとは*/
.type-pc .widgetlayout3 .widget5,
.type-pc .widgetlayout3 .widget6{
    border: 1px solid #ccc;
    border-top: 3px solid #f19149;
    border-radius: 4px;
	padding-bottom: 10px;
}
.type-pc .widgetlayout3 .widget5 h2,
.type-pc .widgetlayout3 .widget6 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.type-pc .widgetlayout3 .widget5 .widget-inner,
.type-pc .widgetlayout3 .widget6 .widget-inner{
	padding: 10px;
}
.type-pc .widgetlayout3 .widget5 .widget-data .title,
.type-pc .widgetlayout3 .widget6 .widget-data .title{
	margin: 5px 0;
}
.type-pc .widgetlayout3 .widget5 .widget-data .description,
.type-pc .widgetlayout3 .widget6 .widget-data .description{
	font-size: 13px;
	margin-bottom: 0;
}

/*ウィジェット4 - 全国から人気の条件をピックアップ*/
.type-pc .widgetlayout3 .widget4 {
    border: 1px solid #ccc;
    border-top: 3px solid #f19149;
    border-radius: 4px;
	padding-bottom: 10px;
}
.type-pc .widgetlayout3 .widget4 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.type-pc .widgetlayout3 .widget4 .widget-data a{
	padding: 5px;
}
.type-pc .widgetlayout3 .widget4 .widget-data a:hover{
	background: #fff;
}
.type-pc .widgetlayout3 .widget4 .widget-data a .img{
	background: #fff;
}
.type-pc .widgetlayout3 .widget4 .widget-data .title{
    font-size: 13px;
    margin: 10px 0;
}

/*ウィジェット8 - コンテンツ*/
.type-pc .widgetlayout3 .widget2 {
    border: 1px solid #ccc;
    border-top: 3px solid #f19149;
    border-radius: 4px;
	padding-bottom: 10px;
}
.type-pc .widgetlayout3 .widget2 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.type-pc .widgetlayout3 .widget2 .widget-data a{
	padding: 5px;
}
.type-pc .widgetlayout3 .widget2 .widget-data a:hover{
	background: #fff;
}
.type-pc .widgetlayout3 .widget2 .widget-data a .img{
	background: #fff;
}
.type-pc .widgetlayout3 .widget2 .widget-data .title{
    display: none;
}

/*ウィジェット7 - リンク集*/
.type-pc .widgetlayout3 .widget7 {
    border: 1px solid #ccc;
    border-top: 3px solid #f19149;
    border-radius: 4px;
	padding-bottom: 10px;
}
.type-pc .widgetlayout3 .widget7 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.type-pc .widgetlayout3 .widget7 .widget-data a{
	padding: 5px;
}
.type-pc .widgetlayout3 .widget7 .widget-data a:hover{
	background: #fff;
}
.type-pc .widgetlayout3 .widget7 .widget-data a .img{
	background: #fff;
	border: 1px solid #eee;
}
.type-pc .widgetlayout3 .widget7 .widget-data .title{
	display: none;
}

/*////////////////////////////////////////
　PC版求人詳細ページ（#detail.body　#detail.type-pc）
////////////////////////////////////////*/
#detail.body .resultTitle{
	border: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    padding-bottom: 15px;
}

#detail.body .mod-excerptBox__header .mod-h9{
	background: #fff9ec;
	color: #333;
    margin: 0;
    border: none;
	border-top: 3px solid #f19149;
    font-size: 16px;
    padding: 15px 15px;
    line-height: 1.6;
}
#detail.body .mod-excerptBox__header .mod-h10 {
    padding: 15px;
    border: none;
    color: #f19149;
    margin: 0;
    font-size: 20px;
}
#detail.body .mod-jobDetailBox .mod-jobDetailBox__container {
    padding: 10px 0;
}
#detail.body .mod-jobDetailBox .icon.icon-merit{
	color: #666666;
    font-size: 12px;
    font-weight: bold;
    border-color: #CCCCCC;
    border-radius: 25px;
    padding: 5px 12px!important;
    line-height: 20px;
    height: 30px;
}
#detail.body .mod-jobDetailBox .title{
    font-size: 16px;
    color: #f19149;
    font-weight: bold;
    line-height: 1.8;
    padding: 5px 20px 0;
    margin-bottom: 5px;
}
#detail.body .mod-jobDetailBox .copy{
    font-size: 14px;
    padding: 0 20px 15px;
    border-bottom: 1px solid #eee;
}
#detail.body .mod-excerptBox__body {
    padding: 10px 15px 25px;
}
#detail.body .mod-excerptBox.excerptBox-pr {
    color: #333;
    border: 2px solid #f19149;
    background: #fff9ec;
    border-radius: 6px;
    padding: 20px 15px;
	margin-bottom: 30px;
}

#detail.body .mod-jobDetailBox .mod-jobDetailBox__flexcontainer{
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
}
#detail.body .mod-jobDetailBox .mod-jobDetailBox__slider{
	padding: 0;
    background: #fff;
}
#detail.body .mod-jobDetailBox .mod-slider{
	background: #fff;
}

#detail.body .mod-jobDetailBox .mod-slider__item {
   /* width: 30%!important;*/
    max-width: none;
    height: auto;
    margin: 0 3% 0 0;
    padding: 5px 0 0 0;
    background: #fff;
    outline: none;
}
#detail.body .mod-jobDetailBox .mod-slider__item:last-child{
	margin-right: 0;
}
#detail.body .mod-jobDetailBox .slick-slide .img {
    display: inline-block;
    position: relative;
    background: #EEE;
    text-align: center;
    width: 100%;
    padding-top: 0% !important;
    max-height: 240px;
    overflow: hidden;
}
#detail.body .mod-jobDetailBox .mod-slider__excerpt {
    margin: 5px 0 15px;
    font-size: 12px;
}

/*求人原稿ボタン関連*/
body.body .btn-group .btn-group__center .btn-group__left.mod-btn7{
    background-color: #fff9ec;
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 0!important;
    color: #333;
}
body.body .btn-group .btn-group__center .btn-group__right.mod-btn7 {
    background-color: #f19149;
    border: 1px solid #f19149;
    box-shadow: none;
    margin: 0!important;
}

body.body .btn-group .btn-group__center .btn-group__left.mod-btn7:hover,
body.body .btn-group .btn-group__center .btn-group__right.mod-btn7:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

body.body .btn-group .mod-btn5.btn-group__left{
	display: none;
}
body.body .btn-group .mod-btn5.btn-group__right{
	float: none;
    width: 70%;
    margin: 0 auto;
    display: block;
    border-radius: 25px;
}

body.body .mod-jobDetailBox__container.detailContents__btn__01,
body.body .mod-jobDetailBox__container.detailContents__btn__02{
	border-bottom: 1px solid #eee;
}

body.type-pc .fa-star:before,
body.body .fa-star:before{
    color: #FFD200;
}


#detail.body .detail_table h2{
    margin: 20px 0 0;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: normal;
    background: #f19149;
    border-radius: 4px 4px 0 0;
    color: #fff;
}

#detail.body .mod-recommendBox{
	border: 1px solid #ccc;
    border-radius: 4px;
}
#detail.body .mod-recommendBox h3{
    margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
    border-left: none;
    padding: 15px 10px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
}
#detail.body .mod-recommendBox .img a{
    display: block;
    outline: none;
    height: 180px;
    background: #fff;
	border: 1px solid #eee;
	position: relative;
}
#detail.body .mod-recommendBox .img a img{
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translateY(-50%) translateX(-50%);
}

#detail.body .mod-recommendBox .detail .catch{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}
#detail.body .mod-recommendBox .detail .ellipsis {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 3px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 3px;
}
#detail.body .mod-recommendBox .mod-slider__item {
    min-height: 360px;
}
#detail.body .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 25px;
    line-height: 1;
    color: #f19149;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#detail.body .slick-dots li button:before {
    color: #f19149;
}
@media (min-width: 767px){
.mod-excerptBox__photo img {
    max-height: 500px;
}
}
@media (max-width: 767px){
	.mod-excerptBox__photo {
		clear: both;
		width: 100%;
		max-width: none;
		max-height: 500px;
		/* height: auto; */
		text-align: center;
		background-position: center center;
		margin-bottom: 15px;
	}
		.mod-excerptBox__photo img {
		max-height: 500px;
	}
}

/*////////////////////////////////////////
　PC版検索結果一覧ページ
////////////////////////////////////////*/
/*固定ヘッダー※フッター固定に変更*/
body.type-pc .s-fix-header-block{
	height: 0;
	display: block;
}
body.type-pc .s-fix-header-block .fix-header {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    z-index: 10;
}
body.type-pc .s-header-search-block .header-search{
	display: block;
	overflow: hidden;
	height: 36px;
}
body.type-pc .s-header-search-block .header-search-title {
    font-size: 16px;
    font-weight: bold;
    float: left;
    height: 36px;
    line-height: 36px;
}
body.type-pc .s-header-search-block .header-search-item {
    float: left;
    height: 36px;
    line-height: 36px;
    width: 50%;
    padding-left: 15px;
    margin-right: 15px;
}
body.type-pc .s-header-search-block .header-search-item li.is-showed h1{
	font-size: 13px;
	margin: 0;
	display: inline-block;
}
body.type-pc .s-header-search-block .header-search-change{
	float: right;
}
body.type-pc .s-header-search-block .change-btn {
    display: block;
    color: #fff;
    text-align: center;
    background: #FF8200;
    width: auto;
    box-shadow: none;
    border-radius: 25px;
    padding: 6px 50px;
}
body.type-pc .s-header-search-block .change-btn:hover {
	background: #FF8200;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-photo-wrap .job-photo img {
    max-height: 420px;
}

body.type-sp .c-btn.op-link.is-selected, body.type-sp .c-btn.op-link.op-select {
    background: #f19149;
    color: #FFF;
    border: 1px solid #f19149;
}

@media (max-width: 767px){
.mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-excerpt-wrap .job-excerpt a {
    color: #f19149;
    text-decoration: underline;
    cursor: pointer;
    pointer-events: auto;
}
}

/*見出し、カスタムフィールド*/
body.type-pc .resultTitle{
	border-left: none;
    border-top: 3px solid #f19149;
    border-bottom: 1px solid #eee;
    padding: 12px 10px;
    font-size: 17px;
}
body.type-pc .resultCustomField{
	margin-bottom: 15px;
}
body.type-pc .resultCustomField__text {
    font-size: 13px;
    padding: 0 10px;
}

/*検索結果、ページャー等*/

body.type-pc .result-paging_box:last-child{
	margin: auto;
}
body.type-pc .result-paging_box{
	background: #fff9ec;
    padding: 20px;
    margin: 0;
    overflow: hidden;
}
body.type-pc .result-paging_box .result-num-wrap{
	height: 40px;
	margin: 0;
}
body.type-pc .result-paging_box .result-num-wrap .result-num{
	margin: 0;
    height: 40px;
    line-height: 40px;
}
body.type-pc .result-paging_box .result-num-wrap .result-num .num-txt{
	font-size: 20px;
    color: #FF8200;
}

body.type-pc .result-paging_box .result-order-wrap{
	height: 40px;
	margin: 0;
}
body.type-pc .result-paging_box .result-order-wrap .mod-select1 {
    width: 130px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
}

body.type-pc .mod-pagination li{
	margin: 0 1px;
}
body.type-pc .mod-pagination li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #f19149;
	background: #fff;
	color: #f19149;
	font-weight: normal;
}
body.type-pc .mod-pagination li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
body.type-pc .mod-pagination li.active a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #f19149;
	background: #f19149;
	color: #fff;
}
body.type-pc .mod-pagination li.prev a,
body.type-pc .mod-pagination li.next a{
	width: 130px;
    height: 40px;
    box-shadow: none;
    line-height: 40px;
    padding: 0;
    background: #fff;
    color: #f19149;
    border: 1px solid #f19149;
    border-radius: 4px;
    font-weight: normal;
    text-align: center;
}
body.type-pc .mod-pagination li.last{
	width: 130px;
    height: 40px;
    box-shadow: none;
    line-height: 40px;
    padding: 0;
    background: #fff;
    color: #ccc;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-weight: normal;
    text-align: center;
}


/*求人原稿*/
body.type-pc .icon.icon-new {
    display: inline-block;
    background: #fff;
    border-color: #FF6666;
    color: #FF6666;
    padding: 0 10px!important;
    height: 23px;
    line-height: 23px;
    border-radius: 25px;
}
body.type-pc .mod-jobResultBox{
	border: 1px solid #eee;
	border-top: none;
}
body.type-pc .mod-jobResultBox .mod-h1{
    background: #fff9ec;
    padding: 15px 20px;
    font-size: 18px;
}
body.type-pc .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body{
	margin-bottom: 0;
}
body.type-pc .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-table2{
	margin-bottom: 0;
}
body.type-pc .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-excerpt-wrap .job-excerpt{
	margin: 0 0 10px 315px;
    font-size: 16px;	
	color: #f19149;
}
body.type-pc .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-excerpt-wrap .job-excerpt a{
	color: #f19149;
}

body.type-pc .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-items-wrap .job-items th{
	background: #fff9ec;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    width: 120px;
	padding: 15px;
}
body.type-pc .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-items-wrap .job-items td{
    font-size: 14px;
    padding: 15px;
}

body.type-pc .mod-jobResultBox-wrap .mod-jobResultBox .btn-group > .btn-group__center{
	display: block;
    float: right;
    padding: 15px 0;
    margin: 0 0 0 15px;
    width: 24.5%;
}
body.type-pc .mod-jobResultBox-wrap .mod-jobResultBox .btn-group > .btn-group__center .mod-btn7.btn-result_oubo {
    background-color: #fff9ec;
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 0!important;
    width: 100%;
    color: #333;
}
body.type-pc .mod-jobResultBox-wrap .mod-jobResultBox .btn-group > .btn-group__center .mod-btn7:hover{
	top: auto;
}

/*////////////////////////////////////////
　PC版応募ページ
////////////////////////////////////////*/
.step_bar li.current, .mod-h7, .modal-header, .modal .modal-dialog .modal-content .modal-header {
    background: #f19149;
    border: 1px solid #f19149;
}
.step_bar li.current::before {
    background: #f19149;
    border-right: none;
}
.step_bar li.current::after {
    background: #f19149;
    border-right: none;
}


/*////////////////////////////////////////
　PC版詳細検索（.type-pc #search-form）
////////////////////////////////////////*/
body.type-pc .s-fix-footer-block .fix-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
    background: rgba(0,0,0,0.5);
}
.mod-resultForm th{
	background: #fff9ec;
    padding: 0;
    margin: 0px;
    text-align: center;
    border-right: 0 none;
    border: 2px solid #fff;
}
.mod-resultForm td{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid #fff9ec;
}
body.type-pc .searchField.op-search-fit .form-control{
	margin-right: 1em;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #ddd;
}
body.type-pc .s-select-overlay-only-block .select-overlay-only .select-overlay-only-list.op-float > a{
	display: inline-block;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f19149;
    color: #f19149;
    text-align: center;
    border-radius: 25px;
    padding: 0px 15px;
    font-size: 13px;
}
body.type-pc .c-select-only.mod-btn9 .fa,
.mod-resultForm td .mod-btn9 .fa{
	display: none;
}
body.type-pc .form-group select {
    box-shadow: none;
}
body.type-pc .mod-resultForm .check-field ul{
	margin: 0;
}
body.type-pc input[type=radio] + label, body.type-pc input[type=checkbox] + label, ul#privacy_box a + label{
	font-size: 13px;
}
body.type-pc input[type=radio] + label::before, body.type-pc input[type=checkbox] + label::before{
	border: 1px solid #ccc;
    border-radius: 4px;
    width: 16px;
    height: 16px;

}


/*////////////////////////////////////////
　SP共通
////////////////////////////////////////*/

/*ヘッダー*/
.type-sp .header {
	border-bottom: 3px solid #f19149;
}
.type-sp .header .container{
    padding: 0;
    height: 60px;
}
.type-sp .header .logo{
    width: 50%;
    margin: 8px 10px;
}
.type-sp .header .navbar-toggle {
    margin: 0;
    background: #f19149;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    height: 60px;
    width: 65px;
}
.sp_keepListBtn {
    position: absolute;
    right: 75px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
#search-result .sp_keepListBtn, #detail .sp_keepListBtn, #keep .sp_keepListBtn {
    top: 34px;
}
.sp_keepListBtn a {
    position: relative;
    display: block;
    background: none;
    padding: 9px 10px;
    color: #333;
}
.sp_keepListBtn a span.keepCountShow {
    display: table-cell;
    width: 25px;
    text-align: center;
    border-radius: 25px;
    height: 25px;
    line-height: 25px;
    background: #f00;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    position: absolute;
    top: -3px;
    right: -8px;
}
.sp_keepListBtn a span.fa {
    color: #ffd200;
    display: block;
    text-align: center;
    font-size: 16px;
	margin-bottom: 2px;
    margin-right: 0;
}

/*フッター*/
.type-sp .footer {
    background: #f19149;
    color: #fff;
}
.type-sp .footer .footer-nav{
    border: 0;
    width: auto;
    margin: 0;
}
.type-sp .footer .footer-nav li{
	border: 1px solid #fff;
    border-left: none;
    border-top: none;
    padding: 0px;
}
.type-sp .footer .footer-nav li a {
    display: block;
    padding: 10px;
    text-align: left;
    width: 100%;
}


/*パンくずリスト*/
.type-sp .breadcrumb{
	display: block!important;
	position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff9ec;
	padding: 0;
}
.type-sp .breadcrumb:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#fff));
    background: linear-gradient(to right, rgba(255,255,255,0), #fff);
}
.type-sp .breadcrumb ul {
    padding: 2px 10px;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.type-sp .breadcrumb li {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
}
.type-sp .breadcrumb li a{
	color: #333;
}
.type-sp .fa-star:before {
    color: #FFD200;
}
.mod-form1 .mod-btn2, .mod-btn2 {
    background-color: #f19149;
    border-color: #f19149;
    line-height: 1.6;
}
.empty{
	margin: 20px 10px;
}
body.type-sp .s-job-result-selected-result-search-item-block .select-detail-link-block a{
	border: 1px solid #f19149;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
    margin: 10px 0;
    color: #f19149;
    border-radius: 25px;
}

/*////////////////////////////////////////
　SP版TOPページ（#areaTop.type-sp）
////////////////////////////////////////*/

/*メインビジュアル*/
.type-sp .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 25px;
    line-height: 1;
    color: #f19149;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.type-sp .widget.main-visual .widget-data a{
	padding: 10px 10px 0;
}
.type-sp .widget.main-visual .slick-dots{
	margin-bottom: 5px;
}
.type-sp .slick-dots li button:before {
    color: #f19149;
}
.type-sp .slick-dots li.slick-active button:before {
    color: #f19149;
    opacity: 0.75;
}


/*ウィジェット共通*/
.type-sp .widgetlayout {
    margin: 0 0 0px;
}


/*検索ボックス（.widget-primary）*/
.type-sp .widget-primary {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.type-sp .widget-primary #searchForm{
	margin-top: 15px;
}
.type-sp .widget-primary .search-easy-title{
    border-top: 2px solid #f19149;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
}
.type-sp .widget-primary .search-easy-title-block {
    text-align: center;
    font-size: 18px;
    padding-bottom: 1px;
    background: #fff9ec;
}
.type-sp .widget-primary .c-btn-radius.op-bg-link {
    background: #fff;
    border: 1px solid #f19149;
    color: #f19149;
}
.type-sp .widget-primary .c-btn-radius.op-bg-none {
    background: #f19149;
    color: #FFF;
    text-decoration: underline;
}
.type-sp .widget-primary .c-btn-radius .fa {
    height: 1em;
    width: 1em;
    left: calc(100% - 2.5em);
    font-size: 10px;
}
.type-sp .widget-primary .s-search-easy-home-block{
	margin-bottom: 0;
}
.type-sp .widget-primary .c-btn-radius.op-bg-none i {
    display: block;
}
.type-sp .widget-primary .s-select-area-block .select-area > .s-btn-wrap-block {
    margin-top: 15px;
}

.type-sp .widget-primary .s-search-easy-home-block .search-easy-select-block .search-item-free-word-box {
    margin-top: 15px;
}
.type-sp .widget-primary .s-search-easy-home-block .s-search-select-free-word-block{
	display: block;
    width: 100%;
    padding: 0 10px;
}
.type-sp .widget-primary .s-search-easy-home-block .s-search-select-free-word-block > .left{
	width: 100%;
    float: none;
    padding: 0;
}
.type-sp .widget-primary .s-search-easy-home-block .s-search-select-free-word-block .s-input-selexted-block {
    border: 1px solid #fff;
    border-radius: 4px 4px 0 0;
}
.type-sp .widget-primary .s-search-easy-home-block .right{
    text-align: center;
	background: #fff;
    border-radius: 0 0 4px 4px;
    padding: 0 10px 7px;
}
.type-sp .widget-primary .s-search-easy-home-block .c-input-btn-submit{
    width: 100%;
    border-radius: 25px;
    background: #FF6666;
    border: 1px solid #FF6666;
    font-size: 14px;
    font-weight: bold;
}
.type-sp .widget-primary .s-search-easy-home-block .search-easy-link {
    /* background: url("/systemdata/free-content/2020-01-10_a5c90d5313d27a1f6f9201be5e4f62c3.jpg?public=1&v=1578643528") 0 0 no-repeat; */
    background: url("/systemdata/data/pict/2020-12-25_a161c5b1a07e678fd1b2d02ce54d1927.jpg?public=1&v=1608880634") 0 0 no-repeat;
    background-size: 100% auto;
    text-indent: -10000px;
    padding: 0;
    margin: 0 auto;
    border: 0 none;
    border-radius: 0px;
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.type-sp .widget-primary .s-search-easy-home-block .search-easy-link a{
	color: #fff;
    display: block;
    padding-top: 10.625%;
}
body.type-sp .s-search-easy-home-block .s-select-area-block {
    padding-bottom: 15px;
}

/*フリーワード検索*/
.type-sp .widget-primary #keywordForm .p-home-free-word-block{
	padding: 10px 0;
    background: #fff;
	margin-bottom: 0;
}
.type-sp .widget-primary #keywordForm .free-word{
	display: none;
}
.type-sp .widget-primary #keywordForm .s-search-select-free-word-block > .left{
	padding-right: 0;
}
.type-sp .widget-primary #keywordForm .s-search-select-free-word-block > .left input{
    border-radius: 4px 0 0 4px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: none;
}
.type-sp .widget-primary #keywordForm .c-input-btn-submit {
    border-radius: 0 4px 4px 0;
    height: 38px;
    border: none;
    background: #f19149;
    color: #FFF;
    font-size: 14px;
}


/*ウィジェット9 - 新着情報*/
.type-sp .widgetlayout2 .widget9 {
    overflow: hidden;
    margin: 0 0px 20px;
    padding: 0px;
    background: #fff;
    border-radius: 5px;
    margin-top: -20px;
    margin-bottom: 0;
}
.type-sp .widgetlayout2 .widget9 .widget-inner{
    overflow: hidden;
    padding: 0px 10px 10px;
}
.type-sp .widgetlayout2 .widget9 .widget-data{
	width: 100%;
	float: none;
}

.type-sp .widgetlayout2 .widget9 .widget-inner > .widget-data{
	border: 0 none;
}
.type-sp .widgetlayout2 .widget9 .widget-data a{
    padding: 5px 0;
}
.type-sp .widgetlayout2 .widgetlayout .widget9 .widget-data .title{
	display: none;
}
.type-sp .widgetlayout2 .widgetlayout .widget9 .widget-data .description{
	margin-bottom: 5px;
}


/*ウィジェット2 - 企業特集*/


/*ウィジェット1 - 特選求人*/
.type-sp .widgetlayout2 .widget1{
    border-top: 2px solid #f19149;
    border-radius: 4px;
	margin-bottom: 20px;
    padding: 0;
}
.type-sp .widgetlayout2 .widget1 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
	font-size: 16px;
}

/*ウィジェット3 - ピックアップ特集*/
.type-sp .widgetlayout2 .widget3{
    border-top: 2px solid #f19149;
    border-radius: 4px;
	margin-bottom: 20px;
    padding: 0;
}
.type-sp .widgetlayout2 .widget3 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
	font-size: 16px;
}
.type-sp .widgetlayout2 .widget3 .widget-inner{
	padding-top: 0px;
}
.type-sp .widgetlayout2 .widget3 .widget-inner .widget-data {
    clear: none!important;
    margin-bottom: 0;
}
.type-sp .widgetlayout2 .widget3 .widget-inner .widget-data a{
	display: block;
    padding: 5px;
}
.type-sp .widgetlayout2 .widget3 .widget-inner .widget-data a .img {
    background: #fff;
    border: 0 none;
    padding: 0;
}
.type-sp .widgetlayout2 .widget3 .widget-inner .widget-data a .img img{
    position: inherit;
}
.type-sp .widgetlayout2 .widget3 .widget-inner .widget-data .title{
	display: none;
}

/*注目のお仕事（.hotJobLayout）*/
.type-sp .mod-jobResultBox{
	border: none;
}
.type-sp .widgetlayout2 .hotJobLayout{
    border-top: 2px solid #f19149;
    border-radius: 4px;
	margin-bottom: 20px;
    padding: 0;
}
.type-sp .widgetlayout2 .hotJobLayout h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
	font-size: 16px;
}
.type-sp .widgetlayout2 .hotJobLayout .widget-data{
	height: auto;
	border-bottom: 1px dashed #eee;
	margin: 0!important;
	
}
.type-sp .widgetlayout2 .widget.hotJobLayout .widget-inner .widget-data a .img {
    background: #fff;
    border: 1px solid #fff9ec;
    width: 125px;
    height: 105px;
	position: relative;
}
.type-sp .widgetlayout2 .widget.hotJobLayout .widget-inner .widget-data a .img img{
	position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translateY(-50%) translateX(-50%);
}
.type-sp .widgetlayout2 .hotJobLayout .widget-data .title {
    font-size: 13px;
    line-height: 1.3;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.type-sp .widgetlayout2 .hotJobLayout .widget-data .description {
    font-size: 12px;
    padding: 2px;
    border-top: 1px dashed #eee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*ウィジェット5&6 - ハピリクとは*/
.type-sp .widgetlayout3 .widget5,
.type-sp .widgetlayout3 .widget6{
    border-top: 2px solid #f19149;
    border-radius: 4px;
	margin-bottom: 20px;
    padding: 0;
}
.type-sp .widgetlayout3 .widget5 h2,
.type-sp .widgetlayout3 .widget6 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
	font-size: 16px;
}
.type-sp .widgetlayout3 .widget5 .widget-inner,
.type-sp .widgetlayout3 .widget6 .widget-inner{
	padding: 10px;
}
.type-sp .widgetlayout3 .widget5 .widget-data .title,
.type-sp .widgetlayout3 .widget6 .widget-data .title{
	margin: 5px 0;
}
.type-sp .widgetlayout3 .widget5 .widget-data .description,
.type-sp .widgetlayout3 .widget6 .widget-data .description{
	font-size: 13px;
	margin-bottom: 0;
	line-height: 1.5;
}

/*ウィジェット4 - 全国から人気の条件をピックアップ*/
.type-sp .widgetlayout3 .widget4 {
    border-top: 2px solid #f19149;
    border-radius: 4px;
	margin-bottom: 20px;
    padding: 0;
}
.type-sp .widgetlayout3 .widget4 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
	font-size: 16px;
}
.type-sp .widgetlayout3 .widget4 .widget-data a{
	padding: 5px 10px;
}
.type-sp .widgetlayout3 .widget4 .widget-data a:hover{
	background: #fff;
}
.type-sp .widgetlayout3 .widget4 .widget-data a .img{
	background: #fff;
}
.type-sp .widgetlayout3 .widget4 .widget-data a .img img{
	width: 100%;
}
.type-sp .widgetlayout3 .widget4 .widget-data .title{
    font-size: 13px;
    margin: 10px 0;
}

/*ウィジェット8 - コンテンツ*/
.type-sp .widgetlayout3 .widget2 {
    border-top: 2px solid #f19149;
    border-radius: 4px;
	margin-bottom: 20px;
    padding: 0;
}
.type-sp .widgetlayout3 .widget2 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
	font-size: 16px;
}
.type-sp .widgetlayout3 .widget2 .widget-data a{
	padding: 5px 10px;
}
.type-sp .widgetlayout3 .widget2 .widget-data a:hover{
	background: #fff;
}
.type-sp .widgetlayout3 .widget2 .widget-data a .img{
	background: #fff;
}
.type-sp .widgetlayout3 .widget2 .widget-data a .img img{
	width: 100%;
}
.type-sp .widgetlayout3 .widget2 .widget-data .title{
    display: none;
}

/*ウィジェット7 - リンク集*/
.type-sp .widgetlayout3 .widget7 {
    border-top: 2px solid #f19149;
    border-radius: 4px;
	margin-bottom: 20px;
    padding: 0;
}
.type-sp .widgetlayout3 .widget7 h2{
	margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
	font-size: 16px;
}
.type-sp .widgetlayout3 .widget7 .widget-data a{
	padding: 5px 10px;
}
.type-sp .widgetlayout3 .widget7 .widget-data a:hover{
	background: #fff;
}
.type-sp .widgetlayout3 .widget7 .widget-data a .img{
	background: #fff;
	border: 1px solid #eee;
}
.type-sp .widgetlayout3 .widget7 .widget-data a .img img{
	width: 100%;
}
.type-sp .widgetlayout3 .widget7 .widget-data .title{
	display: none;
}


/*////////////////////////////////////////
　SP版求人詳細ページ（#detail.type-sp）
////////////////////////////////////////*/
#detail.type-sp{
	padding-bottom: 85px;
}
/*パンくずリスト*/
#detail.type-sp .breadcrumb{
	margin-bottom: 0;
}

/*h1タイトル*/
#detail.type-sp .resultTitle {
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
    padding: 10px;
    font-weight: normal;
    color: #333;
    background: #fff;
    border-left: none;
    border-bottom: 1px solid #eee;
}

/*求人案件*/
.mod-jobDetailBox {
    word-break: break-all;
    background: #FFF;
    padding-bottom: 15px;
    margin-top: 15px;
}
#detail.type-sp .mod-excerptBox__header .mod-h9 {
    background: #fff9ec;
    color: #333;
    margin: 0;
    border: none;
    border-top: 3px solid #f19149;
    font-size: 16px;
    padding: 10px;
    line-height: 1.6;
}

#detail.type-sp .mod-jobDetailBox .mod-jobDetailBox__container {
    padding: 10px 0;
}
#detail.type-sp .mod-jobDetailBox .mod-iconBox{
	margin-bottom: 0;
}
#detail.type-sp .mod-jobDetailBox .mod-iconSearchKey{
	padding: 0 10px;
}
#detail.type-sp .mod-jobDetailBox .icon.icon-merit {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    border-color: #CCCCCC;
    border-radius: 25px;
    padding: 5px 10px!important;
    line-height: 15px;
    height: 25px;
}
#detail.type-sp .mod-jobDetailBox .title {
    font-size: 18px;
    color: #f19149;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 10px;
    margin-bottom: 5px;
}
#detail.type-sp .mod-jobDetailBox .copy {
    font-size: 13px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #eee;
}

#detail.type-sp .mod-excerptBox__excerpt{
    clear: both;
    font-size: 13px;
    padding: 0 10px;
    line-height: 1.6;
}
#detail.type-sp .mod-excerptBox__header .mod-h10 {
    padding: 15px;
    border: none;
    color: #f19149;
    margin: 0;
    font-size: 16px;
    border-top: 1px solid #eee;
}
#detail.type-sp .mod-excerptBox.excerptBox-pr {
    color: #333;
    border: 1px solid #f19149;
    background: #fff9ec;
    border-radius: 6px;
    padding: 15px 10px;
    margin: 0 10px 30px;
}

/*画像スライド*/
#detail.type-sp .mod-jobDetailBox .mod-jobDetailBox__flexcontainer{
	margin-bottom: 15px;
}
#detail.type-sp .mod-jobDetailBox .mod-jobDetailBox__slider {
    padding-bottom: 20px;
}
#detail.type-sp .mod-slider__item {
    min-height: 360px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 15px;
}
#detail.type-sp .slick-slide .img {
    width: 100%;
    height: 255px;
}
#detail.type-sp .slick-slide  .img a {
    display: block;
    outline: none;
    height: 255px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
}
#detail.type-sp .slick-slide  .img a img {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translateY(-50%) translateX(-50%);
}
#detail.type-sp .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 25px;
    line-height: 1;
    color: #f19149;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#detail.type-sp .slick-dots li button:before {
    color: #f19149;
}
#detail.type-sp .slick-slide .mod-slider__excerpt {
    text-align: left;
    margin: 0px 10px 10px;
    font-size: 12px;
}

/*ボタングループ*/
#detail.type-sp .mod-jobDetailBox .btn-group .btn-group__center .btn-group__left.mod-btn7 {
    background-color: #fff9ec;
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 0!important;
    color: #333;
}
#detail.type-sp .mod-jobDetailBox .btn-group .btn-group__center .btn-group__right.mod-btn7 {
    background-color: #f19149;
    border: 1px solid #f19149;
    box-shadow: none;
    margin: 0!important;
}
#detail.type-sp .mod-jobDetailBox .btn-group .mod-btn5.btn-group__left {
    display: none;
}
#detail.type-sp .mod-jobDetailBox .btn-group .mod-btn5.btn-group__right {
    float: none;
    width: 70%;
    margin: 0 auto;
    display: block;
    border-radius: 25px;
}
#detail.type-sp .mod-jobDetailBox .btn-group .btn-group__center .btn-group__left.mod-btn7:hover, #detail.type-sp .mod-jobDetailBox .btn-group .btn-group__center .btn-group__right.mod-btn7:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#detail.type-sp .mod-jobDetailBox .mod-jobDetailBox__container.detailContents__btn__01, #detail.type-sp .mod-jobDetailBox .mod-jobDetailBox__container.detailContents__btn__02{
	padding: 10px;
}
#detail.type-sp .mod-jobDetailBox .mod-jobDetailBox__container.detailContents__btn__02 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}
#detail.type-sp .mod-jobDetailBox .mod-jobDetailBox__container.detailContents__btn__02 .btn-group{
	padding: 0;
}
#detail.type-sp .mod-jobDetailBox .mod-jobDetailBox__container.detailContents__btn__02 .btn-group + .btn-group{
	display: none;
}

/*募集要項*/
#detail.type-sp .detail_table{
	margin: 0 10px;
}
#detail.type-sp .detail_table h2 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    background: #f19149;
    border-radius: 4px 4px 0 0;
    color: #fff;
}
#detail.type-sp .detail_table .table.mod-table1 th,
#detail.type-sp .detail_table .table.mod-table1 td{
	font-size: 13px;
}

/*レコメンド*/
#detail.type-sp .mod-recommendBox {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 10px 30px;
	padding-bottom: 20px;
}
#detail.type-sp .mod-recommendBox h3 {
    margin: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
    border-left: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
}
#detail.type-sp .mod-recommendBox .img a {
    display: block;
    outline: none;
    height: 255px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
}
#detail.type-sp .mod-recommendBox .img a img {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translateY(-50%) translateX(-50%);
}
#detail.type-sp .mod-recommendBox .detail .catch {
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#detail.type-sp .mod-recommendBox .detail .ellipsis {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 3px;
    border-bottom: 1px dashed #eee;
    margin: 3px 10px;
}
#detail.type-sp .slick-dots {
    bottom: -13px;
}


/*////////////////////////////////////////
　SP版検索結果一覧ページ
////////////////////////////////////////*/
body.type-sp .s-job-result-selected-result-block{
	background: #fff;
    margin-top: -10px;
    padding: 0 10px;
}
body.type-sp .s-job-result-selected-result-block .job-result-selected-result{
	border-top: 1px solid #eee
}
body.type-sp .s-job-result-selected-result-search-item-block .search-item-title{
	display: none;
}
body.type-sp .s-job-result-selected-result-search-item-block .search-item-item-box {
    border-bottom: 1px solid #eee;
    display: flex;
    height: 42px;
    padding: 0 5px;
    font-size: 13px;
}
body.type-sp .s-job-result-selected-result-search-item-block .search-item-item-box .left{
    height: 30px;
    line-height: 28px;
}
body.type-sp .s-job-result-selected-result-search-item-block .search-item-item-box .right{
	height: 30px;
}
body.type-sp .c-btn.op-link.is-selected, body.type-sp .c-btn.op-link.op-select{
	border-radius: 4px;
    height: 30px;
    display: block;
    line-height: 28px;
    padding: 0;
    width: 125px;
    text-align: center;
}
body.type-sp .result-paging_box{
    background: #fff9ec;
    margin: 15px 0;
    padding: 10px;
}
body.type-sp .result-paging_box .result-num-wrap{
	height: 35px;
	margin: 0;
}
body.type-sp .result-paging_box .result-num-wrap .result-num {
    font-size: 14px;
    margin-bottom: 0;
    height: auto;
	line-height: 35px;
}
body.type-sp .result-paging_box .result-order-wrap {
    height: 35px;
    position: relative;
    float: right;
}
body.type-sp .result-paging_box .result-order-wrap .mod-select1 {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
}
body.type-sp .result-paging_box .result-num-wrap .result-num .num-txt{
	color: #f19149;
}
/*求人原稿*/
body.type-sp .icon.icon-new {
    border-color: #FF6666;
    background: #fff;
    color: #FF6666;
    border-radius: 25px;
    padding: 0 5px!important;
}
body.type-sp .mod-jobResultBox {
    border: 1px solid #eee;
    border-top: none;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body {
    margin: 15px 0 0;
}
body.type-sp .mod-jobResultBox .mod-h1 {
    background: #fff9ec;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 1.4;
    border-top: 3px solid #f19149;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__header a {
    color: #000;
	text-decoration: none;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In{
	margin-bottom: 0;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-photo-wrap {
    margin-left: 10px;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-photo-wrap .job-photo {
    float: left;
    width: 116px;
    height: 160px;
    display: block;
    position: relative;
    text-align: center;
    margin-right: 7.5px;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-photo-wrap .job-photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-excerpt-wrap {
    width: 100%;
    margin: 0px 10px 0 -146px;
}
.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-excerpt-wrap .job-excerpt {
    margin: 0 0 0 146px;
}
.mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-excerpt-wrap .job-excerpt {
    margin: 0 0 10px 315px;
}

body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-excerpt-wrap .job-excerpt a{
	font-size: 13px;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-items-wrap {
    width: 100%;
    margin: 10px 0 0;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-table2 {
    margin-bottom: 0;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-items-wrap .job-items th{
	background: #fff9ec;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-items-wrap .job-items td {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

/*検索結果レイアウト修正（画像幅いっぱい）*/
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-photo-wrap {
    margin: 0;
    width: 100%;
}

body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-photo-wrap .job-photo {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    margin-right: 7.5px;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-photo-wrap .job-photo img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
	position: relative;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-excerpt-wrap {
    width: 100%;
    margin: 0;
}
.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .mod-jobResultBox__body .mod-jobResultBox__body-In .job-excerpt-wrap .job-excerpt {
    display: block;
    width: 95%;
    margin: 10px 2.5%;
}

/*ボタングループ*/
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .btn-group > .btn-group__center {
    padding-bottom: 10px;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .btn-group > .btn-group__center .mod-btn7.btn-result_tel {
    background-color: #fff9ec;
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 0!important;
    color: #333;
    padding: 10px 0;
    font-size: 14px;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .btn-group > .btn-group__center .mod-btn7:nth-child(2n){
	background-color: #f19149;
    border: 1px solid #f19149;
    box-shadow: none;
    margin: 0!important;
    font-size: 14px;
    padding: 10px 0;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .btn-group > .btn-group__center .btn-group__right:only-of-type,
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .btn-group > .btn-group__center .btn-group__left:only-of-type {
    width: 100%;
    float: none;
    background-color: #f19149;
    border: 1px solid #f19149;
	color: #fff;
    box-shadow: none;
    margin: 0!important;
    font-size: 14px;
    padding: 10px 0;
}
body.type-sp .mod-jobResultBox-wrap .mod-jobResultBox .btn-group > .keep-btn .btn-favorit {
    margin-top: 0;
    width: 100%;
    float: none;
    border-radius: 25px;
}

/*ページネーション*/
body.type-sp .mod-pagination li a{
	padding: 5px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #f19149;
    color: #f19149;
	font-size: 14px;
}
body.type-sp .mod-pagination li a:hover{
	color: #fff;
}
body.type-sp .mod-pagination li.active a {
    color: #FFF;
    background: #f19149;
}
body.type-sp .mod-pagination-wrap .mod-pagination li:last-child a,
body.type-sp .mod-pagination-wrap .mod-pagination li:first-child a{
    padding: 5px;
}
body.type-sp .mod-pagination-wrap .mod-pagination li.last {
    padding: 0 2px;
    margin: 0;
    font-size: 14px;
    box-shadow: none;
    border: none;
    background: none;
    box-shadow: none;
}
body.type-sp .mod-pagination-wrap .mod-pagination li.last > span{
    padding: 5px;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    display: block;
    border-radius: 4px;
}

body.type-sp .resultCustomField__image{
	float: none;
    margin: 2px auto 5px;
    text-align: center;
    font-size: 0;
}
body.type-sp .resultCustomField__text {
    font-size: 11px;
	margin-bottom: 0;
}

/*////////////////////////////////////////
　PC版詳細検索（.type-sp #search-form）
////////////////////////////////////////*/
.type-sp .resultTitle{
	display: none;
}
body.type-sp .c-title-label{
	margin: 0 0 15px;
    padding: 0 5px;
    border-top: 2px solid #f19149;
    border-bottom: 1px solid #ccc;
    background: #fff9ec;
}
body.type-sp .c-title-page-header-block .title-page-header{
	margin-top: 10px;
    margin-bottom: 10px;
	font-size: 14px;
}
body.type-sp .s-selecting-list-block{
	display: none;
}
body#areaTop.type-sp .s-selecting-list-block{
	display:block;
}
body.type-sp .s-fix-footer-btn-block .fix-footer-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: .5em;
    background: rgba(0,0,0,0.5);
}
body.type-sp .c-btn-push a {
    background: #fff;
    color: #333;
    border: 1px solid #f19149;
    box-shadow: none;
}
body.type-sp .c-btn-radius.op-bg-link {
    background: #f19149;
    color: #FFF;
    border: none;
}
body.type-sp .s-btn-accordion-box {
    position: relative;
    border: 1px solid #f19149;
    padding: .5em .8em;
    color: #f19149;
    margin-bottom: 1em;
    transition: 1s all;
    height: 45px;
    overflow: hidden;
}
body.type-sp .s-btn-accordion-box img{
	display: none;
}
body.type-sp .c-btn-check.is-selected {
    background: #f19149;
}
body.type-sp .c-btn.op-link {
    color: #f19149;
    border: 1px solid #f19149;
}
body.type-sp .c-title-label .title {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    padding: 8px 0;
}
/*////////////////////////////////////////
　マイページ色調整
////////////////////////////////////////*/
#mp-side-menu li.side-menu-head {
    text-align: center;
    border-bottom: 2px solid #f19149;
}
#mp-side-menu li > .item-content:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #f19149;
    border-right: solid 2px #f19149;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
article.contents-box > h2 {
    border: 2px solid #f1f1f1;
    background: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 15px;
    padding-left: 20px;
}
article.contents-box > .contents {
    border: 2px solid #f1f1f1;
    background: #fff;
    margin-top: 15px;
    padding: 15px;
    padding-left: 20px;
}
#mp-page-top a {
    color: #f19149;
    font-weight: bold;
}
#mp-page-top ul li p.mypage-menu-ttl span.arrow {
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 0;
    width: 6px;
    height: 6px;
    margin: -4px 20px 0 0;
    border-top: solid 2px #f19149;
    border-right: solid 2px #f19149;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*////////////////////////////////////////
　応募フォーム
////////////////////////////////////////*/
/* #apply #mypage-login-line .widget-data .title-header{
		background: url(/systemdata/free-content/2018-12-12_7e24a93961305cbde9b57b4068ff88c3.gif?public=1) 0 0 no-repeat;
		text-indent: -9999px;
		background-size: 100%;
	}
@media (min-width: 768px){
	#apply #mypage-login-line .widget-data .title-header{
		background: url(/systemdata/free-content/2018-12-12_00eeefc515fbc3e15f795dec7f279e2d.gif?public=1) 0 0 no-repeat;
		text-indent: -9999px;
		background-size: auto;
	}
} */


/* PC版会員登録・ログインリンクの非表示 */
.body #mypage-over-header ul,
.type-pc #mypage-over-header ul{
    display: none;
}

/*////////////////////////////////////////
　フリーコンテンツページ
////////////////////////////////////////*/
/*/////共通/////*/
.freeContentsWrap {
	overflow-x: hidden;
}
.freeContentsWrap .breadcrumb {
	margin-bottom: 0;
}
.freeContentsWrap .subcontainer {
	/* margin-top: 0; */
}
.freeContentsWrap .subcontainer .mod-subbox-wrap {
	background: none;
}
.freeContentsWrap .subcontainer .mod-subbox {
	padding-top: 0;
}
#freeContBox .element a {
	text-decoration: none;
	color: #f19149;
}
#freeContBox .element a:hover {
    text-decoration: underline;
}

/*/////テンプレート - テンプレートページだけの見出し/////*/
#freeContBox .item_ttl {
	font-size: 25px;
	font-weight: bold;
}
.type-sp #freeContBox .item_ttl {
	font-size: 20px;
}

/*/////テンプレート - ページタイトル/////*/
#freeContBox .title-bar {
	margin: 0;
	padding: 60px 0;	
	position: relative;
}
#freeContBox .title-bar:before {
	content: "";
    display: block;
    background: #FFF4F5;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc(((100vw - 100%) / 2) * -1);
    top: 0;
    z-index: -1;
}
#freeContBox .title-bar .page-title {
	font-size: 33px;
	letter-spacing: 0.3em;
	line-height: 1.5;
	font-weight: bold;
	background: none;
	border: 0 none;
	padding: 10px;
	margin-bottom: 30px;
	text-align: center;
}
#freeContBox .title-bar p {
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	text-align: center;
}
.type-sp #freeContBox .title-bar {
	padding: 30px 0;
}
.type-sp #freeContBox .title-bar .page-title {
	font-size: 20px;
	margin-bottom: 15px;
}
.type-sp #freeContBox .title-bar p  {
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

/*/////テンプレート - 小タイトル/////*/
#freeContBox h3.page_title03 {
    border-left: none;
    padding: 10px 10px 35px 10px;
    font-size: 25px;
    letter-spacing: 0.25em;
    text-align: center;
    position: relative;
}
#freeContBox h3.page_title03:after {
	content: "";
	display: block;
	width: 310px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.type-sp #freeContBox h3.page_title03 {
	font-size: 17px;
	letter-spacing: 0.1em;
	padding-bottom: 25px;
	line-height: 1.5;
}
.type-sp #freeContBox h3.page_title03:after {
	width: 176px;
}

/*/////テンプレート - ページ内リンク/////*/
#freeContBox .pageLink_btn a {
	display: block;
	background: #f19149;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 100%;
	max-width: 440px;
	height: 88px;
	line-height: 88px;
}
#freeContBox .pageLink_btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#freeContBox .pageLink_btn a {
	margin: 0 40px;
}
@media (min-width:768px) {
	#freeContBox .pageLink_btn {
		display: flex;
		justify-content: center;
	}
	#freeContBox .pageLink_btn a {
		margin: 0 20px;
	}
}
@media (max-width:767px) {
	#freeContBox .pageLink_btn a {
		margin: 0 auto 20px auto;
	}
}

.type-sp #freeContBox .pageLink_btn {
	display: inherit;
	justify-content: inherit;
}
.type-sp #freeContBox .pageLink_btn a {
	font-size: 14px;
	height: 63px;
	line-height: 63px;
	margin: 0 auto 20px auto;
}

/*/////テンプレート - 文章が入ります。/////*/
#freeContBox .cont_wrap {
	background: #FFF4F5;
	padding: 30px;
	text-align: center;
}
#freeContBox .cont_wrap .cont_catch {
	font-size: 25px;
	font-weight: bold;
	color: #f19149;
	margin-bottom: 20px;
}
#freeContBox .cont_wrap .cont_txt {
	font-size: 16px;
	margin-bottom: 0;
}
.type-sp #freeContBox .cont_wrap {
	text-align: left;
	padding: 20px 25px;
}
.type-sp #freeContBox .cont_wrap .cont_catch {
	font-size: 18px;
}
.type-sp #freeContBox .cont_wrap .cont_txt {
	font-size: 14px;
}

/*/////テンプレート - 見出し1〜6/////*/
#freeContBox h1.tp_ttl01 {
	color: #f19149;
	font-size: 23px;
	padding: 20px;
	border-bottom: 0;
	background: #FFF4F5;
}
#freeContBox h2.tp_ttl02 {
	color: #f19149;
	font-size: 23px;
	padding: 14px 20px;
	background: none;
	border: solid 1px #f19149;
}
#freeContBox h3.tp_ttl03 {
	color: #f19149;
	font-size: 20px;
	padding: 20px;
	border-left: none;
	border-bottom: solid 2px #f19149;
    letter-spacing: 0.2em;
}
#freeContBox h4.tp_ttl04 {
	display: block;
	font-size: 25px;
	padding: 20px;
	background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 7px);
	background-size: 7px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#freeContBox h5.tp_ttl05 {
	font-size: 20px;
	padding: 20px;
	border: none;
	border-bottom: solid 1px #333;	
}
#freeContBox h6.tp_ttl06 {
	font-size: 20px;
	padding: 20px;
	border-bottom: none;
	border-left: solid 12px #f19149;
}
.type-sp #freeContBox h1.tp_ttl01 {
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5;
}
.type-sp #freeContBox h2.tp_ttl02 {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5;
}
.type-sp #freeContBox h3.tp_ttl03 {
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5;
}
.type-sp #freeContBox h4.tp_ttl04 {
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5;
}
.type-sp #freeContBox h5.tp_ttl05 {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5;
}
.type-sp #freeContBox h6.tp_ttl06 {
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5;
}

/*/////テンプレート - テキスト/////*/
@media (min-width:768px) {
	#freeContBox .element .page_txt {
		padding: 0 20px;
	}
}
.type-sp #freeContBox .element .page_txt {
	font-size: 13px;
}

/*/////テンプレート - 表組み（縦並び）/////*/
#freeContBox .rows_table th {
	text-align: center;
	background: #FFF4F5;
	padding: 20px;
    width: 28%;
    vertical-align: middle;
}
#freeContBox .rows_table td {
	padding: 20px;
    vertical-align: middle;
}

/*/////テンプレート - 表組み（横並び）/////*/
#freeContBox .columns_table th {
	text-align: center;
	background: #FFF4F5;
	padding: 20px;
    vertical-align: middle;
}
#freeContBox .columns_table td {
	padding: 20px;
    vertical-align: middle;
	text-align: center;
}

/*/////テンプレート - 要素/////*/
@media (min-width:768px) {
	#freeContBox .element .free_img.free_img_right,
	#freeContBox .element .free_img.free_img_left {
		width: 48.5%;
        padding: 0 20px;
	}
	#freeContBox .element .free_txt.free_txt_left,
	#freeContBox .element .free_txt.free_txt_right {
		width: 51.5%;
	}
    #freeContBox .element .free_img img {
		width: 100%;
	}
}

/*/////テンプレート - リンクリスト/////*/
#freeContBox .linkTxt_list ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
#freeContBox .linkTxt_list li {
	background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
    background-size: 4px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
}
#freeContBox .linkTxt_list li span {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 40px;
	color: #f19149;
}
#freeContBox .linkTxt_list li a {
	font-size: 15px;
	color: #333;
	margin: 20px 20px 20px 60px;
}
#freeContBox .linkTxt_list li a:hover {
	text-decoration: underline;
}
#freeContBox .linkTxt_list li {
	display: flex;
	align-items: center;
}
.type-sp #freeContBox .linkTxt_list li {
	display: inherit;
	align-items: inherit;
}
.type-sp #freeContBox .linkTxt_list li span {
	display: block;
	padding: 5px 0;
	font-size: 15px;
}
.type-sp #freeContBox .linkTxt_list li a {
	display: block;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	font-size: 15px;
}

/*/////テンプレート - ページャー/////*/
#freeContBox .paging .prev {
	float: left;
}
#freeContBox .paging .next {
	float: right;
}
#freeContBox .paging .prev a,
#freeContBox .paging .next a {
	display: block;
	width: 204px;
	height: 58px;
	background: #f19149;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 58px;
}
#freeContBox .paging .prev a:hover,
#freeContBox .paging .next a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.type-sp #freeContBox  .paging .prev a,
.type-sp #freeContBox  .paging .next a {
	width: 110px;
    height: 56px;
	line-height: 56px;
	font-size: 15px;
}