/*
pink CSS
*/

body {
    color: #1b224c;
    font-size: 17px;
    font-family: 游ゴシック体,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",FontAwesome,sans-serif;
    -webkit-font-smoothing: antialiased;	
}

h1, h2, h3, h4, h5, h6 {
    font-family: "TsukuARdGothic-Regular","Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.box-post h2 {
    border-left: none;
	color: #fff;
    background-color: indianred;
}

 .box-post h3 {
	border-left: none; 
    color : indianred; 
    background-color: #f7f8f8;
	 padding:0.5em 0;
	 border-top:solid 1px indianred;
	 border-bottom:solid 1px indianred;
}

.box-post h4 {
    border-left: none; 
    color : black; 
    background-color: #f7f8f8;
	 padding:0.5em 0;
	 border-top:solid 1px black;
	 border-bottom:solid 1px black;

}


/* メニュー変更 */

.header .site-title a .text.text1 {
    color: darkred;
}

.header .site-title a .text.text2 {
    color: darkred;
}

.main-nav ul > li.current-menu-item > a::after {
    background-color: #eeaac1;
}

.main-nav ul > li > a::after {
    background-color: #d5628a;	
}


/* 検索エリア */

.box-home-2 {
    background-color: #fbede9;
}

.box-home-2 .box .fas {
    color: #d5628a;
}


/* TOP3パーツ */
.box-home-6 {
    background-color: #fff;
    border: solid 3px #eeaac1;
}

.box-home-6 .table > tbody > tr.row-rank > td {
    border-bottom: dashed 1px #eeaac1;
    border-left: solid 1px #eeaac1;
}

.box-home-6 .table > tbody > tr.row-name > td, .box-home-6 .table > tbody > tr.row-btn > td {
    border-left: solid 1px #eeaac1;
}

.box-home-6 .table > tbody > tr.row-name > td {
    border-left: solid 1px #eeaac1;
}

.box-home-6 .table > tbody > tr.row-image > td, .box-home-6 .table > tbody > tr.row-job-number > td, .box-home-6 .table > tbody > tr.row-scheduled-dispatch > td {
    border-left: solid 1px #eeaac1;
}

.box-home-6 .table > tbody > tr.row-point > td {
    border-left: solid 1px #eeaac1;
    border-bottom: dashed 1px #eeaac1;
}

.box-home-6 .title > span {
    color: #eeaac1;
}
	
.box-home-6 .title::before {
    border-top: solid 1px darkred;
}

.yesterday-cv-number {
    color: #fff;
    font-size: 11px;
    padding: 5px 10px 4px 15px;
    background-color: #7BBADB;
    display: inline-block;
    border-radius: 25px;
}


/* 総合人気ランキング */



.panel-ranking .total {
    position: absolute;
    top: -30px;
    right: 15px;
    background-color: #fb7f00;
    color: #fff;
    font-size: 11px;
    padding: 0 13px;

}	

.panel-ranking .panel-heading .title {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    border: none;
}


.panel-heading {
    padding-top: 30px;	
}	
	

.sec-title2 {
    color: darkred;
    font-weight: 600;
    margin: 0;
	font-size: 24px;
}

@media (max-width: 767px) {
.sec-title2 {
	font-size: 16px;
}

}

.ellipsis a {
    color: #337ab7;
	text-decoration: underline;
}

.box-sidebar .box-header .box-title::before {
border-top: solid 2px #eeaac1;
}

.text-orange-bright {
    color: #eeaac1;
}

.panel-default {
    border-color: #eeaac1;
}

.box-home-3 {
    background-color: #fff;
    padding: 0;
}

.box-post .box-point > .inner {
    border-left: solid 8px #eeaac1;
}

.box-home-3 .panel .panel-body .box-point {
    text-align: justify;
}


/* ランキングマーク */
.box-sidebar-card .panel .title,
.box-home-4 .box-panel-card .panel .title {
    font-size: 13px;
}


/* ランキングマーク */
.panel-ranking .rank.rank1 .badge,
.panel-ranking .rank.rank2 .badge,
.panel-ranking .rank.rank3 .badge,
.panel-ranking .rank.rank .badge,
.box-sidebar-ranking .rank.rank1 .badge, 
.box-sidebar-ranking .rank.rank2 .badge,
.box-sidebar-ranking .rank.rank3 .badge,
.box-sidebar-ranking .rank .badge {
    background-color: darkred;
}

