@charset "utf-8";
#facitilie header {
    border-bottom: 1px solid #46779f;
}
#contact header {
	border-bottom: 1px solid #9386ac;
}
#contact footer {
	background: #9386ac;
}
#facitilie #glNav li.mains a.n-active:after {
    border-color: transparent transparent #46779f transparent;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 6px 12px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
}
#facitilie #glNav li.mains a:hover{
	/*color: #46779f;*/
}
#glNav li.mains a.n-facitilies:hover {
	color: #46779f;
}
#glNav li.mains:hover a.n-facitilies:after {
	border-color: transparent transparent #46779f transparent;
}
#facitilie footer {
	background: #46779f;
}
.bg-none{
	background:none;
}


/*top page..bottom */
#ind-about.bottom-m{
	padding:1em 5em;
	border:1px solid #E9643A;
	border-radius: 100px;
	display: inline-block;
	color:#E9643A;
	font-weight:bold;

}
.dis-pc{
	display: block;
}
.nowarp{
	white-space: nowrap;
}
.question1:before{
	content:'Q';
	color: #fff;
	background: #1d79ad;
	border-right: 1px solid #fff;
	padding:18px;
	font-size: 32px;

}
.question1{
	display: flex;
	background: #1d79ad;
	color: #fff;
	align-items: center;
}
.question2:before{
	content:'Q';
	color: #fff;
	background: #1d79ad;
	border-right: 1px solid #fff;
	padding:18px;
	font-size: 32px;

}
.question2{
	display: flex;
	background: #1d79ad;
	color: #fff;
	align-items: center;
}
.q-text-in{
	padding: 0 18px;
}

.subhead.no-hov{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.pd-topN a{
	display: block;
	max-width: 325px;
	margin:0 auto;
	text-decoration: none;
}


#topic #glNav li.mains a.n-active:after {
    border-color: transparent transparent #E9643A transparent;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 6px 12px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
}
#topic #glNav li.mains a:hover{
	/*color: #46779f;*/
}
#topic footer {
	/*background: #46779f;*/
}
.topics-list li {
	text-align: left;
	margin-bottom: 15px;
}
.topics-list li span {
	padding: 0px 20px;
	display: inline-block;
	margin-top: 17px;
}
.topics-detial .topics-date {
	padding: 10px 20px;
	display: inline-block;
}
.topics-date {
	background: #E9643A;
	color: #fff;
}
.topics-link {
	margin-left: 40px;
}
.topics-list,.topics-detial {
	padding-top: 4.75em;
}
.pd-top {
	padding-top: 4.75em;
}
.tr-l{
	text-align: left;
}

