@charset "UTF-8";
/* CSS Document */

/*---------------------
タイトル
---------------------*/

.main-title{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.main-title .main-title-sub{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 23px 0;
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	color: #8B8B8B;
	background: url(../images/arrow_d_b.png) no-repeat center bottom;
}

.text-red{
    color:#E24A67;
}

#top_pickup .recruit_pickup_title {
    width: 130px;
    margin: 0 auto;
}

#top_pickup .aboutus_pickup_title {
    width: 170px;
    margin: 0 auto;
}
#top_pickup .company_pickup_title {
    width: 150px;
    margin: 0 auto;
}
#top_pickup .action_pickup_title {
    width: 190px;
    margin: 0 auto;
}
#top_pickup .worldview_pickup_title {
    width: 190px;
    margin: 0 auto;
}
#top_pickup .mail_pickup_title {
    width: 240px;
    margin: 0 auto;
}
#top_pickup .web-edi_pickup_title {
    width: 115px;
    margin: 0 auto;
}
#top_pickup .privacy_pickup_title {
    width: 230px;
    margin: 0 auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

a:hover img{
    opacity: 0.8;
}

img{
-webkit-backface-visibility: hidden;
}

/*---------------------
フォーム
---------------------*/

.recruit-btn .wpcf7-list-item-label {
  position: static;
  padding-left: 5px;
}
.recruit-btn .wpcf7-list-item-label:before{
  display: none;
}
.recruit-btn .wpcf7-list-item-label:after{
  display: none;
}


.wpcf7-list-item-wrapper input[type="checkbox"]{
  display: none;
}

.wpcf7-list-item-wrapper2 input[type="checkbox"]{
  display: none;
}
.wpcf7-list-item-wrapper label{
  cursor: pointer;
}
.wpcf7-list-item-wrapper2 label{
  cursor: pointer;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
}

.wpcf7-list-item-label:before{
  width: 15px;
  height: 15px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 2px solid #ced4da;
}

.wpcf7-list-item-label:after{
    width: 10px;
    height: 5px;
    border: 2px solid #E24A67;
    content: '';
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 3px;
    top: 4px;
    border-top: none;
    border-right: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;

}

.wpcf7-list-item-wrapper input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}
.wpcf7-list-item-wrapper2 input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

.wpcf7-list-item-wrapper span.wpcf7-list-item {
    display: block !important;
}
.wpcf7-list-item-wrapper span+span {
    padding-top:1em;
}

.contact-form-wrapper hr{
    opacity: 0.3;
}

.contact-form-wrapper .submit-btn{
    padding: .5em 1.5em;
    color: #FFF;
    background: #E24A67;
    border: 1px solid #E24A67;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 33px;
}

.contact-form-wrapper .submit-btn:hover{
    opacity: 0.8;
}

div.wpcf7-response-output {
    margin: 2em !important;
    padding: 1em 0 !important;
    border: 2px solid #ff0000 !important;
    text-align: center;
}

span.required {
    background: #E24A67;
    color: #fff;
    padding: 5px 8px;
    margin-left: 1em;
    font-size: .6em;
    border-radius:20px;
    }

.contact-form-wrapper ul li{
    list-style-type: none;
}

.contact-form-wrapper ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #E24A67;
	position: relative;
	left: -13px;
	top: -3px;
}

.contact-form-wrapper .bg-pink{
    background:#E24A67;
    padding:.5em 0
}

.contact-form-wrapper h2{
    color:#fff;
    font-size:1.1rem;
}

/* Chrome, Safari */
.form-control::-webkit-input-placeholder{
    color: #cfcfcf !important;
}

/* Firefox */
.form-control::-moz-placeholder{
    color: #cfcfcf !important;
}

/* Firefox 18以前 */
.form-control:-moz-placeholder{
    color: #cfcfcf !important;
}

/* IE */
.form-control:-ms-input-placeholder{
    color: #cfcfcf !important;
}

/*---------------------
recruit
---------------------*/

.adjustment{
        position: relative;
    }

.adjustment::before{
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 10;
    padding: .6rem;
    }

.adjustment .adjustment-text{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    z-index: 12;
    color: #fff;
    font-size: 1.5rem;
    }