/* サイドバー */
.box-title {
 color :darkred;
}


/* フッターエリア */

footer .box-tempagency-list a .fas {
    color: #eeaac1;
}

#footer {
    background-color: #eeaac1;
}

#footer .box-reference-list {
    background-color: #3a291c;
    color: #fff;
    padding: 30px 0;
}

#footer .box-reference-list a,
#footer .box-reference-list a:hover, a:focus {
    color: #fff;
}

#footer .box-reference-list .tail {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

/* 各々ボタン */

.btn {
  padding: 8px;
  white-space: normal;
  word-wrap: break-word;	
}

.btn-default {
    border-color: none;
}

.btn-success {
    color: darkred;
    background-color: #fff;
    border-color: darkred;
    border: solid 1px;
}

.btn-success:hover {
    color: #fff;
    background-color: #d5628a;
    border-color: #d5628a;
}

.box-post a.btn-success {
color: darkred;
background-color: #fff;
border-color: darkred;
border: solid 1px;
}

.box-post .btn-success:hover {
    color: #fff;
    background-color: #d5628a;
    border-color: #d5628a;
}

.btn-danger {
    color: #fff;
    background-color: darkred;
    border-color: darkred;
}

.btn-pink {
    color: #fff;
    background-color: #FF99FF;
    border-color: #FF99FF;
}

.box-sidebar-ranking .box-body a:hover .btn {
    background-color: none;
}

/* その他 */

.white {
    color: #fff;
}

.panel-green {
    border-color: #eeaac1;
}

.panel-green > .panel-heading {
    background-color: #eeaac1;
    border-color: #eeaac1;
}

.panel-green > .panel-body .panel-card {
    border-color: #eeaac1;
}

.box-qanda-list .box-qanda .que > .text {
    color: #eeaac1;
}

.box-qanda-list .box-qanda .que .fa-angle-down {
    color: #eeaac1;
}

.box-qanda-list .box-qanda .fa-stack .fa-question {
    color: #eeaac1;
}
	
.box-post .card-link {
    background-color: #fbede9;
}	


/* トップページ：特集フリーエリアイラストボタン部分 */


.illuarea {
margin: 10px;
}
.illu5 {
padding: 5px;
}


.s1 {
 color: #444;
 font-size: 16px;
 display: flex;
 align-items: center;
}
.s1:before, .s1:after {
 content: "";
 flex-grow: 1;
 height: 1px;
 background: #444;
 display: block;
}
.s1:before {
 margin-right: .4em;
}
.s1:after {
 margin-left: .4em;
}


/* テーブルストライプをピンクに */

.table-pinkst > tbody > tr:nth-child(odd) > td,
.table-pinkst > tbody > tr:nth-child(odd) > th {
  background-color: #fbede9;
}

.table-pinkst thead > tr > th, .table-pinkst tbody > tr > th, .table-pinkst tfoot > tr > th, .table-pinkst thead > tr > td, .table-pinkst tbody > tr > td, .table-pinkst tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: none;
}


/* sp */
.box-home-0 {
    background-color: #fbede9;
}

.box-home-6.box-shortcode {
    border: solid 3px darkred;
}

.box-home-3 .sec-title {
    margin-top: 20px;
}

.pointtl {
	color: darkred;
	border: 1px solid darkred;
	padding: 3px 10px;
	font-weight: bold;
	display: inline-block;
    font-size: 16px;
}

.panel-green.panel-featured-tempagency .panel-ranking {
    border-bottom-color: #d5628a;
}

.sitetime-wrapper{
    padding-right: 0!important;
    padding-left: 0!important;
}

.sitetime {
	color: #C0C0C0;
	font-size: 8px;
	float: right;
	padding-top: 25px;
}

blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #fff0f0;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "“";
    font-family: sans-serif;
    color: #ffdfdf;
    font-size: 130px;
    line-height: 1;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #ffdfdf;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.this_article_EEAAC0 {
    border: 3px solid #EEAAC0;
    border-radius: 8px;
	padding: 15px;
}

.this_article_EEAAC0 .article_ttl {
    font-size: 21px;
	font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #EEAAC0;
}

.pdr_15 {
	padding: 0 15px 0 0;
}

.pdr_0 {
	padding-right: 0;
}

.pd_lr_5 {
    padding: 0 5px;
}

.pd_lr_0 {
    padding-left: 0;	
    padding-right: 0;
}

.ranking_mg5 {
	margin: 5px;	
}
	