.pd-20{
	padding: 20px;
}
.mg-top-vw{
	margin-top: 7vw;
}
.mg-top115 {
	margin-top: 115px;
}
.mg-top80{
	margin-top: 80px;
}
.mg-top30{
	margin-top: 30px;
}
.list-facitilies {
	padding-top: 8.7em;
}
#pagination li {
	display: inline-block;
}
#pagination li a {
	padding: 15px;
}
section#pagination {
	padding-top: 0;
}
#pagination li a.pg-ative {
	color: #E9643A;
}
#pagination li a:hover {
	text-decoration: none;
	color: #90C436;
}
.topics-detial,#staff-massage {
	text-align: left;
}
.topics-detial h4 {
	padding: 20px 0;
	margin: 5px 0 40px 0;
	border-bottom: 1px solid #bdbdbd;
	font-size: 2.7rem;
}
.topics-detial {
	line-height: 2;
}
#facitilies .titleH2 {
	color: #46779f;
}
#facitilies .titleH2:after {
	background: #46779f;
}
#contacts .titleH2 {
	color: #9386ac;
}
#contact .titleH2:after {
	background: #9386ac;
}
.facitilies-img01 {
	display: flex;
	border-top: 10px solid #46779f;
	border-bottom: 1px solid #bdbdbd;
}
.day-service {
	text-align: left;
	padding: 35px 0 0 30px;
}
.day-service h4 {
	color: #46779f;
	line-height: 1.7;
	font-size: 2.1rem;
}
.facitilies-img02 {
	display: flex;
	justify-content: flex-start;
}
.facitilies-img02-list{
  height: 125px;
  width: 200px;
}
section#facitilies-list {
	padding-top: 0;
}
.facitilies-img02-list img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.facitilies-list-ttl {
	color: #46779f;
	font-size: 1.7rem;
	border-bottom: 1px solid #bdbdbd;
	padding: 20px 0;
}
.facitilies.topics-list li {
	margin-bottom: 35px;
}
.facitilies-list-show {
	line-height: 1.8;
}
.facitilies iframe {
	width: 100%;
}
.facitilies-img01-left {
  width: 65%;
	min-height: 400px;
	background: #eee;
	position: relative;
  overflow: hidden;
}
.facitilies-img01-left::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "COMING SOON";
	font-size: 16px;
	color: #ccc;
  z-index: 1;
}
.facitilies-img01-left img {
  position: absolute;
  width: 120%;
  height: auto;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.list-facitilies ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-facitilies li {
	border-top: 10px solid #46779f;
	width: 48%;
	margin-bottom: 80px;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 15px;
}
.list-facitilies li > div:not(.list-facitilies-link) {
	overflow: hidden;
	    position: relative;
	    padding-top: 65%;
	    margin-bottom: 5px;
	background: #eee;
}
.list-facitilies li > div:not(.list-facitilies-link)::before {
	position: absolute;
	top: 50%;
	   left: 50%;
	   -webkit-transform: translate(-50%, -50%);
	   transform: translate(-50%, -50%);
		content: "COMING SOON";
	font-size: 16px;
	color: #ccc;
}
.list-facitilies li img {
	height: auto;
	    width: 120%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
}
.list-facitilies-ttl {
	font-size: 1.6rem;
	margin: 30px 0;
}
.list-facitilies li a {
	text-align: right;
	color: #46779f;
}
.list-facitilies-link {
	text-align: right;
}
.form-facitilies-checkbox,.form-facitilies-right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.form-facitilies-checkbox {
	margin-bottom: 40px;
}
.form-facitilies-left {
	width: 20%;
}
.form-facitilies-right p {
	margin: 0 30px 0 0;
}
.form-facitilies .btn {
	 /*margin-top: 3.125em;*/
}
.form-facitilies-btn button, input[type="submit"]{
	border: 1px solid #bdbdbd;
	color: #e6848a;
	display: block;
    border: 1px solid #bdbdbd;
    padding: 1.33em 3em;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    background: #fff;
    border-radius: 100px;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
}
.form-facitilies-btn button:hover,input[type="submit"]:hover {
	background: rgb(230,132,138);
    background: -moz-linear-gradient(left, rgb(230,132,138) 0%, rgb(255,169,209) 100%);
    background: -webkit-linear-gradient(left, rgb(230,132,138) 0%,rgb(255,169,209) 100%);
    background: linear-gradient(to right, rgb(230,132,138) 0%,rgb(255,169,209) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6848a', endColorstr='#ffa9d1',GradientType=1 );
	color: #fff;
	text-decoration: none;
	/*box-shadow: 3px 4px 17px 0px #bdbdbd;*/
	border:1px solid transparent;

}
.form-facitilies-btn-blu button, input[type="submit"]{
	border: 1px solid #bdbdbd;
	color: #1d79ad;
	display: block;
    border: 1px solid #bdbdbd;
    padding: 1.33em 5em;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    background: #fff;
    border-radius: 100px;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
}
.form-facitilies-btn-blu button:hover,input[type="submit"]:hover {
	background: rgb(77,132,173);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d841d',endColorstr='#6cc1ef',GradientType=1);
	background: -webkit-linear-gradient(left,rgb(77,132,173) 0%, rgb(107,190,236) 100%);
	background: -moz-linear-gradient(left, rgb(77,132,173) 0%, rgb(107,190,236) 100%);
	background: linear-gradient(to right, rgb(77,132,173) 0%, rgb(107,190,236) 100%);
	color: #fff;
	text-decoration: none;
	/*box-shadow: 3px 4px 17px 0px #bdbdbd;*/
	border:1px solid transparent;

}
.choce-price input,.sf-input-range-number {
	display: block;
	border: 1px solid #bdbdbd;
	padding: 1em 1.5em;
	/*color: #bdbdbd;*/
	font-size: 1.4rem;
	position: relative;
	background: #fff;
	border-radius: 100px;
	max-width: 190px !important;
/*	margin: 0 10px;*/
	width: 190px;
}
.choce-text{
  text-align: left;
}
.choce-text input:hover {
	border: 1px solid #7dcc00;
}
.form-facitilies-right .choce-price input:hover {
	border: 1px solid #7dcc00;
}
.choce-text-right {
	width: 80%;
}
.choce-text input,.sf-input-text {
	display: block;
    border: 1px solid #bdbdbd;
    padding: 1em 1.5em;
    font-size: 1.4rem;
    position: relative;
    background: #fff;
    border-radius: 100px;
    width: 100%;
}
.searchandfilter h4 {
	margin: 0;
	padding: 5px 0 10px;
	font-size: 16px;
	width: 20%;
	text-align: center;
	float: left;
	clear: both;
}
.searchandfilter ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* width: 80%; */
    text-align: left;
}
.searchandfilter .sf-level-0 {
	margin: 0 !important;
	padding: 0 20px !important;
	display: inline;
}
.searchandfilter ul li {
    list-style: none;
    display: inline;
    padding: 0px 10px  !important;
    margin: 30px 0 !important;
}
.sf-field-submit{
	display: block !important;
	width:100%;
	text-align: center;
}
.form-facitilies-right-check input ,.sf-input-checkbox {
	display: none;
}
.mwform-radio-field-text ,.sf-label-checkbox {
    background: url(../images/facitilies-check.png) 0% 50%/auto no-repeat;
    display: block;
    padding-left: 30px !important;
    font-size: 14px;
}

.sf-input-checkbox:checked + .sf-label-checkbox {
	background: url(../images/facitilies-checked.png) 0% 50%/auto no-repeat;
}
.goto {
	font-size: 24px;
	margin: 0 30px 0 0;
}
.sitemap li {
	display: flex;
	justify-content: flex-start;
	background: url(../images/sitemap-list.png) 0% 50%/auto no-repeat;
	padding-left: 50px;
	margin-bottom: 28px;
}
.sitemap li.sitemap-list-wrap {
	background: url(../images/sitemap-list.png) 0% 18%/auto no-repeat;
}
.sitemap-title {
	width: 175px;
	min-width: 175px;
}
.sitemap-title01 {
	color: #f95913;
}
.sitemap-branch a:hover {
	color: #888;
}
.sitemap-branch01 {
	margin-right: 45px;
}
.sitemap-branch-wrap {
	display: flex;
	flex-wrap: wrap;
}
.privacy-text {
	margin-bottom: 4em;
	margin-top: 0;
}
.privacy-text01 {
	margin-top: 0;
}
.privacy-title03 {
	color: #f95913;
	font-size: 3rem;
}
.privacy-title05 {
	background: url(../images/sitemap-list.png) 0% 50%/auto no-repeat;
	color: #f95913;
	padding-left: 45px;
}
.privacy-list li {
	padding-left: 42px;
}
.privacy-list .list-index li {
	text-indent: -10px;
	padding-left: 52px;
}
.privacy-list {
	margin: 1.8em 0;
}
.privacy-text02 {
	margin-bottom: 1.8em;
}
.privacy-list01 {
	margin-bottom: 6em;
}
.facitilies-map-wrap {
	position: relative;
	width: 638px;
	height: 605px;
	margin: 0 auto;
}
.facitilies-map-wrap a {
    border: 1px solid #bdbdbd;
    color: #e6848a;
    display: block;
    padding: 1.33em 5em;
    font-weight: bold;
    font-size: 1.4rem;
    background: #fff;
    border-radius: 100px;
    width: 100%;
    max-width: 325px;

}
.facitilies-map-wrap a:hover {
	box-shadow: 3px 4px 17px 0px #bdbdbd;
	color: #fff;
	text-decoration: none;
	background: rgb(77,132,173);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d841d',endColorstr='#6cc1ef',GradientType=1);
	background: -webkit-linear-gradient(left,rgb(77,132,173) 0%, rgb(107,190,236) 100%);
	background: -moz-linear-gradient(left, rgb(77,132,173) 0%, rgb(107,190,236) 100%);
	background: linear-gradient(to right, rgb(77,132,173) 0%, rgb(107,190,236) 100%);
}
.facitilies-map-wrap div {
	width: 100%;
	max-width: 325px;
	position: absolute;
}
.facitilies-map-link01 {
	top: 37px;
    left: -167px;
}
.facitilies-map-link02 {
	top: 150px;
    left: -167px;
}
.facitilies-map-link03 {
	top: 270px;
    left: -167px;
}
.facitilies-map-link04 {
	top: 575px;
    left: -167px;
}
.facitilies-map-link05 {
	right: -175px;
    top: 227px;
}
.facitilies-map-link06 {
	right: -175px;
    top: 345px;
}
.facitilies-map-link07 {
	right: -175px;
    top: 461px;
}
.facitilies-map-link08 {
	right: -175px;
    top: 575px;
}
.facitilies-map-title {
	color: #4d84ad;
	text-align: left;
}
.facitilies-map {
	margin-top: 8.7em;
	padding-bottom: 2em;
}
/*contact*/
.contact-form-wrap {
	padding-top: 4.75em;

}
.radio-form-warp{
	display: flex;
}
.contact-flex-wrap {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.contact-flex-wrap-textarea {
	align-items: end;
}
.contact-form-wrap {
	text-align: left;
}
.form-contact-left {
    width: 20%;
}
.choce-text select {
    display: block;
    border: 1px solid #bdbdbd;
    /*padding: 1em 1.5em;*/
    padding: 1em 3em;
    font-size: 1.4rem;
    position: relative;
    background: #fff;
    border-radius: 100px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-bg.png) 96% 50%/auto no-repeat;
}
.choce-price input:hover{
  border: 1px solid #f95913;
}
.contact-titltP {
	font-size: 2.4rem;
	color: #9386ac;
	margin-bottom: 40px;
}
.form-contact-slete {
	display: flex;
	justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.form-to {
	margin: 0 12px;
}
.contact-flex-wrap textarea {
	-webkit-resize: none;
	resize: none;
	-moz-resize: none;
	width: 100%;
	padding: 1.5em;
	height: 180px;
	border-radius: 50px;
	border: 1px solid #bdbdbd;
}
.contact-form-ttl span {
	color: #7dcc00;
	margin-left: 15px;
	font-size: 15px;
	/*padding-left: 20px;*/
}
.contact-flex-wrap .choce-text input:hover,.choce-text select:hover {
    border: 1px solid #f95913;
}
.form-contact-right .choce-price input:hover {
	border: 1px solid #f95913;
}
.choce-text-radio input {
	display: none;
}
.choce-text-radio {
	margin: 0 30px 0 0;
}
.contact-radio {
	display: inline-block;
	padding-left: 30px;
	background: url(../images/contact-radiobg.png) 0% 50%/auto no-repeat;
}
textarea {
	resize: none;
	-moz-resize: none;
}
.contact-radio-right input:checked + .contact-radio {
	background: url(../images/contact-radio.png) 0% 50%/auto no-repeat;
}
.contact-form-wrap .form-facitilies-btn button {
	color: #e6848a i
}
.contact-form-wrap .form-facitilies-btn button:hover,.form-compliance .form-facitilies-btn button:hover{
   color: #fff;
	text-decoration: none;
    background: rgb(230,132,138);
    background: -moz-linear-gradient(left, rgb(230,132,138) 0%, rgb(255,169,209) 100%);
    background: -webkit-linear-gradient(left, rgb(230,132,138) 0%,rgb(255,169,209) 100%);
    background: linear-gradient(to right, rgb(230,132,138) 0%,rgb(255,169,209) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6848a', endColorstr='#ffa9d1',GradientType=1 );
}
}
.form-compliance .form-facitilies-btn button {
	color: #9386ac;
}
.compliance-text-right .compliance-form-ttl {
	color: #888;
}
.step-wrap ul {
	background: url(../images/step-br.png) 50% 42%/68% no-repeat;
	display: flex;
	justify-content: space-around;
	width: 95%;
	margin: 0 auto;
}
.step-wrap ul li {
	background: url(../images/step-noActive.png) 50% 40%/auto no-repeat;
	padding:  80px 0 0 0;
}
.step-wrap ul li.active {
	background: url(../images/step-active.png) 50% 40%/auto no-repeat;
}

/*contact end*/
/* 施設一覧 */
#facitilies .form-facitilies .sf-field-post-meta-checkarea,#facitilies .form-facitilies .sf-field-post-meta-facitilies_cost{
  display: none;
}
#facitilies .form-facitilies .sf-field-search label{
  width: 75%;
}
#facitilies .form-facitilies .sf-field-search label .sf-input-text:hover{
  /*border: 1px solid #7dcc00;*/
  border: 1px solid #46779f;
}
/*event*/
.event-list,.event-detial-semina {
	text-align: left;
}

.event-list li {
	display: flex;
	padding: 30px 0;
	border-top: 8px solid #e6848a;
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 40px;
	align-items: baseline;
}
.event-link {
	margin: auto 0 auto auto;
}
.event-atem01 {
	padding: 1.5rem 3rem;
	color: #fff;
	background: #e6848a;
	height: 41px;
  text-align: center;
  line-height: 0.9;
  margin-right: 25px;
  white-space: nowrap;
}
.event-list-title {
	color: #e6848a;
	font-size: 20px;
	padding-bottom: 10px;
}
.event-link a {
	display: block;
    border: 1px solid #bdbdbd;
    padding: 1.33em 5em;
    font-weight: bold;
    position: relative;
    background: #fff;
    border-radius: 100px;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
    color: #e6848a;
}
.event-link a:hover {
	text-decoration: none;
	background: rgb(230,132,138);
    background: -moz-linear-gradient(left, rgb(230,132,138) 0%, rgb(255,169,209) 100%);
    background: -webkit-linear-gradient(left, rgb(230,132,138) 0%,rgb(255,169,209) 100%);
    background: linear-gradient(to right, rgb(230,132,138) 0%,rgb(255,169,209) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6848a', endColorstr='#ffa9d1',GradientType=1 );
    color: #fff;
    border:1px solid transparent;
}

#event .titleH2 {
	color: #e6848a;
}
#event .titleH2:after {
	background: #e6848a;
}
/*#event footer {
	background: #e6848a;
}*/
#event #glNav .sub-event {
	background: #e6848a;
}
#event li.mains a.event-head-link:hover {
    color: #e6848a;
}
#event li.mains:hover a.event-head-link:after {
	border-color: transparent transparent #e6848a transparent;
}
.event-detial-list li {
	border-top: none;
	justify-content: space-between;
}
.event-detial-list01 li {
	margin-bottom: 0;
}
.event-detial-map {
	padding-left: 40px;
  width: 100%;
}
.event-detial-map span {
	line-height: 3;
}
.event-detial-map-layout {
	padding-left: 68px;
}
.event-detial-semina-title {
	color: #e6848a;
	display: inline-block;
	text-decoration: underline;
}
.event-detial-semina li {
	margin-top: 0.8em;
	padding-left: 20px;
}
.event-detial-semina p {
	margin-top: 0.8em;
}
p.event-detial-semina-title2 {
	margin-top: 1.5em;
	font-weight: bold;
}
.event-list-title-form {
	display: inline-block;
}
.event-form-wrap .contact-form-ttl span {
	color: #90C436;
}
#events .event-list-title-form span{
  color: #90C436;
}
#events .event-form-wrap .own-resources{
  display: flex;
  align-items: center;
}
#events .event-form-wrap .choce-price .form-to{
  order: 1;
}
#events .event-form-wrap .choce-price .error{
  order: 2;
}

