@charset "utf-8";
/* CSS Document */
main {
  margin-bottom: 0;
}
.top-box h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 85%;
  max-width: 619px;
}
  .dot-list li {
    /* width: 45%; */
    font-weight: bold;
  list-style: disc;margin-left: 1.4em;}
.ast-list {
	text-indent:-1em;
	margin-left:1em;
}
.ast-list li::before{
content: "※";
     text-indent: -1em;
     
  }
.top-copy {
	margin: 50px 0;
}
.morimori {
    background-color: #f3f9ed;
padding: 15px;margin-bottom: 50px!important;}

#bonesetter {
	background-color: #FFF7CD;
	padding: 50px 0;
}
.nehime-logo {
	width: 230px;
	margin: 0 auto 20px auto;
}
.nehime-image {
 justify-content:space-between;
 margin-bottom:10px;
}
.nehime-image figure{
  width: 48%  
}
.nehime-btn {
	width: 261px;
	margin: 0 auto;
}






#beauty {
    background-color: #F9F6FC;
    padding: 50px 0;
}
#beauty figure {
	margin-bottom: 20px;
}
#beauty .este,
#beauty .import
{
	
}


#employment {
    background-color: #EDF8EB;
    padding: 50px 0;
}
.support-box {
	margin-bottom: 30px;
}
.support-img-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.support-img-box figure {
	width: 48%;
}
.support-img-box figure:nth-child(-n+4) {
	margin-bottom: 4vw;
}


.delivery h4,
.morimori h2{
	font-size: 1.8rem;
	font-weight: bold;
	color: #399D26;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 20px;
}
.delivery .order-box h4 {
	margin-bottom: 0px
}
.delivery .check-list {
	background-color: #FFF;
	padding: 20px 10px;
	margin-bottom:20px;
}
.check-list li {
    background-repeat: no-repeat;
    background-position: left 2px;
    background-image: url(../common/images/check.png);
    font-weight: bold;
    margin-bottom: 10px;
    background-size: auto 20px;
    padding-left: 25px;
    color: #953B2A;
}

.delivery dl dt {
    background-color: #399D26;
    font-size: 1.6rem;
    display: inline-block;
    padding: 2px 10px;
    color: #FFF;
    margin-bottom: 5px;
}
.delivery dl dd {
	margin-bottom: 16px;
}
.delivery dl dd span:after {
	content: '・'
}
.caution {
	margin-bottom: 20px;
}
.caution li {
	font-size: 1.2rem;
}
.caution li:before{
	content: '※';
}
.order-box {
    background-color: #FFF;
    border: 1px solid #399D26;
	padding: 20px 10px;
}
.order-table {
	width: 100%;
}
.order-table th {
    background-color: #399D26;
	color: #FFF;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #FFF;
	white-space: nowrap;
}
.order-table td {
    background-color: #E9E9E9;
	padding: 10px;
	border: 1px solid #FFF;
}



.dot-list {
  /* display: inline-block; */
  color: #d6006c;
}
.nav-box {
  border: 3px solid #028760;
  border-radius: 3px;
  padding: 14px 20px 20px;
  color: #028760;
  background-color: #FFF;
}
.nav-box:first-of-type {
  margin-bottom: 20px;
}
.nav-box h2 {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.more {
  width: 63px;
  height: 10px;
}
.more a {
  height: 11px;
  display: block;
}
footer dl {
	margin-top: 10px;
}
footer dl dt{
	color: #399d26;
}


/*************
/* ここからSP用
*************/
@media screen and (max-width: 991.98px) {
.support-wrap .col-lg-12 {
padding: 0;
margin: 0;
}
}


/*************
/* ここからPC用
*************/
@media print, screen and (min-width: 992px) {
  .top-box h1 {
    position: absolute;
    width: 500px;
  position: absolute;
  top: calc(50px + 50%);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top-copy {
	font-size: 1.8rem;
}
  .top-box h1 img {
    width: 500px;
  }
  
  .nav-box {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-box:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
	.headline-image-space {
		position: relative;
	}
	.morimori {
		padding: 30px
	}
 #bonesetter {
	background-color: transparent;
	padding: 50px;
	margin-top: -50px;
}

	#bonesetter .headline-image{
	padding: 0;
	position: absolute;
	padding-right: 25px;
	top: 0;
	left: 0;
	z-index: 1;
	}
	
	.bonesetter-wrap {
    background-color: #FFF7CD;
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url(../images/botder1.png);
    background-repeat: repeat-y;
    background-size: 30px auto;
    background-position: left top;
}
	.bonesetter-content {
    padding: 30px 15px 30px 40px;
	}
	.nehime-summary{
		background-color: #FFF;
		padding: 30px;
		font-size: 1.4rem;
		margin-top: 30px;
	}
.nehime-image figure{
  width: 32%  
}
	

#beauty {
	background-color: transparent;
	padding-top: 50px;
	margin-top: -50px;
}

	#beauty .headline-image{
	padding: 0;
	position: absolute;
	padding-left: 25px;
	top: 0;
	right: 0;
	z-index: 1;
	}	