.ranking_about {
	 padding: 10px;
	 margin: 5px;
	 border: 2px solid #333333;
	 border-radius: 10px;
}

.eq {
    display: flex;
    flex-wrap: wrap;	
}

.con_t {
  display: flex;
  align-items: center;
  height: auto;
  padding: 10px;
}
	
.con_i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 0 0 17px;	
}

.box-post a {
    text-decoration: none;
}
	
.box-post a :hover {
    text-decoration: underline;
}	

.com_ta img {
    max-width: none;
}

.com_ta .table > tbody > tr > td {
vertical-align: middle;
white-space: nowrap;	
}
	
.com_ta .table > tbody > tr > th {
text-align: center;
white-space: nowrap;
}

.ico_a {
background-color: #F17C67;
color: #fff;
}

.ico_b {
background-color: #FAA55C;
color: #fff;
}

.ico_c {
background-color: #009DBF;
color: #fff;
}

.is {
font-size: 3em;
font-weight: normal;
}

/* parts/search_area（aside > 都道府県検索） */

.search_area_link_box {
    border: 2px solid #eeaac1;
    margin-bottom: 20px;
}

.search_area_link_box .search_area_link_head {
    background: #eeaac1;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.search_area_link_box .search_area_link_body  {
    font-size: 12px;
}

.search_area_link_box .search_area_link_body .area_title {
    background: #f7f6f0;
	padding: 5px;
}

.search_area_link_box .search_area_link_body .area_text {
	padding: 5px;
}

.search_area_link_box .search_area_link_body ul {
    padding: 0;
	margin: 0;
}

.search_area_link_box .search_area_link_body li {
    display: inline-block;
    font-size: 13px;
	margin-right: 2px;
}

	
.num_area {
background-image:
linear-gradient(-90deg, #404042 50%, transparent 50%),
linear-gradient(#404042 50%, transparent 50%);
background-size: 20px 20px;
background-color: #373739;
color: #fff;
padding: 10px 0 0;
font-size: 12px;
}
	
.num_bg {
background-color: rgb(255,255,255,0.1);
padding : 15px;
margin: 5px;
}
	
.kensu_num_b {
font-size: 38px;
font-weight: bold;
line-height: 1;
}
	
.kensu_num_s {
font-size: 21px;
font-weight: bold;
}
	
.mg0 {
margin: 0;	
}	

.pd_0 {
		padding: 0;
}	

.qa_ar {
margin: 30px 0;
}

.question_co::before,
.answer_co::before {
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}

.question_co,
.answer_co {
  position: relative;
  margin-left: 50px;
  min-height: 40px;
  margin-bottom: 10px;
}

.question_co::before {
  color: #fff;
  background: #eeaac1;
  top: -7px;
  content: "Q";
}

.question_co {
  color: darkred;
  font-weight: bold;
}

.answer_co::before {
  top: -7px;
  content: "A";
  background: #d5628a;
}

#main-nav {
    display: block;
}
#hamburger {
    display: none;
}

.sitetime-sp {
    display: none;
}

.navbar-brand {
  float: left;
  background: url("/haken/wp-content/uploads/2022/06/220606_2.png") no-repeat left center;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-size: contain;
  height: 52px;
  padding: 0 90px;
  margin: 4px 10px;
}

.sns_icon {
  padding: 5px 0;
}

.sns_icon a {
color: #fff;
}

.sns_icon a :hover {
  text-decoration: none;
}

footer .box-footer-meta {
  padding: 0;
}

.box-home-6 .row-scheduled-dispatch .dispatch {
  font-size: 14px;
}

.box27 {
	position: relative;
	padding: 0.5em 1em;
	border: solid 3px darkred;
	margin:13px 3px 1px 1px;
}

.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -28px;
	left: -3px;
	padding: 0 9px;
	line-height: 27px;
	font-size: 17px;
	background: darkred;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}	

.site-title {
	font-size: 9px;
	padding: 0;
	margin: 0;
}

.header .site-title {
	font-size: 9px;
	padding: 0;
	margin: 0;
}

.merit {
    background: #f3f3f3;
    padding: 15px;
    margin: 15px;
}

.merit .merit_ttl {
    font-size: 19px;
    font-weight: bold;
    border-bottom: solid #eeaac1 2px;
    text-align: center;
}

.merit li {
    margin: 1em 0;
}

.merit ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: li;
    font-weight: bold;
}