#staff-massage .titleH2 {
	color: #88c619;
}
#staff-massage .titleH2:after {
	background: #88c619;
}
#staff-massages footer {
	background: #88c619;
}
.new-graduates li {
	display: flex;
	flex-wrap: wrap;
	width: 48%;
}
.new-graduates li a {
	display: block;
	width: 100%;
	height: 99%;
	line-height: 2.5;
	padding: 65px 0;
	border: 1px solid #88c619;
	border-left: none;
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
	color: #88c619;
}
.new-graduates li a:hover {
	background: #88c619;
	color: #fff;
	text-decoration: none;
}
.new-graduate-list-right {
	width: 54%;
	text-align: center;
}
.new-graduates ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 12rem;
}
.new-graduates-titleP {
	color: #88c619;
	font-size: 3rem;
	padding-left: 60px;
	background: url(../images/staff-massage-bg.png) 0% 50%/auto no-repeat;
	margin-bottom: 40px;
}
.secound-new-graduates li {
	margin-bottom: 40px;
}
.new-graduates ul.secound-new-graduates {
	margin-bottom: 0;
}
.staff-massage-detial li {
	width: 100%;
}
.staff-massage-detial-list01 {
	background: url(../images/staff-detial-bg.png) 0% 50%/auto no-repeat;
}
.staff-massage-detial-list02 {
	padding-left: 60px;
	line-height: 2.2;
}
.staff-massage-detial-list {
	margin-bottom: 7rem;
}
.new-graduate-list-right-detial {
	border: 1px solid #88c619;
    border-left: none;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    color: #88c619;
    padding: 50px;
    text-align: left;
}
.new-graduate-list-right-detial p:first-child {
	line-height: 3;
	margin-bottom: 20px;
	color: #88c619;
}
.new-graduate-list-right-detial p {
	color: #888;
	line-height: 2;
}
.recruit-wrap li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.recruit-wrap a {
	position: relative;
  display: block;
  width: 100%;
}
.new-graduate-list-left,.new-graduate-list-right {
	position: relative;
	width: 48%;
}
.new-graduate-list-bottom {
	position: relative;
}
.recruit-wrap h3 {
	position: absolute;
	font-size: 3rem;
	color: #fff;
	/*right: 37%;*/
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.recruit-wrap a:hover {
	opacity: 0.9;
}
.recruit-wrap01 img {
	width: 100%;
}
.recruit-wrap01 h3 {
	/*right: 33%;*/
}
.recruit-new-title {
	font-size: 2.8rem;
	color: #88c619;
	margin-bottom: 30px;
}
.recruit-new .topics-date {
	background: #88c619;
}
.recruit-new a:hover {
	color: #88c619;
}
.new-staff img {
	width: 100%;
}
.new-staff {
	position: relative;
}
.new-staff h3 {
	top: auto;
	bottom: 10%;
	right: 10%;
}
#staff-massage p.new-staff-carenation {
	text-align: center;
	line-height: 2.5;
}
.titleH2.new-staff-titleH3 {
	font-size: 2.8rem;
}
.new-staff-titleH3 {
	margin-top: 10rem;
}
.new-staff-intro {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new-staff-intro-text {
	line-height: 2.5;
}
.new-staff-intro .new-staff-intro-atem {
	width: 49%;
}
.new-staff-humen ul {
	padding: 40px;
	background: #f9f9f9;
}
.new-staff-humen ul li {
	padding: 32px 60px;
	margin-bottom: 25px;
	background: #fff url(../images/humen-item-bg.png) 0% 0%/auto no-repeat;
}
.new-staff-humen ul li.new-staff-humen-item001 {
	margin-bottom: 0;
}
.new-staff-massage .new-graduates ul {
	/*margin-bottom: 0;*/
}
.new-graduates .new-graduate-list {
	width: 50%;
	text-align: center;
}
.new-graduates .new-graduate-list img {
	height: 99%;
}
.staff-massage-link a {
	display: block;
    border: 1px solid #bdbdbd;
    padding: 1.33em 5em;
    font-weight: bold;
    position: relative;
    background: #fff;
    border-radius: 100px;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
    color: #67c100;
    text-align: center;
}
.staff-massage-link a:hover {
	text-decoration: none;
    background: rgb(103,193,0);
    background: -moz-linear-gradient(left, rgb(103,193,0) 0%, rgb(162,241,73) 100%);
    background: -webkit-linear-gradient(left, rgb(103,193,0) 0%,rgb(162,241,73) 100%);
    background: linear-gradient(to right, rgb(103,193,0) 0%,rgb(162,241,73) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c100', endColorstr='#a2f149',GradientType=1 );
    color: #fff;
}
.business-titleH3 {
	font-size: 2.8rem;
	color: #ff9901;
}
.business-list ul {
	display: flex;
	justify-content: space-between;
}
.business-list ul li {
	width: 48%;
	margin-bottom: 60px;
}
.business-list ul li p {
	margin: 0;
}
.business-list ul li img {
	width: 100%;
}
.business-list {
	text-align: left;
}
.business-list ul li p.business-list-text01 {
	color: #ff9901;
	font-size: 2.4rem;
	margin: 25px 0;
}
.business-wrap .logo-img {
	margin-bottom: 4.125em;
}
/*event end*/
/*compliance*/
.compliance-text{
	text-align: left;
	margin-bottom: 80px;
}
.compliance-step-area{
	display: flex;
	justify-content: space-between;
	width: 560px;
	margin: 0 auto;
	background: url('../images/step-line.png');
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-size: 90%;
}
.compliance-step::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #9386ac;
	margin: 0 auto 35px;
	border-radius: 50%;
}
.compliance-step.active::before{
	box-shadow: 0 0 0 10px #e0d3fb;
}
.compliance-form-ttl{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
/*	color: #9386ac;*/
}
.compliance-form-ttl span{
	color: #7dcc00;
	font-size: 16px;
	margin-left: 15px;
}
.compliance-text-right span {
		margin-left: 0;
		margin-right: 15px;
	}
.compliance-text-right{
	margin: 0 0 40px auto;
}
.choce-text textarea{
	border: 1px solid #bdbdbd;
	padding: 1.5em;
	font-size: 1.4rem;
	position: relative;
	background: #fff;
	border-radius: 36px;
	width: 100%;
	height: 180px;
}
.compliance-radio-area{
	text-align: left;
}
.radio-container input{
	display: none;
}
.compliance-radio + span{
	padding-left: 35px;
	margin-right: 50px;
	position: relative;
	display: block;
	background: none;
}
.compliance-radio + span::before{
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #989797;
	border-radius: 50%;
}
.compliance-radio:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #e6848a;
  border-radius: 50%;
}
.completed-link a {
	position: relative;
	padding-left: 20px;
	border-bottom: 1px solid #9386ac;
	color: #9386ac;
}
.completed-link a:hover {
	text-decoration: none;
	opacity: 0.4;
}
.completed-link a:before {
	width: 14px;
	height: 14px;
	border: 1px solid #9386ac;
	border-radius: 25%;
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: -1px;
}
.completed-link a:after {
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	position: absolute;
	left: 2.5px;
	top: 2px;
	content: "";
	border-right: 4px solid #9386ac;
	box-sizing: border-box;
}
.completedH3 {
	font-size: 2.4rem;
	margin: 80px 0 120px 0;
}
.completed-link {
	padding-bottom: 40px;
}
.blooming {
	text-align: left;
}
.bloomingP1 {
	font-size: 3rem;
	color: #ff9901;
	padding-left: 60px;
/*	background: url(../images/business/images01.png) 0% 50%/auto no-repeat;*/
}
.blooming-time-box {
	padding: 30px 40px 40px;
	background: #f9f9f9;
}
.time-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.blooming-time-boxS1 {
	color: #fff;
	border: 1px solid #ff9901;
	background: #ff9901;
	border-radius: 50px;
	font-size: 2.4rem;
	display: inline-block;
	padding: 0.1em 1.2em;
}
.blooming-time-boxS2 {
	font-size: 2.4rem;
	margin-left: 30px;
}
.p-to{
	width:100%;
	height: auto;
}
.explain{
	margin-top: 1.2em;
}
.list-box{
	text-align: left;
	padding: 30px 100px;
	margin-bottom: 1.6em;
}