.beauty-wrap {
    background-color: #F9F6FC;
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url(../images/botder2.png);
    background-repeat: repeat-y;
    background-size: 30px auto;
    background-position: right top;
    padding-top: 30px;
}
	.beauty-content {
    padding: 0px 40px 30px 15px;
    margin-bottom: 0;
 }	
	.este-box {
		display: flex;
		justify-content: space-between;
	}	
	.este-box figure {
		width: 49%;
		margin-bottom: 0!important;
	}	
	.este-text {
		width: 49%;
		font-size: 1.4rem
	}
	.import-box {
		display: flex;
		justify-content: space-between;
		flex-direction:row-reverse;
	}	
	.import figure {
		width: 49%;
		margin-bottom: 0!important;

	}	
	.import-text {
		width: 49%;
		font-size: 1.4rem;
	}
	
	
	
#employment {
	background-color: transparent;
	padding-top: 50px;
	margin-top: -50px;
	padding-bottom: 0;
}

	#employment .headline-image{
	padding: 0;
	position: absolute;
	padding-right: 25px;
	top: 0;
	left: 0;
	z-index: 1;
	}	
.support-wrap {
    background-color: #EDF8EB;
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url(../images/botder3.png);
    background-repeat: repeat-y;
    background-size: 30px auto;
    background-position: left top;
    padding-top: 30px;
}
	.support-content {
    padding: 0px 15px 30px 40px;
    margin-bottom: 0;
 }	
.support-box {
    display: flex;
    margin-bottom: 0;
}
.support-img-box {
	margin-bottom: 0;
	width: 100%;
	margin-right: 0px;
}
.support-img-box figure {
	width: 32%;
}
.support-img-box figure:nth-child(-n+4) {
	margin-bottom:0;
}
.support-img-box figure:nth-child(-n+2) {
	margin-bottom: 10px;
}
	.support-text {
		width: 48%;
		font-size: 1.4rem
	}	
	.delivery {
		padding-left: 45px;
		padding-bottom: 30px;
	}
.delivery .check-list {
	background-color: #FFF;
	padding: 20px 30px;
	margin-bottom:20px;
	line-height:1.6
}
	.cal {
		display: flex;
	}	
	.cal dl {
		
margin-right: 30px;
	}
	.delivery dl dd {
		margin-bottom:5px;
	}
	
.order-box {
	font-size: 1.4rem;

	margin-top:30px;
	padding:20px 30px
}

.order-table {
	width: auto;
	margin: 10px auto 0 auto;
}	
	
	
	
	
	
	
	
  .nav-box {
    border: 3px solid #028760;
    border-radius: 3px;
    padding: 30px;
  }
  .nav-box h2 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: bold;
  }
  .nav-box p {
    font-size: 1.6rem !important;
  }
  .more {
    width: 82px;
    text-align: right;
    margin-left: auto;
  }
  .more a {
    text-align: right;
  }
  .trouble-box .headline2 {
    letter-spacing: 0.055em;
    font-weight: bold;
  }
  .dot-list {
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
  }

  .ast-list li{

  }
 

@media screen and (min-width:480px) and (max-width:1024px) {
  .pc-text-t {
    font-size: 1.65rem;
  }

}
@media screen and (min-width: 1025px) {
  main {
    padding-top: 0px;
  }
}