.title_border-deco{
	width: 100%;
	padding: 3em 0 6px 0;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/shoplist_hr.png) no-repeat center bottom;
}

.tbl{
	width:100%;
    border-collapse: collapse;
}
.tbl th{
    text-align: left;
	border-bottom:1px solid #ffffff;
	padding:10px 15px;
	width:auto;
	background:#F3D4D8;
	color:#444444;
}
.tbl td{
	border-bottom:1px solid #ffffff;
	padding:10px 15px;
/*	background:#f4f3ef;*/
    border:1px solid #EEEEEE;
}

.tbl02{
	width:100%;
    border-collapse: collapse;
}
.tbl02 th{
    text-align: left;
	border-bottom:1px solid #ffffff;
	padding:10px 15px;
	width:7em;
	background:#F3D4D8;
	color:#444444;
}
.tbl02 td{
	border-bottom:1px solid #ffffff;
	padding:10px 15px;
/*	background:#f4f3ef;*/
    border:1px solid #EEEEEE;
}
.tbl02 td li+li{
	padding-top:.5em;
}

.tbl03{
	width:100%;
    border-collapse: collapse;
}
.tbl03 th{
    text-align: left;
	border-bottom:1px solid #ffffff;
	padding:10px 15px;
	width:10em;
	background:#F3D4D8;
	color:#444444;
}
.tbl03 td{
/*	border-bottom:1px solid #ffffff;*/
	padding:10px 15px;
/*	background:#f4f3ef;*/
    border:1px solid #EEEEEE;
}
.tbl03 td li+li{
	padding-top:.5em;
}

@media screen and (max-width: 575px) {
    .tbl03 th,.tbl03 td{
        width:100%;
        display:block;
    }
}

/*---------------------
action
---------------------*/

.action-wrapper h1{
    color:#E24A67;
    font-size:1.5rem;
}




/*---------------------
世界観ページ
---------------------*/
body.page-id-185 {
    background: url(https://humpty-dumpty.renovas.xyz/wordpress/wp-content/uploads/2018/09/alice_bg.gif) repeat;
}

body.page-id-185 .worldview_img-wrapper01 {
    width:400px;
}

body.page-id-185 #prinner p {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.2rem;
    line-height: 32px;
}

body.page-id-185 p+p {
    padding-top:1.5em;
}

body.page-id-185 p+p {
    padding-top:1.5em;
}

body.page-id-185 #products .inner {
	margin: 150px auto;
	max-width: 1142px;
	box-sizing: border-box;
	padding: 0px 20px;
}

body.page-id-185 #prTop {
	background: url(../images/world-view/worldview-img03-top03.png) no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 12%;
}

body.page-id-185 #prBottom {
	background: url(../images/world-view/worldview-img03-bottom03.png) no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 11%;
}

body.page-id-185 #prleft {
	background: url(../images/world-view/worldview-img03-left.svg) no-repeat;
	background-position: left center;
}

body.page-id-185 #prright {
	background: url(../images/world-view/worldview-img03-right.svg) no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

body.page-id-185 #prinner {
	padding: 5% 0 19%;
}

body.page-id-185 #products .lead {
	max-width: 570px;
	margin: 10px auto 50px;
}

body.page-id-185 .worldview-links a{
    color:#000;
    text-decoration: none;
}

body.page-id-185 .worldview-links a p{
    line-height: 23px;
    padding: 10px 0 0;
    font-weight: bold;
}

body.page-id-185 .worldview-links a p:hover{
    opacity: 0.8;
}

body.page-id-185 .worldview-links img{
    width:50%;
}

@media screen and (max-width: 575px) {

    body.page-id-185 .worldview_img-wrapper01 {
    width:100%;
    }

    body.page-id-185 #prleft {
	background: none
    }

    body.page-id-185 #prright {
	background: none
    }

    body.page-id-185 p {
    font-size: 1rem;
    line-height: 25px;
}
}


/*---------------------
Web-EDI
---------------------*/

body.page-id-213 hr{
    opacity: 0.3;
}




/*---------------------
スタッフ募集
---------------------*/

body.post-type-archive-jobs .shoplist_area_cnt{
    padding:3em 0 0;
}