.b-1{
	background: #fff url(../images/fc-merito/list1.png) 0 0%/auto no-repeat;
}
.b-2{
	background: #fff url(../images/fc-merito/list2.png) 0 0%/auto no-repeat;
}
.b-3{
	background: #fff url(../images/fc-merito/list3.png) 0 0%/auto no-repeat;
}
.b-4{
	background: #fff url(../images/fc-merito/list4.png) 0 0%/auto no-repeat;
}
.b-5{
	background: #fff url(../images/fc-merito/list5.png) 0 0%/auto no-repeat;
}
.b-6{
	background: #fff url(../images/fc-merito/list6.png) 0 0%/auto no-repeat;
}
.b-7{
	background: #fff url(../images/fc-merito/list7.png) 0 0%/auto no-repeat;
}
.b-8{
	background: #fff url(../images/fc-merito/list8.png) 0 0%/auto no-repeat;
}
.b-9{
	background: #fff url(../images/fc-merito/list9.png) 0 0%/auto no-repeat;
}
.b-10{
	background: #fff url(../images/fc-merito/list10.png) 0 0%/auto no-repeat;
}
.b-11{
	background: #fff url(../images/fc-merito/list11.png) 0 0%/auto no-repeat;
}
.b-12{
	background: #fff url(../images/fc-merito/list12.png) 0 0%/auto no-repeat;
}
.list-box-title{
	font-size: 1.6rem;
	color: #ff40a4;
}
.list-box-text{
	font-size: 1.4rem;
}

.list-box-a{
	color: #0060e3;
	text-decoration: none;
}
#estimated-p{
	line-height: 2;
}
.list-box-a :hover{
	text-decoration: underline;
}
th{
	width: 24%;
}
#fc-table{
	padding-top: 5.75em;
	width: 100%
}
.fc-til{
	justify-content:space-around;
	padding:4.7vw;
	background: #ff40a4;
}
.fc-text-link{
	color:#f95913 !important;
	padding:0 10px;

}
.time-item {
	width: 49%;
	background: #fff url(../images/business/images02.png) 0% 0%/auto no-repeat;
	padding: 30px 12px 30px 12px;
	margin-bottom: 20px;
}
.time-item-P1 {
	font-size: 1.6rem;
	color: #ff9901;
	display: inline-block;
	border-bottom: 1px solid #ff9901;
}
.time-item pere-item {
	margin-left: 20px;
}
.time-item02 {
	margin-bottom: 0;
}
.blooming-time-box02 .time-item {
	width: 100%;
}
.blooming-time-box02 {
	margin-top: 40px;
}
.blooming-time-box02 img,.land-map img,#staff-massage img {
	width: 100%;
}
.new-graduate-list-left img {
	height: 99%;
}
.blooming-time-boxP2 {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 10px;
}
.blooming-care-list {
	justify-content: flex-start;
}
.blooming-care-list .time-item {
	margin-right: 2%;
	width: 32%;
	background: #fff url(../images/business/images03.png) 0% 0%/auto no-repeat;
	padding-left: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
  text-align: center;
}
.blooming-care-time-box .blooming-care-list .time-item{
  justify-content: center;
}
/*.blooming-care-list .blooming-care-item {
	margin-right: 0;
}*/
.blooming-care-list .time-item:nth-child(3n) {
	margin-right: 0;
}
.blooming-care-list .time-item:nth-child(14),
.blooming-care-list .time-item:nth-child(15),
.blooming-care-list .time-item:nth-child(13) {
	margin-bottom: 0;
}
.blooming-care-time-box.inner-f {
	/*background: #f9f9f9;*/
}
.blooming-careH2 {
	text-align: left;
	padding-left: 70px;
	background: #fff url(../images/business/images04.png) 0% 50%/auto no-repeat;
	color: #ff9901;
	font-size: 3rem;
}
.blooming-careH2P1 {
	font-size: 4.8rem;
}
.blooming-care-list .time-item-P1 {
	border: none;
	color: #888;
	text-align: center;
}
.blooming-care-no {
	position: absolute;
	color: #fff;
	font-size: 2.4rem;
	top: 2px;
	left: 16px;
	margin: 0;
}
.blooming-care-no02 {
	left: 5px;
}
section#ouen.business-btn {
	background: #fff url(../images/business/images05.png) 0 0 no-repeat;
	background-size: cover;
}
.business-btnP1 {
	text-align: center;
}
.business-btnH3 {
	text-align: center;
	margin-bottom: 8rem;
}
.land-main-visual {
	background: #fff url(../images/land/images01.png) 0 0 no-repeat;
	background-size: cover;
}
.land-main-visual h2 {
	font-size: 5rem;
	color: #fff;
	padding: 3em 0;
}
.land-group-P1 {
	text-align: left;
	margin: 40px 0;
}
.land-map-flex {
	display: flex;
}
.land-map{
	width:40%;
}
.map-list-wrap{
	width: 60%;
}
.wap-box-m{
	display: flex;
}
.wap-box{
	width: 33%;
}
.list35{
	margin-right: 3.5vw;
	text-align: right;
}
.land-group {
	text-align: left;
}
#land .titleH2 {
	color: #1d79ad;
}
.titleH02 {
	font-size: 3.4rem;
}
#land .titleH2:after {
	background: #1d79ad;
}
#land footer {
	background: #1d79ad;
}
#land header {
    border-bottom: 1px solid #1d79ad;
}
#land #glNav .sub-land {
	background: #1d79ad;
}
#glNav .sub-fc-merito {
	background: #ff40a4;
}
#glNav .sub-contact {
	background: #ff40a4;
}
#glNav .sub-contact {
    color: #9386ac;
}
#land li.mains a.land-head-link:hover {
    color: #1d79ad;
}
#land li.mains:hover a.land-head-link:after {
	border-color: transparent transparent #1d79ad transparent;
}
.map-list {
	display: flex;
	justify-content: space-between;
}
.map-list li {
	width: 32%;
}
.land-sublicense-list .time-item {
	width: 100%;
	background: #fff url(../images/land/images04.png) 0% 0%/auto no-repeat;
	margin-right: 0;
	display: block;
	padding-left: 60px;
}
.land-sublicense-list .time-item-P1 {
	text-align: left;
	display: block;
	padding-right: 2.5vw;
}
.land-image .time-item {
	background: #fff url(../images/land/images05.png) 0% 0%/auto no-repeat;
}
.land-merito-list .time-item {
	background: #fff url(../images/land/images05.png) 0% 0%/auto no-repeat;
}
.land-merito-time-box {
	margin-top: 40px;
}
.land-q-a-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.land-q-list {
	width: 100%;
}
.question{
	width: 100%;
/*	display: flex;*/
	background: #1d79ad;
/*	height: 6em;*/
}


.text-q1{
	width:10%;
	color: white;
	font-size:2.6em;
	text-align: center;
	border-right:1px solid #fff;
	display: inline-block;
	padding:.9vw 0;
}
.text-title1{
	width: 89%;
	color: white;
	font-size:1.3em;
	margin-top: 0;
	padding:14px 20px 14px 10px;
	display: inline-block;
}
.text-q2{
	width:10%;
	color: white;
	font-size:2.6em;
	text-align: center;
	border-right:1px solid #fff;
	display: inline-block;
	padding:2.4vw 0;
}
.text-title2{
	width: 89%;
	color: white;
	font-size:1.3em;
	margin-top: 0;
	padding:14px 20px 14px 10px;
	display: inline-block;
}
.inn-text{
	background: #f9f9f9;
}
.ans-text{
	padding:20px;
}

.land-q-a-item-wrap{
  width: 100%;
  display: table;
}
.land-q-a-item01 {
	width: 10%;
	border-right: 1px solid #fff;
	background: #1d79ad;
	padding: 11px 20px;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
.land-q-a-list-fc-merito .land-q-a-item01 {
	line-height: 1.14;
	background: #ff40a4;
  display: table-cell;
  vertical-align: middle;
}
.land-q-a-list-fc-merito .land-q-a-item02 {
	background: #ff40a4;
  display: table-cell;
  vertical-align: middle;
}
.land-q-a-item02 {
	width: 90%;
	background: #1d79ad;
	padding: 20px 30px;
	color: #fff;
	font-size: 2.4rem;
}
.land-a-item {
	padding: 20px 30px;
	background: #f9f9f9;
}
.land-q-a-list-fc-merito .land-a-item {
	background: #fff;
}
.land-q-a-item01-1 {
	padding: 29px 20px;
}
.land-q-a-item01 span {
	font-size: 12px;
	display: block;
}

.time-item-fc-P1 {
	color: #ff40a4;
	border-bottom: 1px solid #ff40a4;
}
.fc-P1 {
	background: url(../images/fc-merito/fc-icon1.png) 0% 50%/auto no-repeat;
	color: #ff40a4;
}
.fc-P2 {
	background: url(../images/fc-merito/fc-icon2.png) 0% 50%/auto no-repeat;
	color: #ff40a4;
}
.fc-P3 {
	background: url(../images/fc-merito/fc-icon3.png) 0% 50%/auto no-repeat;
	color: #ff40a4;
}
.fc-P4 {
	background: url(../images/fc-merito/fc-icon4.png) 0% 50%/auto no-repeat;
	color: #ff40a4;
}
.fc-P5 {
	background: url(../images/fc-merito/fc-icon5.png) 0% 50%/auto no-repeat;
	color: #ff40a4;
}
.fc-P6 {
	background: url(../images/fc-merito/fc-icon6.png) 0% 50%/auto no-repeat;
	color: #ff40a4;
}
.fc-P7 {
	background: url(../images/fc-merito/fc-icon7.png) 0% 50%/auto no-repeat;
	color: #ff40a4;
}
.fc-P8 {
	background: url(../images/fc-merito/fc-icon8.png) 0% 50%/auto no-repeat;
	color: #ff40a4;
}
.fc-P9 {
	background: url(../images/fc-merito/fc-icon9.png) 0% 50%/auto no-repeat;
	color: #ff40a4;
}
.fc-P10 {
	background: url(../images/fc-merito/fc-icon10.png) 0% 50%/auto no-repeat;
	color: #ff40a4;
}
.fc-P11 {
	background: url(../images/fc-merito/fc-icon11.png) 0% 50%/auto no-repeat;
}
#fc-meritos .titleH2 {
    color: #ff40a4;
}
#fc-meritos .titleH2:after {
	background: #ff40a4;
}
#fc-merito #glNav li.mains a.fc-meri-link01:hover {
    color: #ff40a4;
}
#fc-merito #glNav li.mains:hover a.fc-meri-link:after {
	border-color: transparent transparent #ff40a4 transparent;
}
#fc-merito header {
	border-bottom: 1px solid #ff40a4;
}
#fc-merito footer {
	background: #ff40a4;
}
#fc-merito #glNav .sub-fc-merito {
	background: #ff40a4;
}
.fc-circle-img {
	text-align: center;
}
.fc-circle-img img{
  width: 70%;
}
.fc-merito-time-box .time-item {
	background: #fff url(../images/fc-merito/images06.png) 0 0/auto no-repeat;
}
.bloomingSection {
	background: #f9f9f9;
}
.tx-lf {
	text-align: left;
}
.pd-tb40 {
	padding: 40px 0;
}
.pd40 {
	padding: 40px;
}
.mg-b40 {
	margin-bottom: 40px;
}
.fc-intro {
	background: #ff40a4;
}
.fc-intro p {
	color: #fff;
}
#fc-merito01 .titleH2 {
    color: #ff40a4;
}
#fc-merito01 .titleH2:after {
    background: #ff40a4;
}
.pd-topN {
	padding-top: 0;
}

