@charset "UTF-8";
:root {
	font-size: 10px;
}

body {
	font-size: 14px;
	min-width: 375px;
}

img {
	max-width: 100%;
	height: auto;
}

#container {
	text-align: left;
}

.mainTtl {
	padding-top: 70px;
	margin-bottom: 50px;
}

.p-headline--vertical-product{
	background: url(/item/images/top/product/itemlist_bg1_pc.jpg) no-repeat;
	background-size: cover;
	padding: 25px;
	margin-bottom: 40px;
}

.p-headline--vertical-product__main{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1.6px;
	text-align: center;
	margin: 0 0 12px;
}

.p-headline--vertical-product__sub{
	text-align: center;
	letter-spacing: 1.6px;
}

.p-column--product_card-in{
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
}

.anchyor--product--list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.anchyor--product--list li{
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	line-height: 2.5;
	box-sizing: border-box;
	text-align: left;
	width: 22%;
	margin-top: 5px;
	border-bottom: 1px dashed #ddd;
}

.anchyor--product--list::before{
	content:"";
	display: block;
	width:22%;
	order:1;
}

.anchyor--product--list::after{
	content:"";
	display: block;
	width:22%;
}

.anchyor--product--list li a{
	line-height: 1.5;
	background: url(/item/images/icon/arrow_small.png) no-repeat;
	background-size: 6px;
	background-position: left center;
	padding: 10px 0 10px 15px;
}

.product--list{
	background-color:  #fff;
	max-width: 940px;
	margin: 40px auto;
}