body.post-type-archive-jobs .shoplist_area_cnt h3{
    padding-bottom:1em;
    font-size:1.2rem;
    color:#E24A67;
    font-weight: bold;
}

body.post-type-archive-jobs h1{
    font-size:1.7rem;
    padding-bottom:1em;
    text-align: center;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color:#E24A67;
    font-weight: bold;
}

body.post-type-archive-jobs h1 span{
    font-size:2rem;
}

@media screen and (max-width: 575px) {

body.post-type-archive-jobs h1{
    font-size:1.2rem;
}

body.post-type-archive-jobs h1 span{
    font-size:1.4rem;
}

}

body.tax-jobs_shoplist .shoplist_detail_shopname , .single-jobs .shoplist_detail_shopname{
    padding:3em 0 0;

}

body.tax-jobs_shoplist .container{
    padding:3em 0;

}



body.tax-jobs_shoplist .card-content h2{
    color:#E24A67;
    font-weight: bold;
    padding-bottom: .8em;
    margin-bottom: 1em;
    border-bottom:1px solid #dee2e6;
}
body.tax-jobs_shoplist .card-content p{
    color:#000;
    font-size:.9rem;
}
body.tax-jobs_shoplist .card-content p span{
    font-weight: bold;
}
body.tax-jobs_shoplist .card-content p+p{
    padding-top:.8em;
}
body.tax-jobs_shoplist .card-content a.job-btn{
    background: #E24A67;
    display: block;
    border-radius: 30px;
    text-align: center;
    margin-top:1em;
    color:#fff;
    padding: .3em 0;
    text-decoration: none;
}
body.tax-jobs_shoplist .card-content a.job-btn:hover{
    opacity: 0.8;
}


body.single-jobs a.job-form{
    background: #E24A67;
    display: block;
    border-radius: 30px;
    text-align: center;
    margin-top:2em;
    color:#fff;
    padding: .5em 0;
    text-decoration: none;
}


body.single-jobs a.job-form:hover{
    opacity: 0.8;
}