.pd-btN{
	padding-bottom: 0;
}
.fw-b {
	font-weight: bold;
}
.mg-b20 {
	margin-bottom: 20px;
}
.pd-l15 {
	padding-left: 15px;
}
.fc-merito-btn-link-wrap {
	text-align: center;
}
.btn.fc-merito-sha-pink
section#ouen.fc-merito-btn {
	background: #fff url(../images/fc-merito/images07.png) 0 0 no-repeat;
	background-size: cover;
}
.btn.fc-merito-sha-pink * {
	color: #ff40a4;
	border: 1px solid #ff40a4;
}
.btn.fc-merito-sha-pink *:hover {
	text-decoration: none;
    background: rgb(254,67,152);
    background: -moz-linear-gradient(left, rgb(254,67,152) 0%, rgb(235,105,227) 100%);
    background: -webkit-linear-gradient(left, rgb(254,67,152) 0%,rgb(235,105,227) 100%);
    background: linear-gradient(to right, rgb(254,67,152) 0%,rgb(235,105,227) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4398', endColorstr='#eb69e3',GradientType=1 );
    opacity: 1;
    color :#fff;
    border:1px solid transparent ;
}
.swiper-container{
  background: #ffecf6;
  padding: 10px 10px;
}
.swiper-slide{
  background: #f9f9f9;
  padding: 15px 15px 34px;
  position: relative;
  /*height: 673px;*/
}
.swiper-slide a p{
  color: #888;
}
.slide-left{
  width: 52%;
}
.slide-right{
  width: 48%;
}
.slide-left > div{
  margin: 0 0 3px;
}
.slide-content{
  display: flex;
  justify-content: space-between;
}
.swiper-slide .slide-tit{
  color: #ff40a4;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.slide-img-box{
  text-align: center;
  margin: 0px;
  height: 210px;
}
.slide-img-box img{
  width: 70%;
  height: 100%;
  object-fit: contain;
}
.slide-sub-tit{
  color: #888;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}
.slide-address{
  margin-bottom: 30px;
}
.slide-num{
  font-size: 12px;
  font-weight: normal;
  text-indent: 1em;
  margin-top: 0;
}
.slide-viewing-box{
  border: 1px solid #fe6cb8;
  color: #fe6cb8;
  text-align: center;
  width: 50%;
  max-width: 210px;
  margin-right: 0;
  margin-left: 60px;
}
.slide-opening-box{
  background: #fe6cb8;
  color: #fff;
  text-align: center;
  width: 50%;
  max-width: 210px;
  margin: 0 auto 10px 60px;
}
.viewing-txt{
  padding-left: 60px;
  margin-bottom: 20px;
}
.viewing-txt a{
  color: #0060e3;
}
.slide-sketch-box{
  margin: 0 0 10px;
}
.slide-sketch-box:last-child{
  margin-bottom: 0;
}
.slide-sketch-box img{
  width: 100%;
  height: 100%;
}
.slide-sketch-box a{
  color:#ff40a4;
  font-size: 12px;
}
.slide-sketch-box a:hover{
  color:#ff40a4;
  opacity: .7;
  cursor: pointer;
}
.cboxPhoto{
  width: 100%!important;
  height: 100%!important;
  object-fit: contain;
  margin-top: 0!important;
}
/*.slide-map-area{
  position: absolute;
  bottom: 28px;
  height: 100px;
  width: 88%;
}*/
.slide-map-box {
  position: relative;
  padding-bottom: 38.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 2vw;
}
.slide-floor{
  font-weight: normal;
  font-size: 10px;
  margin-bottom: 0;
}
.slide-map-box iframe,.slide-map-box object,.slide-map-box embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active{
  background: #ff40a4;
}
.swiper-slide a:hover{
  text-decoration: none;
  cursor: pointer;
}
.swiper-slide.active::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(250,250,250,.5) url(../images/fc-merito/agreement.png) no-repeat;
  background-size: 50%;
  background-position: center center;
}

/*compliance end*/

/*カテゴリー・事業案内*/
p.bloomingP1.fc-P13 {
  text-align: left;
  margin: 0 auto;
  background: url(../images/icon-region.png) 0% 50%/auto 4.5rem no-repeat;
  width: 1000px;
}
p.bloomingP1.fc-P12 {
  background: url(../images/icon-7point.png) 0% 50%/auto 4.5rem no-repeat;
}
p.bloomingP1.fc-P14 {
  text-align: left;
  margin: 0 auto;
  background: url(../images/icon-nightcare.png) 0% 50%/auto 4.5rem no-repeat;
}
p.bloomingP1.fc-P15 {
  text-align: left;
  margin: 0 auto;
  background: url(../images/icon-efforts.png) 0% 50%/auto 4.5rem no-repeat;
  width: 1000px;
}
p.bloomingP1.fc-P16 {
  background: url(../images/icon-leaf.png) 0% 50%/auto 4.5rem no-repeat;
}
p.bloomingP1.fc-P17 {
  background: url(../images/icon-tree.png) 0% 50%/auto 3.5rem no-repeat;
}
.fc-circle-img.img-point img {
  width: 100%;
  margin-top: 70px;
}
.business-wrap-peremere .logo-area {
  width: 260px;
  margin: 120px auto 100px;
}
.business-wrap-peremere .logo-area img {
  width: 100%;
}
.logo-area.cta-logo {
  width: 140px;
  margin: 0 auto;
}
.logo-area.cta-logo img {
  width: 100%;
}
section.business.pd-topN.perermere div.fc-circle-img {
  width: 1000px;
  margin: 0 auto;
}
.blooming.pere-blooming p {
  margin-top: 64px;
}
.region-title {
  margin: 40px 0 20px;
}
p.region-title-txt {
  font-size: 1.4rem;
  padding: 34px 0;
  background: #ff9901;
  color: #fff;
}
span.region-tit {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
}
.region-box-area {
  background: #f9f9f9;
  margin-top: 1.2rem;
}
.region-wrap.region-wrap-top {
  display: block;
  font-size: 0;
  justify-content: space-between;
}
.region-wrap.region-wrap-bottom {
  font-size: 0
}
ul.region-list {
  margin-top: 16px;
}
ul.region-list.orange-bk {
  background: #ff9901;
  padding: 16px 0 10px;
  color: #fff;
}
li.pere-item {
  font-size: 1.2rem;
  margin-left: 16px;
  margin-bottom: 8px;
  text-indent: -1.6em;
  padding-left: 1.6em;
}
p.region-itemP {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 10px;
  color: #ff9901;
}
p.region-box-such {
  font-size: 1.2rem;
  text-align: right;
  margin-right: 20px;
}
p.dayflow-sub-title {
  font-size: 2rem;
  text-align: left;
  color: #ff9901;
  margin-bottom: 40px;
}
.flow-arrows {
  margin: 10px 0;
  width: 80%;
  margin-left: auto;
}
p.flow-day-txt {
  text-align: left;
  margin-top: 44px;
}
p.region--txt {
  text-align: left;
  padding: 70px 0 40px;
}
.flow-arrows {
  margin: 10px 0;
  width: 80%;
  margin-left: auto;
}
img.flow-arrow-1 {
  margin-left: 50%;
}
img.flow-arrow-2 {
  margin-left: 18%;
}
img.flow-arrow-3 {
  margin-left: 18%;
}
.region-box.box-border {
  border: 1px solid #ff9901;
}
.region-hospital {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.region-center {
  display: inline-block;
  width: 30%;
  vertical-align: bottom;
}
.region-center.center2 {
  margin-left: 5%;
  vertical-align: top;
}
.region-wrap.region-wrap-bottom .region-box-arrow-top {
  margin-bottom: 20px;
}
.region-care {
  display: inline-block;
  width: 30%;
}
.region-care.care2 {
  vertical-align: top;
}
.region-box-arrow {
  display: inline-block;
  width: 5%;
  vertical-align: text-bottom;
  margin-bottom: 5%;
  position: relative;
  padding-top: 90px;
}
.flow-day {
  width: 100%;
  text-align: left;
  font-size: 0;
  position: relative;
  padding-top: 90px;
}
.flow-day-items .blooming-time-boxS1 {
  width: 17%;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.1em 0;
  vertical-align: middle;
}
.flow-dya-box {
  display: inline-block;
  width: 80%;
  margin-left: 3%;
  vertical-align: middle;
}
.flow-day-item {
  display: inline-block;
  width: 22%;
  margin-right: 3%;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 30px 0;
  height: 80px;
  background: #f9f9f9 url(../images/business/images02.png) 0% 0%/auto no-repeat;
}
.flow-day-items.flow-one-item .flow-arrows {
  text-align: right;
  margin-right: 8%;
}
.flow-day-item:first-child {
  width: 50%;
}
.flow-day-item:last-child {
  margin-right: 0;
  padding: 20px 0;
}
.flow-day-items.flow-common .flow-day-item {
  width: 75%;
  padding: 30px 0;
}
.flow-dya-box.flow-last-box {
  width: 80%;
  margin: 0 0 0 20%;
  text-align: right;
}
.flow-dya-box.flow-last-box .flow-day-item {
  display: inline-block;
  width: 22%;
  padding: 30px 0;
  margin-bottom: 20px;
}
.region-box {
  min-height: 120px;
  background: #fff;
  margin-bottom: 20px;
  text-align: left;
  padding: 24px 10px;
}
.flow-day-items .blooming-time-boxS1 {
  font-size: 1.4rem;
}
.flow-day-items.flow-common {
  position: relative;
}
.flow-day-items.flow-common::after {
  content: "";
  position: absolute;
  left: 91.2%;
  top: 0;
  height: calc(100% + 10px);
  width: 1px;
  background: #ff9901;
}
.fc-circle-img.img-efforts {
  padding: 64px 0 60px;
}
p.efforts-txt {
  font-size: 3rem;
  line-height: 5rem;
  color: #ff9901;
}
section#ouen.peremere h3 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 24px;
}
section#ouen.peremere {
  background: #fff url(../images/business/images05.png) 0 0 no-repeat;
  background-size: cover;
}
.classification {
  font-size: 1.6rem;
  width: 80%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 96%;
  border: 1px solid #fffbf6;
  z-index: -1;
}
.classification p {
  margin: 0;
  width: 50%;
  text-align: center;
  padding-top: 32px;
}
.classification p:last-child {
  background: #fffbf6;
}
.flow-arrows-img-3 {
  display: inline-block;
  width: 25%;
  text-align: right;
}
.flow-arrows-img-2 {
  width: 28%;
  display: inline-block;
  text-align: right;
}
.flow-arrows-img-1 {
  width: 37.5%;
  text-align: right;
  display: inline-block;
}