.p-column--product--list__item__list{
	padding: 25px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-column--product--list__item__list{
	text-align: center;
}

.p-column--product--list__item__list__box{
	width: 100%;
	box-sizing: border-box;
}

.p-column--product--list__item__list__box .colTtlBox {
	width: 50%;
	float: left;
}

.p-column--product--list__item__list__box__h{
	margin-bottom: 10px;
}

.p-column--product--list__item__list__box__ttl{
	font-size: 20px;
	line-height: 2.0;
	margin-bottom: 10px;
}

.p-column--product--list__item__list__box__description{
	width: 50%;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.8;
	margin: -140px 0 0;
}

.p-column--product--list__item__list__box__description.v02 {
	margin: -140px 0 70px;
}

.p-column--product--list__item__list__box__txt{
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
}

.p-column--product--list__item__list__box__list{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-column--product--list__item__list__box__list__item{
	width: calc( 50% - 12px);
	font-size: 15px;
	text-align: left;
	background: url(/item/images/icon/ourservicearow_blue.png) no-repeat 0 6px;
	padding-left: 12px;
	margin-bottom: 5px;
}

.p-column--product--list__item__list__box__list__item a{
	text-decoration: underline;
}

.p-column--product--list__item__list__box__list__item a:hover,
.p-column--product--list__list__box__list__item a:active{
	color: #f25493;
}

.anchyor--product--list--list{
	text-align: left;
	width: 50%;
	margin: 15px 0 0;
}

.anchyor--product--list--list.v02{
	margin: -40px 0 0;
}

.anchyor--product--list--list a{
	text-decoration: underline;
}

.anchyor--product--list--list li{
	display: inline-block;
	min-width: 48%;
	font-size: 1.4rem;
	line-height: 1.8;
	box-sizing: border-box;
	text-align: left;
	padding-left: 13px;
	background:url(/item/images/icon/arrow_small.png) no-repeat;
	background-size: 6px;
	background-position: left 9px;
	margin-bottom: 10px;
}

.col01{
	display: block!important;
}

.col02{
	width: 200px;
	vertical-align: top;
	background-position: left 8px !important;
}

.c-layout--product--anchor--triple{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 25px;
}

.c-layout--product--anchor--triple__item{
	width: calc( 50% - 10px);
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.c-layout--product--anchor--triple__item a{
	display: flex;
	align-items: center;
	padding: 10px;
	text-decoration: none;
}

.c-layout--product--anchor--triple__item figure{
	line-height: 0;
}

.c-layout--product--anchor--triple__item p{
	flex: 1;
	text-align:left;
	margin-left: 15px;
	padding-left: 20px;
	color: #333;
	font-size: 1.5rem;
	background: url(/item/images/icon/arrow_bk.png) no-repeat;
	background-position: left center;
}

.product__img {
	width: 100px;
}

.p-column--product__list__item__list__txt {
	margin-left: 20PX;
	font-size: 1.5rem;
	flex: 1;
}

.p-column--product__list__item__list__txt dt {
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 10px;
}

.p-column--product__list__item__list__txt dd {
	line-height: 1.8;
}

.sttl {
	font-size: 1.2rem;
	color: #fff;
	display:inline-block;
	margin-top: 20px;
	background: #a2a2a2;
	padding: 2px 10px;
}

.anchyor--room-cleaning--list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.anchyor--room-cleaning--list li {
	font-size: 1.4rem;
	line-height: 1.8;
	box-sizing: border-box;
	text-align: left;
	width: 49%;
	padding-left: 13px;
	background:url(/item/images/icon/arrow_small.png) no-repeat;
	background-size: 6px;
	background-position: left center;
}

.anchyor--room-cleaning--list a {
	text-decoration: underline;
}

.ourservice--list {
	margin-top: 10px; 
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}

.ourservice--list li {
	margin-right: 30px!important;
	font-size: 1.4rem;
	line-height: 1.8;
	box-sizing: border-box;
	text-align: left;
	padding-left: 15px;
	background: url(/item/images/icon/arrow_small.png) no-repeat;
	background-size: 6px;
	background-position: left center;
}
.ourservice--list a {
	text-decoration: underline;
}

.service-link__ttl {
	padding: 20px 10px;
	background: #333;
	font-size: 1.2rem;
	color: #fff;
}

.service-link__list {
	border-bottom: 1px solid #e6e6e6;
}

.service-link__list span {
	margin: 15px;
	display: block;
	font-size: 1.2rem;
	padding-left: 30px;
	position:relative;
}

.service-link__list-img1 span:before {
	background: url(/servicemaster/images/icon/footer_icon1.png) no-repeat;
}

.service-link__list-img2 span:before {
	background: url(/servicemaster/images/icon/footer_icon2.png) no-repeat;
}

.service-link__list-img3 span:before {
	background: url(/servicemaster/images/icon/footer_icon3.png) no-repeat;
}

.service-link__list-img4 span:before {
	background: url(/servicemaster/images/icon/footer_icon4.png) no-repeat;
}

.service-link__list-img5 span:before {
	background: url(/servicemaster/images/icon/footer_icon5.png) no-repeat;
}

.service-link__list-img6 span:before {
	background: url(/servicemaster/images/icon/footer_icon6.png) no-repeat;
}

.service-link__list span:before {
	content: "";
	background-size: 100%;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	position: absolute;
	display: block;
	margin-top: -10px;
}

.service-link__list span:after {
	content: "";
	width: 7px;
	height: 7px;
	top: 50%;
	right: 0;
	border-top: 2px solid #c7c7c7;
	border-right: 2px solid #c7c7c7;
	transform: rotate(45deg);
	position: absolute;
	display: block;
	margin-top: -4px;
}

.c-layout--anchor--triple__item-p {
	display: flex;
	align-items: center;
}

.p-column--bathroom {
	margin-bottom: 70px;
	min-height: 520px;
	background: url(/item/images/top/bg/bathroom_pc.jpg) no-repeat;
	background-size: 100% auto;
}

.p-column--set-plan {
	margin-bottom: 70px;
	min-height: 520px;
	background: url(/item/images/top/bg/set_plan_pc.jpg) no-repeat;
	background-size: 100% auto;
}

.p-column--room-cleaning {
	margin-bottom: 70px;
	min-height: 520px;
	background: url(/item/images/top/bg/room_cleaning_pc.jpg) no-repeat;
	background-size: 100% auto;
}

.c-layout--card--single--en__item {
	width: calc(100%);
	margin: 0 auto;
}

.c-layout--card--single--en__item--double+.c-layout--card--single--en__item--double {
	margin-top: 20px;
}

.c-layout--card--triple--en__item__bgheader,
.c-layout--card--triple--en__item__bgheader--blue,
.c-layout--card--triple--en__item__bgheader--skyblue {
	width: 100%;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.p-column--popularity_card-in {
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #ddd;
}

.anchyor--popularity--list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.anchyor--popularity--list li {
	font-size: 1.5rem;
	line-height: 2.5;
	box-sizing: border-box;
	text-align: left;
	width: 22%;
	padding-left: 14px;
	background:url(/item/images/icon/arrow_small.png) no-repeat;
	background-size: 6px;
	background-position: left center;
	border-bottom: 1px dashed #ddd;
	margin-top: 15px;
}

.anchyor--popularity--list li:nth-child(1),
.anchyor--popularity--list li:nth-child(2),
.anchyor--popularity--list li:nth-child(3),
.anchyor--popularity--list li:nth-child(4) {
	margin-top: 0;
}

.c-layout--anchor--triple {
	display: flex;
	justify-content: space-between;
	max-width: 940px;
	height: 86px;
	margin: 0 auto;
}

.c-layout--anchor--triple__item {
	width: calc(50% - 5px);
	background-color: #f7ba00;
}

.c-layout--anchor--triple__item a {
	display: flex;
	align-items: center;
	padding: 10px;
	text-decoration: none;
}

.c-layout--anchor--triple__item figure {
	width: 30%;
	line-height: 0;
}

.c-layout--anchor--triple__item p {
	flex: 1;
	width: 100%;
	margin-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-size: 1.5rem;
	background: url(/item/images/icon/arrow_dow.png) no-repeat;
	background-position: right center;
}

.c-layout--anchor--triple__item+.c-layout--anchor--triple__item {
	margin-left: 8px;
}

.c-grid,
.c-grid--sp20,
.c-grid--sp10 {
	width: 100%;
	box-sizing: border-box;
}

.p-topmain {
	background: url(/item/images/top/top_column_special_img_pc.jpg) no-repeat;
	background-position: right 0;
	background-size: 66% auto;
}

.u-typo--w--bold2 {
	font-weight: bold;
	font-size: 3.6rem;
	color: #fff;
	letter-spacing: 0.3rem;
	text-indent:0.3rem;
}

.c-button--blue,
.c-button--blue--long,
.c-button--blue--long--l35 {
	background: #f7ba00;
}

.p-column--ourservice__item__list {
	height: 330px;
	background: url(/item/images/top/img_bg_pc.jpg) no-repeat;
	box-sizing: border-box;
	padding: 45px 0 0;
	margin: 0 0 10px;
}

.p-column--ourservice__item__list:nth-child(2) {
	background: url(/item/images/top/img_bg02_pc.jpg) no-repeat;
}

.card-center {
	display: flex;
	align-items: center;
}

.content--f {
	display: flex;
}

.u-width--card-double {
	width: 50%;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	margin: 0 20px 0 0;
}

.u-width--card-double.side {
	margin: 0;
}

.u-width--card-double.colOne {
	width: 49%;
}

.l-grid--main {
	max-width: 960px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}

.c-button--blue {
	width: 227px;
	border-radius: 45px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	display: block;
	padding: 13px 0 13px 0;
	margin: 20px auto 0;
}

.c-button--blue:link {
	color: #fff;
}

.c-button--blue:hover,
.c-button--blue:visited {
	color: #fff;
	text-decoration: none;
}

.c-button--blue span {
	padding-left: 20px;
	padding-right: 6px;
	position: relative;
}

.c-button--blue span:before {
	content: "";
	width: 7px;
	height: 7px;
	top: 50%;
	margin-top: -4px;
	left: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	display: block;
}

.c-button--blue:hover,
.c-button--blue:active {
	background: #f9c600;
}

.c-card--border {
	padding: 13px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.c-card--end-triangle {
	position: relative;
}

.c-card--end-triangle:after {
	content: "";
	width: 0;
	height: 0;
	bottom: -13px;
	right: -14px;
	border: 12px solid transparent;
	border-top: 12px solid #f7ba00;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
}

.c-layout--imgset__caption__ttlset {
	height: 115px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: column;
	flex-flow: column;
}

.c-layout--imgset__caption__ttlset__main {
	margin-bottom: 7px;
	font-size: 14px;
	font-size: 1.4rem;
}

.c-layout--imgset__caption__ttlset__sub {
	font-size: 17px;
	font-size: 1.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-layout--imgset__caption__description {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}

.c-layout--imgset__caption__description__set {
	padding-top: 20px;
	margin: 0 10px;
}

.c-layout--lr__item__box--r,
.c-layout--lr__item__box--l {
	width: 41%;
	left: 55%;
	position: absolute;
}

.c-layout--lr__item__box--l {
	left: 60px;
}

.c-layout--card--double,
.c-layout--card--double--sp-h2col,
.c-layout--card--triple--en {
	width: 940px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
}

.c-layout--card--double--sp-h2col .anchyor--product--list--list {
	width: 100%;
}

.c-layout--card__item:last-child,
.c-layout--card--triple__item:last-child,
.c-layout--card--double__item:last-child,
.c-layout--card--double--center__item:last-child,
.c-layout--card--double--sp-h2col__item:last-child,
.c-layout--card--triple--en__item:last-child,
.c-layout--card--triple__item--plane__item:last-child,
.c-layout--card--triple--sp-same__item:last-child {
	margin: 0;
}

.c-layout--card--double__item,
.c-layout--card--double--center__item,
.c-layout--card--double--sp-h2col__item {
	width: calc( 50% - 10px);
}

.c-layout--card--triple--en__item__bgheader--skyblue{
	background: #f7ba00;
}

.p-breadcrumb {
	width: 960px;
	display: inline-block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: auto;
}

.p-breadcrumb__wrap {
	width: 100%;
	margin-bottom: 15px;
	background: #f1f1f1;
	padding: 10px 0;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.p-breadcrumb__item {
	text-align: left;
	display: inline-block;
}

.p-breadcrumb__item__link {
	position: relative;
	margin-right: 20px;
}

.p-breadcrumb__item__link:hover {
	cursor: pointer;
}

.p-breadcrumb__item__link:after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	right: -10px;
	top: 5px;
}

.p-footer {
	height: 55px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-headline--lv1__left__txt {
	margin-left: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline;
	vertical-align: top;
}

.p-headline--vertical-set,
.p-headline--vertical-set--plain,
.p-headline--vertical-set--plain--sp-left,
.p-headline--vertical-set--plain--sp-center,
.p-headline--vertical-set--logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 40px;
}

.p-headline--vertical-set--plain__main {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 1.6px;
	text-align: center;
	margin: 0 0 12px;
}

.p-headline--vertical-set--plain__sub {
	text-align: center;
	letter-spacing: 1.6px;
}

#servicemaster-slider-main{
	margin-bottom: 70px;
}

.p-slider--main {
	margin-bottom: 125px !important;
}

.p-slider--main .slick-slide {
	padding: 0 10px;
}

.p-slider--main .slick-slide img {
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.p-slider--main .slick-slide a img {
	width: 100%;
	margin: auto;
}


.p-slider--main .slick-current img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.p-slider--main .slick-prev,
.p-slider--main .slick-next {
	width: 70px;
	height: 60px;
	z-index: 1;
}

.p-slider--main .slick-prev {
	left: calc( 50% - 562px) !important;
	background: url(/images/btn-prev.png) no-repeat 0 0 !important;
}

.p-slider--main .slick-next {
	left: calc( 50% + 497px) !important;
	background: url(/images/btn-next.png) no-repeat 0 0 !important;
}

.p-slider--main .slick-prev:before,
.p-slider--main .slick-next:before {
	color: #000 !important;
	display: none;
}

.p-slider--main .slick-dots {
	height: 100px;
	bottom: -125px;
}

.p-slider--main .slick-dots img {
	width: 226px;
}

.p-slider--main .slick-dots button:before {
	display: none;
}

.p-slider--main .slick-dots li {
	width: auto;
	height: auto;
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.p-slider--main .slick-dots li.slick-active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.p-slider--main--nav {
	width: 940px;
	margin: auto;
	margin-bottom: 25px;
}

.p-slider--main--nav:hover,
.p-slider--main--nav:active {
	cursor: pointer;
}

.p-slider--main--nav img {
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.p-slider--main--nav .slick-current img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.p-slider--main--nav .slick-slide {
	margin: 0 7px;
	box-sizing: border-box;
}

.common_footer_bannar_slide {
	margin-bottom: 45px;
	position: relative;
}

.common_footer_bannar_slide .slick-slider {
	width: 100%;
}

.common_footer_bannar_slide .slick-slider a img:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.common_footer_bannar_slide .slick-slider {
	padding-left: 11px;
}

.common_footer_bannar_slide .slick-prev,
.common_footer_bannar_slide .slick-next {
	width: 28px;
	height: 100%;
	background-size: 10px 15px;
	background: #000;
	z-index: 100;
}

.common_footer_bannar_slide .slick-prev:before,
.common_footer_bannar_slide .slick-next:before {
	content: "" !important;
	width: 10px;
	height: 15px;
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	display: block;
	position: relative;
	z-index: 100;
}

.common_footer_bannar_slide .slick-prev {
	left: 0;
	border-radius: 0 4px 4px 0;
}

.common_footer_bannar_slide .slick-prev:before {
	left: 8px !important;
	background: url(/common/images/icon_bannarslider_arrow_left_w.png) no-repeat !important;
}

.common_footer_bannar_slide .slick-next {
	right: 0;
	border-radius: 4px 0 0 4px;
}

.common_footer_bannar_slide .slick-next:before {
	left: 10px !important;
	background: url(/common/images/icon_bannarslider_arrow_right_w.png) no-repeat !important;
}

.p-column{
	width: 100%;
	margin-bottom: 80px;
}

.p-column--contact {
	width: 100%;
	margin: auto;
	padding: 80px 0 80px;
	background: #f6f8f9;
}

.p-column--contact__list {
	width: 940px;
	max-width: 100%;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row;
	flex-flow: row;
}

.p-column--contact__list__item__link:hover {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.p-column--ourservice__item {
	width: 940px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.p-column--ourservice__item__list {
	position: relative;
	text-align: center;
}

.p-column--ourservice__item__list__box__h {
	margin-bottom: 10px;
}

.p-column--ourservice__item__list__box__ttl {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 2.0;
}

.p-column--ourservice__item__list__box__description {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.8;
}

.p-column--ourservice__item__list__box__txt {
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
}

.p-column--ourservice__item__list__box__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-column--ourservice__item__list__box__list__item {
	width: calc( 50% - 12px);
	padding-left: 12px;
	margin-bottom: 5px;
	font-size: 15px;
	text-align: left;
	background: url(/item/images/icon/ourservicearow_blue.png) no-repeat 0 6px;
}

.p-column--ourservice__item__list__box__list__item a {
	text-decoration: underline;
}

.p-column--ourservice__item__list__box__list__item a:hover,
.p-column--ourservice__item__list__box__list__item a:active {
	color: #f25493;
}

.p-column--voice__search {
	background: #fff;
	overflow: hidden;
}

.p-column--voice__search__allarea {
	overflow: hidden;
}

.p-column--voice__search__allarea--highlight {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.p-column--voice__search__allarea__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.p-column--voice__search__allarea__link:hover,
.p-column--voice__search__allarea__link:visited {
	text-decoration: none;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.p-column--voice__search__allarea__nolink {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.p-column--voice__search__allarea__icon {
	margin-right: 15px;
}

.p-column--voice__search__allarea__list {
	margin-right: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-column--voice__search__allarea__list__item:first-child {
	font-size: 14px;
}

.p-column--voice__search__allarea__list__item:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.p-column--voice__search__allarea__list__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 250%;
	padding: 10px;
	appearance: none;
	border: 1px solid #e5e5e5;
	background: #eee;
	background: url(/item/images/form/selector.png) 98.7% 50% no-repeat;
	border-radius: 0;
	display: block;
}

.p-column--voice--banner {
	width: 100%;
}

.p-column--voice--banner__item {
	width: 940px;
	margin: auto;
	display: block;
	text-align: center;
}

.p-column--voice--banner__item__link:hover,
.p-column--voice--banner__item__link:visited {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.p-column__ftslider {
	width: 940px;
	margin: 0 auto 60px;
}

.p-column--contact {
	width: 100%;
	background: #f6f8f9;
	padding: 80px 0;
	margin: 0 auto;
}


.u-color--blue {
	color: #f7ba00;
}

.u-color--bt--red:link,
.u-color--bt--red:visited {
	color: #fff;
}

.u-color--bt--red:hover,
.u-color--bt--red:active {
	color: #ffde00;
}

.u-color--bg--blue-light {
	background: #f6f8f9;
}

.u-color--bg--blue {
	background-color: #f25493;
}

.u-color--bg--orange {
	background: #ebb56b;
}

.u-color--bg--blue-sky {
	background: #67bce0;
}

.u-color--bg--red-light {
	background: #e5828e;
}

.u-color--bg--green-emerald {
	background: #50d7b6;
}

.u-disp--sp {
	display: none;
}

.left--icon1 {
	display: flex;
	justify-content: center;
}

.left--icon1::before {
	content: "";
	display: inline-block;
	height: 53px;
	width: 53px;
	background-image: url(/item/images/icon/icon_3.png);
	background-repeat: no-repeat;
	background-size: 53px;
	background-position: left center;
}

.left--icon1.icon2::before {
	background-image: url(/item/images/icon/icon_2.png);
}

.sttl-pink {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 8px;
	color: #fff;
	font-weight: bold;
	background: #f00;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding: 1px 4px;
	margin-left: 4px;
}

.c-arrow--up--blue {
	position: relative;
}

.c-arrow--up--blue:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	transform: rotate(-45deg);
	border-top: 2px solid #f7ba00 ;
	border-right: 2px solid #f7ba00;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.alphabetFont {
	font-size: 32px;
	font-weight: bold;
	color: #cac7a8;
}

.alphabetFont02 {
	font-size: 20px;
	font-weight: bold;
	color: #edebd9;
}


@media (max-width: 668px) {

.mainTtl {
	padding-top: 30px;
	margin-bottom: 20px;
}

.p-breadcrumb__wrap {
	display: none;
}

.header-info-li.sp {
	display: block!important;
}

#container .l-grid--main {
	width: 100%;
	padding: 90px 20px 0;
}

#container .mmbrSts-org ~ .l-grid--main,
#container .mmbrSts-org_pre ~ .l-grid--main,
#container .mmbrSts-hataraki ~ .l-grid--main {
	padding: 169px 20px 0;
}

.p-headline--lv1__left__txt {
	font-size: 1.4rem;
}

.p-slider--main {
	margin-bottom: 40px !important;
}

.p-slider--main .slick-slide {
	padding: 0;
}

.p-slider--main .slick-slide a img {
	width: auto;
}

.p-slider--main .slick-dots {
	bottom: -105px;
}

.p-slider--main .slick-dots li {
	width: 10px;
	height: 10px;
	background: #cfcfc7;
	border-radius: 50%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.p-slider--main .slick-dots li.slick-active {
	background: #666;
}

.p-slider--main .slick-dots img {
	display: none;
}

#servicemaster-slider-main {
	margin-bottom: 30px;
}

.c-layout--anchor--triple {
	height: auto;
	margin: 0 5%;
}

.c-layout--anchor--triple__item figure {
	width: 100%;
}

.c-layout--anchor--triple__item a {
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 5px 13px;
}

.c-layout--anchor--triple__item p {
	display: inline-block;
	font-size: 1.1rem;
	text-align: center;
	background-position: bottom center;
	padding: 0 0 20px;
	margin: 10px 0 0;
}

.c-layout--lr__item__box--r,
.c-layout--lr__item__box--l {
	width: 100%;
	left: 0;
	position: static;
}

.p-column--room-cleaning {
	margin-bottom: 35px;
	background: url(/item/images/top/bg/room_cleaning_sp.jpg) no-repeat;
	background-size: 100% auto;
}

.c-grid--sp10 {
	padding: 0 10px;
	box-sizing: border-box;
}

.u-typo--w--bold2 {
	font-size: 2rem;
}

.p-column--ourservice__item {
	width: 100%;
}

.p-column--ourservice__item__list {
	height: 100%;
	border: 10px solid #fff;
	padding-top: 0;
	background-image: none;
	background-color: #fdf9ec;
}

.p-column--ourservice__item__list:nth-child(2) {
	height: 100%;
	border: 10px solid #fff;
	padding-top: 0;
	background-image: none;
	background-color: #fdf9ec;
}

.p-column--ourservice__item__list__box {
	box-sizing: border-box;
	padding: 30px 20px;
}

.p-column--ourservice__item__list__box__h {
	height: 24px;
	margin-bottom: 8px;
}

.p-column--ourservice__item__list__box__ttl {
	font-size: 1.8rem;
	margin-bottom: 13px;
}

.p-column--ourservice__item__list__box__txt {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.left--icon1::before {
	width: 40px;
	height: 40px;
	background-size: 40px;
}

.u-disp--sp {
	display: block;
}

.p-column--product_card-in {
	padding: 10px;
	margin: 0 4%;
}

.p-headline--vertical-product{
	background: url(/item/images/top/product/itemlist_bg1_sp.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 0;
}

.p-headline--vertical-product__main{
	font-size: 1.5rem;
}

.anchyor--product--list li {
	width: 48%;
	font-size: 1.2rem;
}

.product--list {
	margin: 20px auto;
}

.p-column--product--list__item__list:last-child {
	height: 100%;
	background-image: none;
	background-size: contain;
	padding: 4%;
	margin: 0 4%;
}

.p-column--product--list__item__list__box__ttl {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 13px;
}

.p-column--product--list__item__list .imgTtl {
	width: 125px;
	float: right;
}

.p-column--product--list__item__list__box__description {
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 1.2rem;
	clear: both;
	margin: 10px 0;
}

.p-column--product--list__item__list__box__description.v02 {
	margin: 105px 0 0;
}

.anchyor--product--list--list {
	width: 100%;
}

.anchyor--product--list--list.v02 {
	margin: 15px 0 0;
}

.anchyor--product--list--list li {
	font-size: 1.2rem;
}

.c-layout--product--anchor--triple__item {
	width: 100%;
}

.c-layout--product--anchor--triple__item figure {
	width: 80px;
}

.c-button,
.c-button--blue,
.c-button--blue--long,
.c-button--blue--long--l35 {
	width: 100%;
	padding: 20px 0 18px 0;
	margin: 0 auto;
}

.c-layout--card--double,
.c-layout--card--double--sp-h2col,
.c-layout--card--triple--en {
	width: 100%;
	min-height: 0%;
	display: block;
}

.c-layout--card--double--sp-h2col li {
	width: 100%;
	border-bottom: dashed 1px #bbb;
	padding-bottom: 5px;
}

.c-layout--card--double--sp-h2col li a {
	text-decoration: none;
}

.product__img {
	width: 80px;
}

.u-width--card-double.side {
	margin: 10px 0 0;
}

.p-column--product__list__item__list__txt {
	background: url(/item/images/icon/arrow_sp.jpg) no-repeat;
	background-position: right center;
	background-size: 19px;
	padding-right: 40px;
}

.p-column--product__list__item__list__txt dt,
.p-column--product__list__item__list__txt dd {
	font-size: 1.2rem;
	line-height: 1.5;
}

.p-headline--vertical-set--plain__main {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1.6px;
	text-align: center;
	margin: 0 0 6px;
}

.p-column--ranking {
	box-sizing: border-box;
	padding: 50px 10px 30px;
}

.p-column--ranking__list {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-column--ranking__list__item__set {
	height: 100%;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-column--ranking__list__item__num {
	margin: 0 0 5px;
}

.p-column--ranking__list__item__set__item {
	width: calc( 40% - 10px);
	margin-right: 0;
}

.p-column--ranking__list__set2 {
	height: 100%;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.p-column--ranking__list__set2__item {
	width: calc( 33% - 22px);
	height: 100%;
	margin-right: 0;
	float: none;
	box-sizing: border-box;
}

.p-column--ranking__list__item__txt {
	font-size: 2.2vw;
}

.p-column--ranking__attention {
	width: 100%;
}

.kwBox {
	margin: 30px 20px;
}

.c-layout--card--triple--en__item__bgheader,
.c-layout--card--triple--en__item__bgheader--blue,
.c-layout--card--triple--en__item__bgheader--skyblue{
	font-size: 1.4rem;
}

.p-column--popularity_card-in {
	padding: 10px 10px 25px;
}

.anchyor--popularity--list li {
	font-size: 1.2rem;
	width: 48%;
	margin-top: 10px;
}

.p-column--voice__search {
	max-width: 960px;
	width: calc( 100% - 20px);
	box-sizing: border-box;
	padding: 0 10px 0;
}

.p-column--voice__search__allarea__list__item:first-child {
	font-size: 3.0vw;
}

.p-column--voice__search__allarea__list__item:nth-child(2) {
	font-size: 3.6vw;
	margin-right: 10px;
}

.u-width--card-double {
	width: 100%;
	margin-right: inherit;
}

.u-width--card-double.colOne {
	width: 100%;
}

.c-layout--card--double--sp-h2col {
	width: calc( 100% - 8%);
}

.c-layout--card--double__item,
.c-layout--card--double--center__item,
.c-layout--card--double--sp-h2col__item {
	width: 100%;
}

.p-column__ftslider {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 20px;
	box-sizing: border-box;
}

.common_footer_bannar_slide .slick-slider {
	padding-left: 4px;
}

.common_footer_bannar_slide .slick-prev,
.common_footer_bannar_slide .slick-next {
	width: 17px;
	height: 100%;
}

.common_footer_bannar_slide .slick-prev:before {
	left: 3px !important;
}

.common_footer_bannar_slide .slick-next:before {
	left: 5px !important;
}

.common_footer_bannar_slide .slick-slider li {
	margin-right: 5px !important;
}

.p-column--contact {
	box-sizing: border-box;
	padding: 30px 20px 30px;
}

.p-column--contact__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.alphabetFont {
	font-size: 26px;
}

.alphabetFont02 {
	font-size: 15px;
	text-align: left;
	margin: 0 0 5px
}
}


@media only screen and (max-width: 667px) {
#footerBottom {
	/* display: none!important; */
}
#footerSp {
	display: block!important;
}

  #footerSp{
    width: 100%!important;
    border-top: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }
  #footerSp h4 {
    padding: 5px 0 3px 23px;
    background-color: #CDA661;
    font-family: monospace;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
  }
  #footerSp #ftnav,
  #page-top{
    display: none!important;
  }
  #footerSp #fnav0,
  #footerSp #fnav2,
  #footerSp #fnav3,
  #footerSp .pagetopBottom{
    display: block;
  }
  #footerSp #ftnav,
  #footerSp .navi,
  #footerSp .navi ul,
  #footerSp .bottom{
    width: auto;
  }
  #footerSp .navi{
    padding: 0;
    text-align: left;
    border-bottom: none;
  }
  #gfnav {
    display: none;
  }
  #fnav0 {
    background-color: #E85282;
  }
  #fnav1 {
    padding: 0 10px;
    background-color: #FFD2E0;
  }
  #fnav2 {
    padding: 0 10px;
    background-color: #f1f1f1;
  }
  #fnav3 {
    padding: 0 10px;
    background-color: #dddddd;
  }
  #fnav5 {
    background-color: #FFF1D8;
  }
  #fnav0 li a {
    padding: 19px 20px 19px 23px;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
    display: block;
  }
  #fnav1 li a {
    border-bottom: 1px dotted #FFF;
    background: url(/common/responsive/images/arrow_footer.png) no-repeat 95% center;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    color: #535353;
  }
  #fnav2 li a,
  #fnav3 li a {
    border-bottom: 1px dotted #CCC;
    background: url(/common/responsive/images/arrow_footer.png) no-repeat 95% center;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    color: #535353;
  }
  #fnav5 li{
    padding: 0 10px;
    border-bottom: 1px solid #CDA661;
  }
  #fnav5 li a {
    background: url(/common/responsive/images/arrow_footer_pre.png) no-repeat 95% center;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    color: #535353;
  }
  #fnav1 li a,
  #fnav2 li a,
  #fnav3 li a,
  #fnav5 li a {
    padding: 19px 25px 19px 13px;
    font-size: 15px;
    line-height: 16px;
    display: block;
  }
  #fnav1 li:last-child a,
  #fnav2 li:last-child a,
  #fnav3 li:last-child a{
    border-bottom: none;
  }
  #fnav0 li a img {
    width: 18px;
    height: 18px;
    float: right;
  }
  .pagetopBottom {
    background-color: #9e0001;
    width: auto;
    margin: 0 auto;
  }
  .pagetopBottom a {
    padding: 8px 0;
    font-size: 13px;
    line-height: 14px;
    color: #FFF !important;
    text-align: center;
    display: block;
  }
  .pagetopBottom a span {
    vertical-align: middle;
  }
  #footerSp .bottom{
    padding: 17px 10px 20px;
  }
}