/*add 20181116 blog*/
body.single-blog .content_title,
body.tax-blog_cat .content_title,
body.tax-blog_shoplist .content_title,
body.tax-blog_shoplist .content_title,
body.post-type-archive-blog .content_title {
	margin: 40px auto 50px auto;
    text-align: center;
}
body.single-blog .content_title img,
body.tax-blog_cat .content_title img,
body.tax-blog_shoplist .content_title img,
body.post-type-archive-blog .content_title img {
    width: 135px;
}
body.single-blog .post_list,
body.tax-blog_cat .post_list,
body.tax-blog_shoplist .post_list,
body.post-type-archive-blog .post_list {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

body.single-blog .blog_title_cnt{
	width: 80%;
	margin: 40px auto 60px auto;
	text-align: center;
}
body.single-blog .blog_title_cnt .blog_title_line{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
body.single-blog .blog_title_cnt .blog_title_date{
	font-size: 10px;
	padding: 10px 10px;
	color: #aaa;
}
body.single-blog .blog_title_cnt .blog_title_cat{
	font-size: 9px;
	margin-right: 5px;
	padding: 4px 6px;
	display: inline-block;
}
body.single-blog .blog_title_cnt .blog_title_hr{
	background: none;
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	border-left: none;
	padding: 0;
	margin: 2px auto;
	width: 100px;
}

body.single-blog .blog_category_cnt{
	width: 760px;
	margin: 30px auto 10px auto;
	text-align: center;
}

body.single-blog .blog_category_cnt .blog_category_line{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
body.single-blog .blog_category_cnt .blog_category_line_alp{
	height: 40px;
	font-size: 10px;
	color: #aaa;
	padding-bottom: 3px 0 25px 0;
	background: url(../images/arrow_d_b.png) no-repeat center bottom;
}

body.single-blog .pagination {
	clear: both;
	padding: 60px 0;
	position: relative;
	font-size: 12px;
	line-height: 37px;
	text-align: center;
}
body.single-blog .pagination-box {
	display: inline-block;
}
body.single-blog .pagination span, .pagination a {
	display: block;
	//float: left;
	margin: 0 2px;
	padding: 0 10px;
	min-width: 40px;
	height: 40px;
	text-decoration: none;
	color: #444; /* 通常の文字色 */
	background: #FFF; /* 通常の背景色 */
	border: 1px solid #CCCCCC;
}
body.single-blog .pagination a.prev{
	background: url(../images/bt_arrow_l_b.png) no-repeat left center;
	padding-left: 30px;
	padding-right: 15px;
}
body.single-blog .pagination a:hover.prev{
	background: #E24A67 url(../images/bt_arrow_l_w.png) no-repeat left center;
}
body.single-blog .pagination a.next{
	background: url(../images/bt_arrow_r_b.png) no-repeat right center;
	padding-right: 30px;
	padding-left: 15px;
}
body.single-blog .pagination a:hover.next{
	background: #E24A67 url(../images/bt_arrow_r_w.png) no-repeat right center;
}
body.single-blog .pagination a.back{
	background: url(../images/arrow_u_b.png) no-repeat;
	background-position: 5px center;
	padding-left: 40px;
	padding-right: 15px;
	margin: 0 20px;
}
body.single-blog .pagination a:hover.back{
	background: #E24A67 url(../images/arrow_u_w.png) no-repeat;
	background-position: 5px center;
}


body.single-blog .pagination a:hover{
	color: #FFF; /* マウスホバー時の文字色 */
	background: #E24A67; /* マウスホバー時の背景色 */
	border: 1px solid #E24A67;
}
body.single-blog .pagination .current{
	padding: 0 10px;
	min-width: 40px;
	height: 40px;
	color: #FFF; /* 現在のページの文字色 */
	background: #E24A67; /* 現在のページの背景色 */
	border: 1px solid #E24A67;
}

.blog_item_detail_cnt{
	margin: 50px auto 0px auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.blog_item_detail_cnt .title{
	font-size: 14px;
	font-weight: bold;
}
.blog_item_detail_cnt .hr{
	background: none;
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	border-left: none;
	padding: 0;
	margin: 8px auto 26px auto;
	width: 100px;
}
.blog_item_detail_cnt .sidebar-widget-wrap ul li{
	text-align: left;
	margin-bottom: .5rem;
}


body.single-blog #secondary { margin-top: 40px; }
body.single-blog #secondary li a { text-decoration: none; color: #3e3e3e; line-height: 1.6; }
body.single-blog #secondary li a .date { display: block; font-weight: bold; border-bottom: 1px solid #ced4da; margin-bottom: .25rem; padding-bottom: .25rem;}

/*add 20190313 blog*/
body.post-type-archive-blog .news_post_cnt .news_post_box .pt_box,
body.tax-blog_shoplist .news_post_cnt .news_post_box .pt_box{
	width: 220px;
	height: 220px;
}
body.post-type-archive-blog .news_post_cnt .news_post_box .pt_box img,
body.tax-blog_shoplist .news_post_cnt .news_post_box .pt_box img{
	width: 220px;
	height: 220px;
	object-fit: cover;
}
body.single-blog .list-unstyled img{
	width: 90px;
	height: 90px;
	object-fit: cover;
}
body.single-blog .news_post_cnt img{
	max-width: 100%;
	height: auto;
}
body.single-blog .news_post_cnt h1{
	font-size: 3rem;
	font-weight: bold;
}
body.single-blog .news_post_cnt h2{
	font-size: 2.48rem;
	font-weight: bold;
}
body.single-blog .news_post_cnt h3{
	font-size: 2.07rem;
	font-weight: bold;
}
body.single-blog .news_post_cnt h4{
	font-size: 1.728rem;
	font-weight: bold;
}
body.single-blog .news_post_cnt h5{
	font-size: 1.44rem;
	font-weight: bold;
}
body.single-blog .news_post_cnt h6{
	font-size: 1.2rem;
	font-weight: bold;
}
body.single-blog .news_post_cnt strong{
	font-weight: bold;
}
body.single-blog .news_post_cnt em{
	font-style: italic;
}
body.single-blog .news_post_cnt blockquote{
	margin: 2rem;
	background: #eee;
	padding: 1rem;
}
@media (max-width: 991px) {
	body.single-blog .blog_title_cnt{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	body.single-blog .blog_title_cnt .blog_title_line{
		font-size: 18px;
		line-height: 23px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	body.single-blog .blog_title_cnt .blog_title_hr{
		background: none;
		border-top: 1px solid #ccc;
		border-bottom: none;
		border-right: none;
		border-left: none;
		padding: 0;
		margin: 2px auto;
		width: 100px;
	}
	body.single-blog .blog_title_cnt .blog_title_date{
		font-size: 10px;
		padding: 7px 10px;
		color: #aaa;
	}
	body.single-blog .blog_title_cnt .blog_title_cat{
		font-size: 9px;
		margin-right: 5px;
		margin-bottom: 25px;
		padding: 4px 6px;
		display: inline-block;
	}

	body.single-blog .blog_title_cnt .news_category_line{
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}

}

body.post-type-archive-blog .news_post_cnt .news_post_box,
body.tax-blog_shoplist .news_post_cnt .news_post_box {
	margin-bottom: .8125rem;
}
body.post-type-archive-blog .news_post_cnt .news_post_box a,
body.tax-blog_shoplist .news_post_cnt .news_post_box a {
	text-decoration: none;
}
body.post-type-archive-blog .news_post_cnt .news_post_box .txt_box .tag,
body.tax-blog_shoplist .news_post_cnt .news_post_box .txt_box .tag{
	font-size: 9px;
	margin-right: 5px;
	padding: 4px 6px;
}
body.post-type-archive-blog .news_post_cnt .news_post_box .txt_box .date,
body.tax-blog_shoplist .news_post_cnt .news_post_box .txt_box .date{
	font-size: 10px;
	margin-top: 5px;
	color: #E24A67;
}
body.post-type-archive-blog .news_post_cnt .news_post_box .txt_box .title,
body.tax-blog_shoplist .news_post_cnt .news_post_box .txt_box .title{
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 7px;
	font-size: 13px;
	line-height: 16px;
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
}
body.post-type-archive-blog .news_post_cnt .news_post_box .txt_box .shopname,
body.tax-blog_shoplist .news_post_cnt .news_post_box .txt_box .shopname{
	display: inline-block;
	border: 1px solid #CCCCCC;
	font-size: 8px;
	line-height: 13px;
	color: #3e3e3e;
	letter-spacing: 0;
	padding: 3px 7px;
	margin-bottom: 5px;
}


.pagination {
	clear: both;
	padding: 60px 0;
	position: relative;
	font-size: 12px;
	line-height: 37px;
	text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 0 2px;
	padding: 0 10px;
	min-width: 40px;
	height: 40px;
	text-decoration: none;
	color: #444; /* 通常の文字色 */
	background: #FFF; /* 通常の背景色 */
	border: 1px solid #CCCCCC;
}
.pagination a.prev{
	background: url(../images/bt_arrow_l_b.png) no-repeat left center;
	padding-left: 30px;
	padding-right: 15px;
}
.pagination a:hover.prev{
	background: #E24A67 url(../images/bt_arrow_l_w.png) no-repeat left center;
}
.pagination a.next{
	background: url(../images/bt_arrow_r_b.png) no-repeat right center;
	padding-right: 30px;
	padding-left: 15px;
}
.pagination a:hover.next{
	background: #E24A67 url(../images/bt_arrow_r_w.png) no-repeat right center;
}
.pagination a.back{
	background: url(../images/arrow_u_b.png) no-repeat;
	background-position: 5px center;
	padding-left: 40px;
	padding-right: 15px;
	margin: 0 20px;
}
.pagination a:hover.back{
	background: #E24A67 url(../images/arrow_u_w.png) no-repeat;
	background-position: 5px center;
}


.pagination a:hover{
	color: #FFF; /* マウスホバー時の文字色 */
	background: #E24A67; /* マウスホバー時の背景色 */
	border: 1px solid #E24A67;
}
.pagination .current{
	padding: 0 10px;
	min-width: 40px;
	height: 40px;
	color: #FFF; /* 現在のページの文字色 */
	background: #E24A67; /* 現在のページの背景色 */
	border: 1px solid #E24A67;
}