span.biger {
  font-size: 3.5rem;
  font-weight: bold;
}
span.big {
  font-size: 4rem;
  font-weight: bold;
}
.logo-area {
  width: 290px;
  margin: 64px auto 100px;
}
.logo-area img {
  width: 100%;
}
.blooming-carefitroom {
  margin: 20px 0 80px;
}
.blooming-carefitroom:nth-child(2) {
  margin-bottom: 24px;
}
img.img-tree {
  display: block;
  margin: 0 auto;
}
.carefitroom-box {
  margin-top: 40px;
  padding-bottom: 48px;
}
.carefitroom-box .blooming-time-boxS2 {
  margin: 0;
}
.box-txt {
  margin: 32px 0 24px;
  padding: 52px 80px;
  width: 100%;
}
.box-img {
  width: 100%;
  font-size: 0;
}
.box-img img {
  margin-right: 1.3%;
  width: 24%;
}
.box-img img:last-child {
  margin-right: 0;
}
.box-img.box-img-long img {
  width: 49%;
  margin-right: 2%;
}
.box-img.box-img-long img:last-child {
  margin: 0;
}
.carefitroom-dayflow {
  background: #f9f9f9;
}
.blooming-time-box.box-carefitroom {
  width: 1000px;
  padding: 40px 0 0;
  margin: 0 auto;
}
.carefitroom-time {
  padding: 32px 60px;
  width: 49%;
}
.carefitroom-time:last-child {
  width: 100%;
}
.carefitroom-time:nth-child(2n) {
  width: 49%;
}
section.carefitroom-last_section {
  padding-bottom: 0;
}
ul.time-list.last-plan {
  padding-bottom: 60px;
}
.carefitroom-time-list-title {
  margin-bottom: 20px;
}





@media screen and (max-width: 1000px) {
  section.business.pd-topN.perermere div.fc-circle-img {
    width: 92.2%;
    margin: 0 auto;
  }
  .region-wrap.region-wrap-top {
    width: 92.2%;
    margin: 0 auto;
  }
  .region-wrap.region-wrap-bottom {
    width: 92.2%;
    margin: 0 auto;
  }
  p.bloomingP1.fc-P13 {
    width: 92.2%;
    margin: 0 auto;
  }
  p.bloomingP1.fc-P15 {
    width: 92.2%;
    margin: 0 auto;
  }
  .flow-day-items.flow-common::after {
    left: auto;
    right: 8.8%;
  }
  .blooming-time-box.box-carefitroom {
    width: 92.2%;
  }
}