.fSpace {
	letter-spacing: -3.4px;
}
@media only screen and (max-width: 667px) {
.fSpace {
	letter-spacing: -1px;
}
}


/* お問い合わせレイアウト修正追記 */
.p-column--contact__list__item:first-child {
	margin-right: 10px;
}
.p-column--contact__list__item:nth-child(2),
.p-column--contact__list__item:nth-child(3) {
	margin-right: 8px;
}

@media (max-width: 640px) {
.p-column--contact__list__item:first-child {
	width: calc( 100%);
	margin-right: 0;
	margin-bottom: 10px;
}
.p-column--contact__list__item:nth-child(2),
.p-column--contact__list__item:nth-child(3),
.p-column--contact__list__item:nth-child(4) {
	width: calc( 34% - 8px);
}
}




/* *****************************
  itemArea
***************************** */
.itemArea .c_item{
	position: relative;
	border: 1px solid #E6E6E6;
	padding-bottom: 0px;
}
.itemArea .c_item._noAcd{
	padding-bottom: 0;
}
.itemArea .c_item .heading{
	position:relative;
	display: table;
	width: 100%;
	background: #F2F6F7;
}
.itemArea .c_item .heading a{
	background: #F2F6F7;
	background-repeat: no-repeat;
	background-size: 34px auto;
	background-position: center left 18px;
	padding: 14px 22px 14px 75px;
	height: 80px;
	display: flex;
	align-items:center;
}
.itemArea .c_item .heading .ttl{
	font-weight: bold;
	font-size: 17px;
	display: table-cell;
	vertical-align: middle;
}
.itemArea .c_item .heading a:hover .ttl{
	color: #23c3d6;
}
.itemArea .c_item .icon_blank{
	position: relative;
}
.itemArea .c_item .icon_blank::after{
    content: '';
    position: absolute;
    background: url(/common/re2021/images/icon/ico_away.png) no-repeat;
    background-size: contain;
    width: 13px;
    height: 12px;
    display: inline-block;
    right: -20px;
    bottom: 50%;
    margin-bottom: -7px;
}