.merit ol li {
    position: relative;
    font-size: 16px;
    padding-left: 1.5em;
    line-height: 1.5;
}

.merit ol li::before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 27px;
    font-weight: bold;
    color: darkred;
    line-height: 20px;
    text-align: center;
}

.kk {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 3px solid #e0d0c9;
    padding: 20px;
    margin: 20px;
}
	
.kk_i {
    flex-basis: 9%;
}
	
.kk_c {
    flex-basis: 84%;
    padding-left: 20px;
}
	
.kk_name {
    font-size: 19px;
    font-weight: bold;
}
	
.star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    font-size: 21px;
}
	
.star5_rating:before, .star5_rating:after {
    content: '★★★★★';
}
	
.kk_r {
    font-size: 95%;
    padding-left: 12%;
}
	
@media (max-width: 767px) {
.kk_r {
    padding-left: 0;
}
}
	
.star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    font-size: 21px;
}
	
.star5_rating:before,
.star5_rating:after{
    content: '★★★★★';
}
	
.star5_rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}
	
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */
	


.box-post div.box-author-title {
    display: inline-block;
    padding: 8px 10px 5px;
    border: none;
    color: #fff;
    background-color: #da9ba7;
    font-size: 16px;
    margin-bottom: 0;
}
	
	
.this_ttl {
    display: inline-block;
    padding: 8px 10px 5px;
    border: none;
    color: #fff;
    background-color: #da9ba7;
    font-size: 16px;
    margin-bottom: 0;
	font-weight: 700;
}
	
	
.site_title {
	font-size: 9px;
	padding: 0;
	margin: 0;
}
	
.header .site-title {
	font-size: 9px;
	padding: 0;
	margin: 0;
}

.page-title-2 {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	position: relative;
    text-align: left;
}

.label_pr {
    background-color: #204573;
    line-height: 3;
    color: #FFFFFF;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 20px;
    margin-right: 5px;
    font-size: 10px;
}

.k_t_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
}

@media (max-width: 767px) {

	
.box-home-0 {
    padding: 10px;
}

.box-home-0 .box-btn .btn {
    margin-bottom: 0;
}

.big {
    font-size: 1.2em;
}
	
.left0 {
    padding-left: 0;	
}	
	
.panel-ranking .panel-heading {
    padding-left: 5px;

}	

.panel-ranking .panel-heading .title {
    font-size: 17px;
    overflow: hidden;
    border: none;
}
	
.panel-ranking .panel-body > .row .col:first-child {
    padding-right: 0;
}
.panel-ranking .panel-body > .row .col:last-child {
    padding-left: 0;
}	

.panel-ranking .panel-body .des p {
    line-height: 1.2em;
	margin: 0 0 0.5em 0;
}	
	
.inner {
	font-size: 14px;
}
.sitetime-wrapper{
    padding-right: 12px!important;
}
.sitetime {
	padding-top: 15px;
	padding-right: 15px;
    word-break: break-all;
}	
	
.clone-header .sitetime {
    display: none;
  }	
	
.num_area {
padding : 5px 0 0;
}	
	
.num_bg {
padding : 10px;
margin: 5px;
}
	
.kensu_num_b {
font-size: 19px;
font-weight: bold;
}	
	
.kensu_num_s {
font-size: 12px;
}	

#main-nav {
display: none;
}

#hamburger {
display: block;
}

.sitetime-pc {
 padding-top: 24px;
}

.sitetime-pc span {
 display: none;
}

.sitetime-sp {
 display: inline-block;
 padding-top: 0;
 padding-bottom: 3px;
}

.clone-header .site-title {
 display: block;
}

.clone-header .sitetime {
 display: block;
}	

.navbar-brand {	
  height: 37px;
  padding: 0 90px;
  margin: 0px 5px;	
	}

.sns_icon {
text-align: center;
}	

.page-title-2 {
	font-size: 24px;
}		
		
	
}





.k_t_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
}

		
.mg_0 {
margin: 0;
}
	
.mg_1_0 {
margin: 1em 0;
}	

.pd_05 {
	padding: 0.5em;	
	}	

.top_tile_img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}	
	
.tx_lc_2 {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 2;
font-size: 16px;
padding-bottom: 0;	
}
	
.tx_lc_3 {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 3;
font-size: 14px;
    line-height: 1.2;
	letter-spacing: 0;
padding-bottom: 0;	
}	
	
.top_tile_img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}	