@media screen and (max-width: 900px) {
	.blooming-care-list .time-item {
		width: 100%;
	}
	.blooming-care-list .time-item:nth-child(3n) {
		margin-right: 2%;
	}
	.blooming-care-list .time-item:nth-child(2n) {
		margin-right: 0;
	}
	.blooming-care-list .time-item:nth-child(14),
	.blooming-care-list .time-item:nth-child(15),
	.blooming-care-list .time-item:nth-child(13) {
		margin-bottom: 20px;
	}

	.facitilies-map-wrap {
		width: 100%;
	}

    .facitilies-map-wrap div {
    	width: 30%;
    	max-width: 100%;
    }

    .facitilies-map-wrap a {
    	max-width: 100%;
    	width: 100%;
    	padding: 1.33em 0em;
    }

    .facitilies-map-link01,.facitilies-map-link02,.facitilies-map-link03,.facitilies-map-link04 {
    	left: 0;
    }

    .facitilies-map-link05,.facitilies-map-link06,.facitilies-map-link07,.facitilies-map-link08 {
    	right: 0;
    }

}
@media screen and (max-width: 800px) {
	.day-service {
		padding: 30px 0 0 20px;
	}
	.sitemap-branch01 {
		margin-right: 30px;
	}

}
@media screen and (max-width: 775px){
	.time-item.pd-775{
		padding: 30px 12px 30px 6px;
	}


}
@media screen and (max-width: 767px) {
	.dis-pc{
	display: none;
}



	.w-556{
		display: none;
		line-height: 2;
	}
	.sp.w-577.mg-top-vw{
		line-height: 2;
	}
	.topics-list,.topics-detial,.pd-top {
		padding-top: 0.75em;
	}
	.mg-top115 {
		margin-top: 1.2em;
	}
	.mg-top80{
		margin-top: 12vw;
	}
	.mg-top30{
		margin-top: 4vw;
	}
	.list-facitilies {
		padding-top: 6.5em;
	}
	.topics-detial h4 {
		font-size: 3.5vmax;
	}
	.facitilies-img01 {
		display: block;
	}
	.facitilies-img01-left {
		width: 100%;
    min-height: 200px !important;
	}
	.day-service {
		padding: 30px 0 30px 0px;
	}
	.facitilies-img02-list {
		width: auto;
	}
	.facitilies-img02-list img {
		width: 100%;
	}
	.form-facitilies .btn {
		 margin-top: 1.6em;
	}
	.sitemap li {
		display: block;
		background: none;
		padding-left: 0;
	}
	.sitemap-title {
		width: 100%;
		min-width: auto;
		background: url(../images/sitemap-list.png) 0% 50%/auto no-repeat;
		padding-left: 40px;
	}
	.sitemap-branch {
		padding-left: 40px;
		display: flex;
		flex-wrap: wrap;
	}
	.sitemap li.sitemap-list-wrap {
		background: none;
	}
	.privacy-title03 {
		font-size: 2.8vmax;
	}
	.privacy-text,.privacy-text03 {
		margin-bottom: 3em;
	}
	.privacy-list {
		margin: 0.8em 0;
	}
	.titleH02 {
    	font-size: 2.8vmax;
	}
	/*contact*/
	.contact-form-wrap {
		padding-top: 0.75em;
	}
	.choce-text-right {
		width: 75%;
	}
	.form-facitilies-left {
		width: 25%;
	}
	.compliance-step-area {
		width: 80%;
	}
	.choce-text textarea{
		height: 250px;
	}
	.compliance-text {
		margin-bottom: 2.3em;
	}
	.completedH3 {
		font-size: 2.5vmax;
	}
	.business-wrap .logo-img {
		margin-bottom: 2.5em;
	}
  .time-list{
    flex-direction: column;
  }
  .time-item{
    width: 100%;
    padding: 30px 10px;
  }
  .time-item pere-item{
    margin-left: 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  .carefitroom-time:nth-child(2n) {
    width: 100%;
  }
  section#topics.carefitroom-last_section {
    padding-bottom: 0;
  }
  .bloomingP1{
    /*font-size: 2rem;
    padding-left: 40px;*/
  }
  .fc-P1{
    background-size: 5%;
  }
  .land-q-a-item01{
    font-size: 5vw!important;
  }

  .land-q-a-item01-1 {
  	padding: 17.2vw 0!important;
  }
  .land-q-a-item02{
    font-size: 1.8rem;
  }
/*  .swiper-slide{
    height: 860px;
  }*/
  .slide-map-area{
    bottom: 75px;
  }
  .swiper-container{
    padding: 10px 0 80px;
  }
	/*contact end*/
    .business-list ul  {
    	flex-wrap: wrap;
    }
    .business-list ul li {
    	width: 100%;
    }
    .business-titleH3 {
    	font-size: 4.6vw;
    }
    .business-list ul li p.business-list-text01 {
    	font-size: 4vmax;
    }
    .bloomingP1 {
    	font-size: 4.4vmax;
    	/*background: url(../images/business/images01-sp.png) 0% 50%/5.5vmax no-repeat;*/
    	padding-left: 7vmax;
    }
    .blooming-careH2 {
    	font-size: 5vw;
    padding-left: 10vw;
    background: #fff url(../images/business/images04.png) 0% 50%/8vw no-repeat;
    }
    .blooming-careH2P1 {
    	font-size: 8vw;

    }
    .blooming-time-box {
    	padding: 5vmax 3.5vmax 3.5vmax;
    }
    .blooming-time-boxS1 {
    	font-size: 4vw;
    }
    .blooming-time-boxS2 {
    	    font-size: 5vw;
    	margin-left: 4.4vw;
    }
    .blooming-time-boxS2.sp-spwd {
    	width: 55%;
    	margin-left: 3%;
    }
    .sp-flex {
    	display: flex;
    	align-items: baseline;
    }
    .sp-flex .blooming-time-boxS1 {
    	/*width: 41%;*/

    }
    .blooming-time-boxP2 {
    	text-align: left;
    }
    .blooming-care-list .time-item {
		width: 100%;
	}
	.blooming-care-list .time-item:nth-child(3n) {
		margin-right: 0;
	}
	.blooming-care-list .time-item:nth-child(2n) {
		margin-right: 0;
	}
	.blooming-care-list .time-item {
		margin-right: 0;
	}
	section#ouen h3.business-btnH3 {
		margin-bottom: 9vmax;
		/*font-size: 4.6vmax;*/
		    font-size: 6vw;
	}
	.new-graduate-list-left,.new-graduate-list-right {
		width: 100%;
	}

	.recruit-info-sp {
		margin: 0 auto;
		width: 95%;
	}
	.new-graduate-list-left {
		margin-bottom: 40px;
	}
	.recruit-wrap h3 {
		font-size: 4vmax;
	}
	.recruit-new-title {
		font-size: 4vmax;
	}
	.recruit-wrap01 {
		margin-bottom: 30px;
	}
	.titleH2.new-staff-titleH3 {
		margin-top: 5rem;
		font-size: 3.8vmax;
	}
	.new-staff-intro .new-staff-intro-atem {
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.new-staff-humen ul {
		padding: 5vmax 3.5vmax 3.5vmax;
	}
	.new-graduates ul li {
		width: 100%;
	}
	.new-graduates ul li:first-child {
		margin-bottom: 3rem;
	}
	.new-graduates li a {
		padding: 9vmax 0;
	}
	.new-graduates ul {
		margin-bottom: 6rem;
	}
  /* 会社概要 */
  #companyData,#fc-meritos,#topics,#lands{
    /*padding-top: 162px;*/
    padding: 15vw 0;
  }
  #companyData .def th{
    width: 100px;
  }
  #topics{
    /*padding-top: 0;*/
  }
  /* 施設一覧 */
  #facitilies .form-facitilies .sf-field-search label, #facitilies .form-facitilies .sf-field-search h4{
    width: 100%;
    text-align: left;
  }

  .dis-pc-map {
  	display: none;
  }

  .facitilies-map-wrap div {
  	 position: initial;
  	 width: 100%;
  	 margin: 0 0 20px;
  }

  .facitilies-map-title {
  	margin-bottom: 4vw;
  }

  .facitilies-map-wrap a {
  	padding: 15px 0;
  }

  .searchandfilter h4 {
  	display: block;
  	float: none;
  }

  .searchandfilter ul li {
  	padding: 0!important;
  }

  .searchandfilter .sf-level-0 {
  	padding: 0!important;
    width: 50%;
    display: inline-block;
  }

  .searchandfilter label {
  	width: 100%;
  	margin: 0 0 4vw;
  }

  .sf-range-prefix {
  	font-size: 5vw;
    margin: 0 4vw 0 0;
    /*display: inline-block;*/
  }

  .sf-range-prefix {
  	margin-bottom: 4vw;
  }

  .searchandfilter .sf-range-max, .searchandfilter .sf-range-min {
  	max-width: 100%!important;
  	width: 100%;
  	margin: 0 0 8vw;
  }

  .searchandfilter h4 {
  	width: 50%;
  	text-align: left;
  }



  /* 空き土地 */
  .land-map-flex{
    flex-direction: column;
  }
  .land-map{
    width: 80%;
    margin: 0 auto;
  }
  .map-list-wrap{
    width: 80%;
    margin: 0 auto;
  }

  .bloomingP1.fc-P11 {
  	    font-size: 5.1vw!important;
    background-size: 7vw;
  }

 /* .time-item-P1 {
  	font-size: 4.8vw;
  }
*/
  section#ouen h3 + p {
    font-size: 4.6vw!important;
	}

	.facitilies-img02-list {
		width: 100%;
	}

	.facitilies-img02-list img {
		height: 14vw;
	}

	.bloomingP1 {
		font-size: 6vw!important;
		background-size: 6vw!important;
	}

	.time-item-fc-P1, .land-q-a-item02, .land-q-a-list-fc-merito .land-q-a-item01 {
		font-size: 4.8vw!important;
	}

	.wap-box-m {
		flex-wrap: flex;
	}

	.wap-box {
		width: 100%;
	}

	.choce-price{
		max-width: 100%!important;
		width: 70%;
    	display: inline-block;;
	}

	.form-to {
    display: inline-block;
    margin: 0!important;
    width: 4%;
	}
  .phone-line{
    text-align: center;
  }

	.form-to.sp-wi {
		display: block;
		width: 10%;
	}

	.form-contact-right.form-contact-slete:nth-child(3) span {
		display: block;
	}

	.form-contact-right.form-contact-slete .choce-price.choce-price-right:nth-child(1){
		width: 50%;
	}

	.choce-price {
    max-width: 100%!important;
    width: 28%;
    display: inline-block;
  }

  .new-graduates .new-graduate-list {
  	    width: 100%;
  	    border: none;
  }

  .new-graduate-list.new-graduate-list-right-detial {
  	padding: 6vw 0;
  }

  .new-graduates-titleP {
  	font-size: 4vw;
      padding-left: 9vw;
      background: url(../images/staff-detial-bg.png) 0% 50%/5vw no-repeat;
  }

  .staff-massage-detial-list02 {
  	padding-left: 9vw;
  }

  #glNav .mains.fc-merito-member a,#glNav .mains.fc-merito-contact a {
  	position: relative;
    display: block;
  }


  #glNav .mains.fc-merito-member .subhead::before,#glNav .mains.fc-merito-contact .subhead::before{
  	content: '';
      width: 6px;
      height: 6px;
      border-right: 1px solid #333;
      border-top: 1px solid #333;
      -moz-transform: rotate(134deg);
      -webkit-transform: rotate(134deg);
      -o-transform: rotate(134deg);
      -ms-transform: rotate(134deg);
      transform: rotate(134deg);
      position: absolute;
      right: .8em;
     /* top: 50%;*/
     top: 22px;
      margin-top: -3px;
  }
  #glNav .mains.fc-merito-member .subhead.active::before,#glNav .mains.fc-merito-contact .subhead.active::before{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 25px;
  }
  #glNav .mains.fc-merito-member .sub{
    background: #ff40a4;
  }
  #glNav .mains.fc-merito-contact .sub{
    background: #9386ac;
  }
  #glNav .mains.fc-merito-member .sub li a,#glNav .mains.fc-merito-contact .sub li a{
    color: #fff;
  }