.itemArea .c_item .list ul{
	min-height: 145px;
}

.itemArea .c_item .list{
	padding: 17px;
	min-height: 145px;
}
.itemArea .c_item .list li{
	margin-bottom: 4px;
	text-indent: -1em;
	padding-left: 1em;
}
.itemArea .c_item .list li:last-child{
	margin-bottom: 0;
}
.itemArea .c_item .list li a{
	font-size: 14px;
}
.itemArea .c_item .detailBtn{
	position: relative;
	bottom: 0;
	background: #fff;
	text-align: center;
	width: 100%;
	border-top: 1px dotted #D9D9D9;
}
.itemArea .c_item .detailBtn a{
	font-size: 14px;
	color: #E5014F;
	padding: 10px;
	display: block;
}
.itemArea .c_item .detailBtn span{
    display: block;
    width: 100%;
	position: relative;
	margin: auto;
	padding-right: 10px;

}
.itemArea .c_item .detailBtn span:after{
	content: "";
	position: absolute;
	transition: all 0.2s ease-in-out;
	right: 0;
	top: 30%;
	margin: auto;
	display: table;
	width: 6px;
	height: 6px;
	border-top: solid 1px #E5014F;
	border-right: solid 1px #E5014F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;  
}
@media only screen and (min-width: 751px) {  
	.itemArea .c_item.item01 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item01.svg);
	  background-size: 39px 46px;
	}
	.itemArea .c_item.item02 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item02.svg);
	  background-size: 38px 38px;
	}
	.itemArea .c_item.item03 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item03.svg);
	  background-size: 41px 38px;
	}
	.itemArea .c_item.item04 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item04.svg);
	  background-size: 43px 43px;
	}
	.itemArea .c_item.item05 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item05.svg);
	  background-size: 42px 36px;
	}
	.itemArea .c_item.item06 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item06.svg);
	  background-size: 28px 40px;
	  background-position: center left 25px;
	}
	.itemArea .c_item.item07 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item07.svg);
	  background-size: 33px 44px;
	}
	.itemArea .c_item.item08 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item08.svg);
	  background-size: 40px 43px;
	}
	.itemArea .c_item.item09 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item09.svg);
	  background-size: 33px 47px;
	  background-position: center left 20px;
	}
	.itemArea .c_item.item10 .heading a{
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item10.svg);
	  background-size: 44px 42px;
	}
	.itemArea .c_item.item11 .heading a{
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item11.svg);
	  background-size: 32px 44px;
	  background-position: center left 20px;
	}
	.itemArea .c_item.item12 .heading a{
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item12.svg);
	  background-size: 51px 48px;
	  background-position: center left 13px;
	}
	.itemArea .c_item.item13 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item13.svg);
	  background-size: 50px 43px;
	  background-position: center left 15px;
	}
	.itemArea .c_item.item14 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item14.svg);
	  background-size: 40px 41px;
	}
	.itemArea .c_item.item15 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item15.svg);
	  background-size: 39px 44px;
	}
	.itemArea .c_item.item16 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item16.svg);
	  background-size: 45px 34px;
	  background-position: center left 20px;
	}
	.itemArea .c_item.item17 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item17.svg);
	  background-size: 37px 45px;
	}
	.itemArea .c_item.item18 .heading a{ 
	  background-image: url(/common/re2021/images/cate_top/icon/icon_item18.png);
	  background-size: 45px 41px;
	}
}
@media only screen and (max-width: 750px) {
	.itemArea .colItem{    
	  	display: block;
	}
	.itemArea .c_item{    
	  	float: left;
	}
	.itemArea .c_item .heading a{
		padding: 10px 3px 10px 50px;
		background-position: center left 10px;
		height: 70px;
	}
	.itemArea .c_item .heading a:has(.icon_blank){
		padding-right: 39px
	}
	.itemArea .c_item:not(._noAcd) .heading a{
		pointer-events: none;
	}
	.itemArea .c_item.item01 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item01.svg);
		background-size: 30px 36px;
	}
	.itemArea .c_item.item02 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item02.svg);
		background-size: 32px 32px;
	}
	.itemArea .c_item.item03 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item03.svg);
		background-size: 36px 33px;
	}
	.itemArea .c_item.item04 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item04.svg);
		background-size: 36px 36px;
		background-position: center left 7px;
	}
	.itemArea .c_item.item05 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item05.svg);
		background-size: 38px 32px;
		background-position: center left 6px;
	}
	.itemArea .c_item.item06 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item06.svg);
		background-size: 25px 36px;
		background-position: center left 14px;
	}
	.itemArea .c_item.item07 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item07.svg);
		background-size: 27px 37px;
	}
	.itemArea .c_item.item08 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item08.svg);
		background-size: 35px 38px;
		background-position: center left 8px;
	}
	.itemArea .c_item.item09 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item09.svg);
		background-size: 25px 35px;
		background-position: center left 14px;
	}
	.itemArea .c_item.item10 .heading a{
		background-image: url(/common/re2021/images/cate_top/icon/icon_item10.svg);
		background-size: 35px 34px;
	}
	.itemArea .c_item.item11 .heading a{
		background-image: url(/common/re2021/images/cate_top/icon/icon_item11.svg);
		background-size: 25px 35px;
		background-position: center left 13px;
	}
	.itemArea .c_item.item12 .heading a{
		background-image: url(/common/re2021/images/cate_top/icon/icon_item12.svg);
		background-size: 35px 33px;
		background-position: center left 7px;
	}
	.itemArea .c_item.item13 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item13.svg);
		background-size: 36px 31px;
		background-position: center left 8px;
	}
	.itemArea .c_item.item14 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item14.svg);
		background-size: 34px 34px;
	}
	.itemArea .c_item.item15 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item15.svg);
		background-size: 29px 33px;
	}
	.itemArea .c_item.item16 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item16.svg);
		background-size: 36px 27px;
	}
	.itemArea .c_item.item17 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item17.svg);
		background-size: 31px 37px;
	}
	.itemArea .c_item.item18 .heading a{ 
		background-image: url(/common/re2021/images/cate_top/icon/icon_item18.png);
		background-size: 36px 33px;
	}
	.itemArea .c_item .heading .ttl{
	  	font-size: 14px;
	}
	.itemArea .c_item .heading .acd{
		position: absolute;
		right: 8px;
		top: 50%;
		margin-top: -6px;
		width: 12px;
		height: 12px;
	}
	.itemArea .c_item .heading .acd:before{
		display: block;
		content: "";
		position: absolute;
		top:0; 
		right:0;
		bottom:0;
		left:0;
		margin:auto;
		width: 12px;
		height: 2px;
		background-color: #E5014F;
		transition: .2s;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.itemArea .c_item .heading .acd:after{
		display: block;
		content: "";
		position: absolute;
		top: 0; 
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 12px;
		height: 2px; 
		background-color: #E5014F;
		transition: .3s;
	}
	.itemArea .c_item.active .heading .acd:before{
	  	transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	.itemArea .c_item.active .heading .acd:after{
	  	background-color: transparent;
	}
	.itemArea .c_item:not(._noAcd) .heading.arw_r_r a:after{
		content: none;
  	}
	.itemArea .c_item .list{
		padding: 17px;
	}
	.itemArea .c_item.active .list{
		display: block;
		min-height: 145px;
	}
	.itemArea .c_item .list ul{
		padding-bottom: 15.4px;
	}
	.itemArea .c_item .detailBtn a{
	  	padding: 10px 0 0 0;
	  	display: flex;
	}
}


  
/* icon list */
.box_bdgray.icon a{
    font-size: 18px;
	padding: 30px 22px 30px 70px;
	background-repeat: no-repeat;
	background-position: center left 15px;
	background-size: 44px 44px;
}
.box_bdgray._icon01 a{
	background-image: url(/common/re2021/images/cate_top/icon/icon_service01.svg);
}
.box_bdgray._icon02 a{
	background-image: url(/common/re2021/images/cate_top/icon/icon_service02.svg);
	background-size: 42px 42px;
}
.box_bdgray._icon03 a{
	background-image: url(/common/re2021/images/cate_top/icon/icon_service03.svg);
}
.box_bdgray._icon04 a{
	background-image: url(/common/re2021/images/cate_top/icon/icon_service04.svg);
    background-size: 21px 47px;
    background-position: center left 24px;
    padding: 18px 22px 18px 70px;
}
.box_bdgray._icon05 a{
	background-image: url(/common/re2021/images/cate_top/icon/icon_service05.svg);
	background-size: 38px 39px;
}
.box_bdgray._icon06 a{
	background-image: url(/common/re2021/images/cate_top/icon/icon_service06.png);
	background-size: 36px 38px;
    background-position: center left 20px;
}
@media only screen and (max-width: 750px) {
	.box_bdgray a{
		display: block;
		padding: 17px 22px 17px 17px;
	}
	.box_bdgray.icon a{
		font-size: 14px;
		padding: 17px 24px 17px 54px;
		background-repeat: no-repeat;
		background-position: center left 11px;
		background-size: 32px 32px;
	}
	.box_bdgray._icon04 a{
		background-position: center left 14px;
	}
	.box_bdgray._icon06 a{
		background-position: center left 14px;
		background-size: 31px 32px;
	}
}



/* sec_con */
@media only screen and (max-width: 750px) {
	.itemTop{
		margin-top: 110px;
	}
	.is-bc .itemTop{
		margin-top: 100px;
	}
	.mmbrSts-org ~ .itemTop,
	.mmbrSts-org_pre ~ .itemTop,
	.mmbrSts-hataraki ~ .itemTop{
		margin-top: 187px;
	}
	.is-bc .mmbrSts-org ~ .itemTop,
	.is-bc .mmbrSts-org_pre ~ .itemTop,
	.is-bc .mmbrSts-hataraki ~ .itemTop{
		margin-top: 179px;
	}
}


/* 20211028追記_アンカーリンク追加 */
.anchor_link {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 585px;
	margin: 40px auto 0;
}
.anchor_link li {
	width: 280px;
	text-align: center;
}

.anchor_link li span {
	display:block;
	margin-bottom:10px;
	font-size:15px;
}

.anchor_link li a {
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e6e5df;
	border-radius: 4px;
	padding: 20px 30px;
	background: #E5014F;
	color: #fff;
}
.anchor_link li a:hover {
	opacity: 0.8;
}
.anchor_link li a::after {
	position: absolute;
	content: "";
	top: 25px;
	right: 15px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: #fff solid 2px;
	border-bottom: #fff solid 2px;
	transform: rotate(45deg);
	margin-left: 10px;
	margin-bottom: 3px;
}
.itemArea {
	padding: 0;
	margin: 80px 0 100px;
}

@media only screen and (max-width: 750px) {
.anchor_link {
	width: 95%;
	margin: 20px auto 0;
}
.anchor_link li {
	width: 49%;
}
.anchor_link li a {
	font-size: 14px;
	padding: 10px 30px;
}
.anchor_link li a::after {
	top: 13px;
}
.itemArea {
	margin: 40px 0 60px;
}

.anchor_link li span {
	font-size:10px;
}
/* 20250321：組織員の表示調整 */
	body.top_mg #content{
	margin-top: 250px!important;
	}
    body.top_mg .nav_global-search {
        top: 180px!important;
    }
    body.top_mg .breadcrumbsArea{
        top: 140px!important;
    }
}