/*.mains.fc-merito-contact::after{
	content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -moz-transform: rotate(134deg);
    -webkit-transform: rotate(134deg);
    -o-transform: rotate(134deg);
    -ms-transform: rotate(134deg);
    transform: rotate(134deg);
    position: absolute;
    right: .8em;
    top: 50%;
    margin-top: -3px;
}*/

  h3 {
  	font-size: 5vw!important;
  }
  .text-q1{
  	width:10%;
  	color: white;
  	font-size:2.6em;
  	text-align: center;
  	border-right:1px solid #fff;
  	display: inline-block;
  	padding:1.2vw 0;
  }
  .text-title1{
  	width: 89%;
  	color: white;
  	font-size:1.3em;
  	margin-top: 0;
  	padding:14px 20px 14px 10px;
  	display: inline-block;
  }
  .text-q2{
  	width:10%;
  	color: white;
  	font-size:2.6em;
  	text-align: center;
  	border-right:1px solid #fff;
  	display: inline-block;
  	padding:2.7vw 0;
  }
  .text-title2{
  	width: 89%;
  	color: white;
  	font-size:1.3em;
  	margin-top: 0;
  	padding:14px 20px 14px 10px;
  	display: inline-block;
  }

  .flow-day-items.flow-common::after {
    right: 9%;
  }
  .region-hospital {
    width: 49%;
    margin-right: 2%;
  }
  .region-care {
    width: 49%;
  }
  .region-list-top-arrows {
    font-size: 0;
  }
  .region-box-arrow-top {
    width: 48%;
    text-align: center;
    margin: 0 1%;
    display: inline-block;
  }
  .region-center {
    width: 100%;
    margin-top: 20px;
  }
  .region-center.center2 {
    width: 100%;
    margin: 0 auto;
  }
  .region-hospital.hos2 {
    margin-top: 31px;
  }
  section#ouen.peremere h3.business-btnH3 {
    font-size: 3rem !important;
    margin-bottom: 12px;
    margin-top: 14px;
  }
  section.perermere {
    padding-bottom: 80px;
  }
  p.region--txt {
    padding-top: 40px;
  }
}

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

	.text-q{
		width:10%;
		color: white;
		font-size:2.4em;
		text-align: center;
		border-right:1px solid #fff;
	}
	.text-title{
		width: 90%;
		color: white;
		font-size:1.2em;
		margin-top: 0;
	/*	padding:14px 20px 14px 10px;*/
	}
	.event-atem01{
    padding: 1.5rem 2rem;
  }





}
@media screen and (max-width: 640px) {
	.titleH4{
		font-size: 4vw;
	}
	.fc-P1 {
	background: url(../images/fc-merito/fc-icon1.png) 0% 50%/5vmax no-repeat;
	color: #ff40a4;
	}
	.fc-P2 {
		background: url(../images/fc-merito/fc-icon2.png) 0% 50%/5vmax no-repeat;
		color: #ff40a4;
	}
	.fc-P3 {
		background: url(../images/fc-merito/fc-icon3.png) 0% 50%/5vmax no-repeat;
		color: #ff40a4;
	}
	.fc-P4 {
		background: url(../images/fc-merito/fc-icon4.png) 0% 50%/5vmax no-repeat;
		color: #ff40a4;
	}
	.fc-P5 {
		background: url(../images/fc-merito/fc-icon5.png) 0% 50%/5vmax no-repeat;
		color: #ff40a4;
	}
	.fc-P6 {
		background: url(../images/fc-merito/fc-icon6.png) 0% 50%/5vmax no-repeat;
		color: #ff40a4;
	}
	.fc-P7 {
		background: url(../images/fc-merito/fc-icon7.png) 0% 50%/5vmax no-repeat;
		color: #ff40a4;
	}
	.fc-P8 {
		background: url(../images/fc-merito/fc-icon8.png) 0% 50%/5vmax no-repeat;
		color: #ff40a4;
	}
	.fc-P9 {
		background: url(../images/fc-merito/fc-icon9.png) 0% 50%/5vmax no-repeat;
		color: #ff40a4;
	}
	.fc-P10 {
		background: url(../images/fc-merito/fc-icon10.png) 0% 50%/5vmax no-repeat;
		color: #ff40a4;
	}
	.fc-P11 {
		background: url(../images/fc-merito/fc-icon11.png) 0% 50%/5vmax no-repeat;
	}
	.topics-list li span.topics-link {
		margin-left: 0;
		padding-left: 0;
		display: block;
	}
	.topics-list li span.topics-date,.topics-detial .topics-date {
		padding: 1vw 3.13vw;
		line-height: 1.7;
	}
	#pagination li a {
		padding: 10px;
	}
	.topics-detial h4 {
		padding: 3.13vw 0;
		margin: 5px 0 6.25vw 0;
	}
	.facitilies.topics-list li {
		margin-bottom: 5.7vw;
	}
	.list-facitilies {
		padding-top: 12.5vw;
	}
	.list-facitilies-ttl {
		margin: 5.47vw 0;
	}
	.form-facitilies-checkbox {
		margin-bottom: 7.47vw;
	}
	.form-facitilies-btn button {
		width: 90%;
	}
	.form-facitilies-checkbox,.form-facitilies-right {
		display: block;
		text-align: left;
	}
	.facitilies-form-ttl {
		margin-bottom: 2.47vw;
	}
	.form-facitilies-right-check p {
		margin-bottom: 1.47vw;
	}
	.choce-text-right {
		width: 95%;
	}
	.form-facitilies-left {
		width: 100%;
	}
	.form-facitilies-right p {
		/*margin-right: 0;*/
	}
	.form-facitilies-right.form-facitilies-slete {
		display: flex;
	}
	.choce-price input,.choce-text input {
		width: 100%;
	}
	.form-facitilies-right p.choce-price-right {
		margin-right: 0;
	}
	.list-facitilies ul {
		display: block;
	}
	.facitilies.topics-list.list-facitilies li {
		width: 100%;
		margin-bottom: 12.5vw;
	}
	#facitilies .titleH2,#company .titleH2,#topics .titleH2,#contacts .titleH2 {
		/*font-size: 4vmax;*/
	}
	.completedH3 {
		font-size: 18px;
		margin: 10vw 0 10vw 0;
	}
	.privacy-wrap h2.titleH02 {
		font-weight: 4vmax;
	}
	.privacy-title03 {
		font-size: 3.8vmax;
	}
	.compliance-text-right {
		margin-left: 0;
	}
	.compliance-text-right {
		margin-bottom: 1.4em;
	}
	.compliance-step-area {
		width: 95%;
		background: url(../images/step-br.png) 50% 13%/85% no-repeat;
	}
	.completed-link {
    	padding-bottom: 5vw;
	}
  .fc-P1{
    background-size: 35px;
  }
  .bloomingP1{
    padding-left: 6.4vmax;
  }
  /* 空き土地 */
  .map-list-wrap{
    width: 100%;
  }

}
@media screen and (max-width: 580px){
	.wap-box-m {
		flex-wrap: wrap;
	}
  .flow-day-item {
    min-height: 80px;
    height: auto;
    vertical-align: top;
  }
  .flow-day-items.flow-common::after {
    right: 9.5%;
  }
}
@media screen and (max-width: 576px){
	.w-577{
		display: none;
	}
	.w-556{
		display: block;
		line-height: 2;
	}
}
@media screen and (max-width: 420px) {
	.titleH4{
		font-size: 4.6vw;
	}

	.question2:before{
		padding:37px 18px;
	}
	.topics-br {
		display: block;
	}
	.choce-text-right {
		width: 100%;
	}
	.choce-price input,.choce-text input {
		/*padding: 0.5em 1.5em;*/
    padding: 0.5em 1em;
	}
	.form-facitilies-btn button {
		padding: 1em 3em;
	}
	.form-facitilies-checkbox {
		margin-bottom: 7.47vw;
	}
	.form-facitilies-right p,.goto {
		margin-right: 15px;
	}
	.compliance-step-area {
		background: url(../images/step-br.png) 50% 13%/85% no-repeat;
	}
  p.efforts-txt {
    font-size: 2.4rem;
  }
  img.img-tree {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
	.form-facitilies-btn button {
    	padding: 0.8em 3em;
	}
	.form-facitilies-btn-blu button, input[type="submit"]{
    padding: 1em 1em;
    width: 90%;
	}
	.sitemap-branch,.sitemap-title,.privacy-title05 {
		padding-left: 25px;
	}
	.privacy-list li {
		padding-left: 22px;
	}
	.privacy-list .list-index li {
		padding-left: 32px;
	}

	.text-q1{
		width: 14%;
	    color: white;
	    font-size: 2.3em;
	    text-align: center;
	    display: inline-block;
	    padding: 10vw 0;
	}
	.text-title1{
	    width: 83%;
	    color: white;
	    font-size: 1.2em;
	    margin-top: -11px;
	    padding: 0 14px 7px 14px;
	    vertical-align: middle;
	    display: inline-block;
	}
	.text-q2{
		width: 14%;
	    color: white;
	    font-size: 2.3em;
	    text-align: center;
	    display: inline-block;
	    padding: 16vw 0;
	}
	.text-title2{
	    width: 83%;
	    color: white;
	    font-size: 1.2em;
	    margin-top: -11px;
	    padding: 0 14px 7px 14px;
	    vertical-align: middle;
	    display: inline-block;
	}

  /* 会社概要 */
  #companyData,#fc-meritos{
    /*padding-top: 130px;*/
  }
}

@media screen and (max-width: 320px){
  /* 空き土地 */
  .map-list-wrap .wap-box ul li p{
    font-size: 12px;
  }
}


/*20190517--table*/
.blooming table {
  width: 100%;
}
.blooming tr:first-child {
  background: #ec46a2;
}
.blooming th {
  width: 25%;
  color: #fff;
  font-weight: bold;
}
.blooming th:first-child {
  width: 5%;
}
.blooming th:nth-child(3n) {
  width: 20%;
}
.blooming th,.blooming td {
  padding: 20px 0;
}
tr.t-white td:first-child {
  color: #fff;
  border-color: #fff;
}
.blooming td:first-child ,tr.t-white td {
  text-align: center;
}
.blooming td{
  border-bottom: 1px solid #bfbfbf;
}
.blooming tr:nth-child(18) td:first-child,
.blooming tr:nth-child(18) td:nth-child(2),
.blooming tr:nth-child(18) td:nth-child(3) {
  border-bottom: none;
}