/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

@charset "UTF-8";

/******************************************************************
| TRIMMING-GUIDE - ~767px
******************************************************************/

.trimming-guide {
}
.trimming-guide-inner {
  padding: 60px 15px 40px;
}
.trimming-guide-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.trimming-guide-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/trimming/trimming_title.png") no-repeat;
  background-size: 100%;
}
.trimming-guide-box {
	margin-top: 30px;
}
.trimming-guide-box h3 {
  font-size: 15px;
  font-weight: bold;
  color: #085aca;
  padding-left: 15px;
  padding-bottom: 5px;
  background: url("../img/top_other13.png") no-repeat left center;
  background-size: 6px 22px;
  margin-bottom: 10px;
}
.trimming-guide-box p {
  font-size: 13px;
  margin-bottom: 20px;
}
.trimming-guide-box ol {
  counter-reset: list-count;
}
.trimming-guide-box ol li {
  font-size: 13px;
	line-height: 1.7;
	margin-bottom: 1em;
	padding: 2px 0 0 35px;
	position: relative;
}
.trimming-guide-box ol li:before {
  content: counter(list-count);
  counter-increment: list-count;
	font-weight: bold;
	color: #ffffff;
background: #0055c8;
display: inline-block;
width: 25px;
height: 25px;
line-height: 24px;
text-align: center;
border-radius: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/******************************************************************
| TRIMMING-GUIDE - 768px ~ 1099px
******************************************************************/
@media screen and (min-width: 768px) {
  .trimming-guide {
  }
  .trimming-guide-inner {
    padding: 80px 0px 60px;
  }
  .trimming-guide-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .trimming-guide-title::before {
    top: -100px;
    width: 40px;
    height: 40px;
  }
.trimming-guide-box {
	margin-top: 40px;
}
  .trimming-guide-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .trimming-guide-box p {
    font-size: 14px;
  }
.trimming-guide-box ol li {
  font-size: 14px;
}
}

/******************************************************************
| TRIMMING-GUIDE - 1100px ~
******************************************************************/

@media screen and (min-width: 1100px) {
  .trimming-guide {
  }
  .trimming-guide-inner {
    padding: 90px 0px 80px;
  }
  .trimming-guide-title {
    font-size: 39px;
    margin-bottom: 60px;
  }
  .trimming-guide-title::before {
    top: -100px;
    width: 40px;
    height: 40px;
  }
.trimming-guide-box {
	margin-top: 60px;
}
  .trimming-guide-box h3 {
    font-size: 21px;
    background-size: 6px 100%;
    margin-bottom: 25px;
  }
  .trimming-guide-box p {
    font-size: 15px;
  }
.trimming-guide-box ol li {
  font-size: 15px;
	padding: 2px 0 0 40px;
}
.trimming-guide-box ol li:before {
width: 30px;
height: 30px;
line-height: 28px;
}
}

/******************************************************************
| TRIMMING-FLOW - ~767px
******************************************************************/
.trimming-flow {
  width: 100%;
}
.trimming-flow-inner {
  width: 100%;
  margin: auto;
  padding: 60px 15px 40px;
}
.trimming-flow-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.trimming-flow-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/about/about_title.png") no-repeat;
  background-size: 100%;
}
.trimming-flow-area {
}
.trimming-flow-box {
  display: block;
  margin-bottom: 40px;
}
.trimming-flow-area h3 {
  font-size: 15px;
  font-weight: bold;
  color: #0055c8;
}
.trimming-flow-area h3 span {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background: #0055c8;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  border-radius: 25px;
  margin: 0px 10px 10px 0px;
}
.trimming-flow-box p {
  font-size: 13px;
  margin-bottom: 10px;
}
.trimming-flow img {
  margin-top: 0px;
}

/******************************************************************
| TRIMMING-FLOW - 768px ~ 1099px
******************************************************************/
@media screen and (min-width: 768px) {
  .trimming-flow-inner {
    margin: auto;
    padding: 80px 0px 60px;
  }
  .trimming-flow-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .trimming-flow-title::before {
    top: -100px;
    width: 40px;
    height: 40px;
  }
  .trimming-flow-box h3 {
    font-size: 18px;
  }
  .trimming-flow-box h3 span {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 30px;
    margin: 0px 10px 15px 0px;
  }
  .trimming-flow-photo {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom: 40px;
  }
  .trimming-flow-photo .trimming_flow_img {
	  width: 351px;
  }
  .trimming-flow-photo .trimming_flow_txt {
	width: 60%;
	widht: -webkit-calc(100% - 380px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 380px);/*Firefox4~15対応*/
	width: calc(100% - 380px);  
  }
  .trimming-flow-photo2 .trimming_flow_img {
	  width: 171px;
  }
  .trimming-flow-photo2 .trimming_flow_txt {
	width: 60%;
	widht: -webkit-calc(100% - 210px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 210px);/*Firefox4~15対応*/
	width: calc(100% - 210px);  
  }
  .trimming-flow-box p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/******************************************************************
| TRIMMING-FLOW - 1100px ~
******************************************************************/

@media screen and (min-width: 1100px) {
  .trimming-flow-inner {
    margin: auto;
    padding: 90px 0px 60px;
  }
  .trimming-flow-title {
    font-size: 39px;
    margin-bottom: 60px;
  }
  .trimming-flow-box {
    margin-bottom: 40px;
  }
  .trimming-flow-box-left h3 {
    font-size: 23px;
  }
  .trimming-flow-box-left h3 span {
    font-size: 21px;
  }
  .trimming-flow-box-left p {
    font-size: 15px;
  }
}

/******************************************************************
| TRIMMING-MEDICINE - ~767px
******************************************************************/

.trimming-medicine {
}

.trimming-medicine-inner {
  padding: 60px 15px 0px;
}

.trimming-medicine-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.trimming-medicine-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/trimming/trimming_title.png") no-repeat;
  background-size: 100%;
}

.trimming-medicine-box {
  margin-bottom: 40px;
}

.trimming-medicine-box h3 {
  font-size: 15px;
  font-weight: bold;
  color: #085aca;
  padding-left: 15px;
  padding-bottom: 5px;
  background: url("../img/top_other13.png") no-repeat left center;
  background-size: 6px 22px;
  margin-bottom: 10px;
}

.trimming-medicine-box p {
  font-size: 13px;
  margin-bottom: 20px;
}

.trimming-medicine-photo {
  display: block;
  margin-bottom: 40px;
}

.trimming-medicine-photo img {
  width: 100%;
  margin: 0px 0px 15px 0px;
}

.trimming-medicine-box h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}

/******************************************************************
| TRIMMING-MEDICINE - 768px ~ 1099px
******************************************************************/
@media screen and (min-width: 768px) {
  .trimming-medicine {
  }

  .trimming-medicine-inner {
    padding: 80px 0px 60px;
  }

  .trimming-medicine-title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .trimming-medicine-title::before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("../img/trimming/trimming_title.png") no-repeat;
    background-size: 100%;
  }

  .trimming-medicine-box {
    margin-bottom: 40px;
  }

  .trimming-medicine-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #085aca;
    padding-left: 15px;
    padding-bottom: 5px;
    background: url("../img/top_other13.png") no-repeat left center;
    background-size: 6px 22px;
    margin-bottom: 20px;
  }

  .trimming-medicine-box p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .trimming-medicine-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .trimming-medicine-photo img {
    width: auto;
    margin: 0px 10px 0px 0px;
  }

  .trimming-medicine-box h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
  }
}

/******************************************************************
| TRIMMING-MEDICINE - 1100px ~
******************************************************************/

@media screen and (min-width: 1100px) {
  .trimming-medicine {
  }

  .trimming-medicine-inner {
    padding: 90px 0px 60px;
  }

  .trimming-medicine-title {
    position: relative;
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    margin-bottom: 60px;
  }

  .trimming-medicine-title::before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("../img/trimming/trimming_title.png") no-repeat;
    background-size: 100%;
  }

  .trimming-medicine-box {
    margin-bottom: 40px;
  }

  .trimming-medicine-box h3 {
    font-size: 21px;
    font-weight: bold;
    color: #085aca;
    padding-left: 15px;
    background: url("../img/top_other13.png") no-repeat left center;
    background-size: 6px 100%;
    margin-bottom: 25px;
  }

  .trimming-medicine-box p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .trimming-medicine-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 60px;
  }

  .trimming-medicine-photo img {
    width: auto;
    margin: 0px 10px 0px 0px;
  }

  .trimming-medicine-box h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
  }
}

/******************************************************************
| TRIMMING-MICRO - ~767px
******************************************************************/

.trimming-micro {
}

.trimming-micro-inner {
  padding: 60px 15px 40px;
}

.trimming-micro-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.trimming-micro-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/trimming/trimming_title.png") no-repeat;
  background-size: 100%;
}

.trimming-micro-box {
  margin-bottom: 40px;
}

.trimming-micro-box h3 {
  font-size: 15px;
  font-weight: bold;
  color: #085aca;
  padding-left: 15px;
  padding-bottom: 5px;
  background: url("../img/top_other13.png") no-repeat left center;
  background-size: 6px 100%;
  margin-bottom: 10px;
}

.trimming-micro-box p {
  font-size: 13px;
  margin-bottom: 20px;
}

.trimming-micro-list {
  width: 100%;
  background: #f6f6f6;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px 40px 0px;
}

.trimming-micro-list li {
  font-size: 13px;
  border-bottom: 1px dashed #acd7f0;
  padding: 10px 25px 10px 50px;
  text-indent: -35px;
  line-height: 1.6;
}

.trimming-micro-list li img {
  vertical-align: middle;
  margin-right: 10px;
}

.trimming-micro-list li span {
  color: #fc9a9a;
}

.trimming-micro-list li:last-child {
  border: none;
}

.trimming-micro-photo {
  display: block;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trimming-micro-photo img {
  width: 100%;
  margin: 0px 0px 15px 0px;
}

.trimming-micro-intro {
  /* background: #fff3f2; */
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px 60px 15px;
  background: url("../img/trimming/trimming_micro07.jpg"), #fff3f2;
  background-repeat: no-repeat, no-repeat;
  background-position: 92% bottom, center center;
  background-size: 203px 57px, 100%;
}

.trimming-micro-intro-title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fc9a9a;
  line-height: 1.7;
  position: relative;
  margin: 0px 0px 15px 0px;
  padding: 7px 25px 7px 25px;
}

.trimming-micro-intro-title span {
  display: inline;
}

.trimming-micro-intro-title::before {
  content: "";
  display: block;
  width: 25px;
  height: 50px;
  background: url("../img/trimming/trimming_micro05.jpg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0%;
}

.trimming-micro-intro-title::after {
  content: "";
  display: block;
  width: 25px;
  height: 50px;
  background: url("../img/trimming/trimming_micro06.jpg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  right: 0%;
}

.trimming-micro-intro-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 15px 15px 15px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0px 0px 20px 0px;
  /* padding: 40px 25px 30px 40px;
    background: url("../img/trimming/trimming_micro14.png") no-repeat;
    background-size: 100% 100%;
    margin: 0px 0px 15px 0px; */
}

.trimming-micro-intro-box-ribbon {
  position: absolute;
  top: -12px;
  left: -8px;
}

.trimming-micro-intro-box-inner {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming-micro-intro-box-left {
  width: 85px;
  padding: 0px 0px 0px 0px;
  margin: auto;
}

.trimming-micro-intro-box-left img {
  width: 100%;
}

.trimming-micro-intro-box-center {
  width: 100%;
  padding: 10px 0px 0px 0px;
  position: inherit;
  position: initial;
  margin: 0px auto 15px;
}

.trimming-micro-intro-box-center p {
  font-size: 13px;
  margin: 0px 0px 15px 0px;
}

.trimming-micro-intro-box-center h4 {
  font-size: 12px;
  color: #fcafaf;
  position: inherit;
  position: initial;
  text-align: right;
}

.trimming-micro-intro-box-center h4 span {
  font-weight: bold;
}

.trimming-micro-intro-box-center h4 span span {
  font-size: 14px;
  margin: 0px 0px 0px 5px;
}

.trimming-micro-intro-box-right {
  width: 100%;
}

.trimming-micro-intro-box-right img {
  width: 100%;
}

/******************************************************************
| TRIMMING-MICRO - 768px ~ 1099px
******************************************************************/
@media screen and (min-width: 768px) {
  .trimming-micro {
  }

  .trimming-micro-inner {
    padding: 60px 0px 60px;
  }

  .trimming-micro-title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .trimming-micro-title::before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("../img/trimming/trimming_title.png") no-repeat;
    background-size: 100%;
  }

  .trimming-micro-box {
    margin-bottom: 40px;
  }

  .trimming-micro-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #085aca;
    padding-left: 15px;
    padding-bottom: 5px;
    background: url("../img/top_other13.png") no-repeat left center;
    background-size: 6px 100%;
    margin-bottom: 20px;
  }

  .trimming-micro-box p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .trimming-micro-list {
    width: 100%;
    background: #f6f6f6;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0px 40px 0px;
  }

  .trimming-micro-list li {
    font-size: 14px;
    border-bottom: 1px dashed #acd7f0;
    padding: 15px 25px;
    text-indent: 0px;
  }

  .trimming-micro-list li img {
    vertical-align: middle;
    margin-right: 10px;
  }

  .trimming-micro-list li span {
    color: #fc9a9a;
  }

  .trimming-micro-list li:last-child {
    border: none;
  }

  .trimming-micro-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .trimming-micro-photo img {
    width: auto;
    margin: 0px 10px 0px 0px;
  }

  .trimming-micro-intro {
    /* background: #fff3f2; */
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px 90px 40px;
    background: url("../img/trimming/trimming_micro07.jpg"), #fff3f2;
    background-repeat: no-repeat, no-repeat;
    background-position: 95% bottom, center center;
    background-size: 233px 87px, 100%;
  }

  .trimming-micro-intro-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fc9a9a;
    line-height: 1.7;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .trimming-micro-intro-title span {
    display: block;
  }

  .trimming-micro-intro-title::before {
    content: "";
    display: block;
    width: 35px;
    height: 60px;
    background: url("../img/trimming/trimming_micro05.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 16%;
  }

  .trimming-micro-intro-title::after {
    content: "";
    display: block;
    width: 35px;
    height: 60px;
    background: url("../img/trimming/trimming_micro06.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 16%;
  }

  .trimming-micro-intro-box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0px 0px 20px 0px;
    /* padding: 40px 25px 30px 40px;
    background: url("../img/trimming/trimming_micro14.png") no-repeat;
    background-size: 100% 100%;
    margin: 0px 0px 15px 0px; */
  }

  .trimming-micro-intro-box-ribbon {
    position: absolute;
    top: -12px;
    left: -8px;
  }

  .trimming-micro-intro-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .trimming-micro-intro-box-left {
    width: 85px;
    padding: 10px 0px 0px 0px;
    margin: 0px;
  }

  .trimming-micro-intro-box-left img {
    width: 100%;
  }

  .trimming-micro-intro-box-center {
    width: 260px;
    padding: 10px 0px 0px 0px;
    position: relative;
    margin: 0px 40px 0px;
  }

  .trimming-micro-intro-box-center p {
    font-size: 15px;
  }

  .trimming-micro-intro-box-center h4 {
    font-size: 12px;
    color: #fcafaf;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  .trimming-micro-intro-box-center h4 span {
    font-weight: bold;
  }

  .trimming-micro-intro-box-center h4 span span {
    font-size: 15px;
    margin: 0px 0px 0px 5px;
  }

  .trimming-micro-intro-box-right {
    width: 158px;
  }
}

/******************************************************************
| TRIMMING-MICRO - 1100px ~
******************************************************************/

@media screen and (min-width: 1100px) {
  .trimming-micro {
  }

  .trimming-micro-inner {
    padding: 60px 0px 120px;
  }

  .trimming-micro-title {
    position: relative;
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    margin-bottom: 60px;
  }

  .trimming-micro-title::before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("../img/trimming/trimming_title.png") no-repeat;
    background-size: 100%;
  }

  .trimming-micro-box {
    margin-bottom: 40px;
  }

  .trimming-micro-box h3 {
    font-size: 21px;
    font-weight: bold;
    color: #085aca;
    padding-left: 15px;
    background: url("../img/top_other13.png") no-repeat left center;
    background-size: 6px 100%;
    margin-bottom: 25px;
  }

  .trimming-micro-box p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .trimming-micro-list {
    width: 100%;
    background: #f6f6f6;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0px 40px 0px;
  }

  .trimming-micro-list li {
    font-size: 14px;
    border-bottom: 1px dashed #acd7f0;
    padding: 15px 25px;
    text-indent: 0px;
  }

  .trimming-micro-list li img {
    vertical-align: middle;
    margin-right: 10px;
  }

  .trimming-micro-list li span {
    color: #fc9a9a;
  }

  .trimming-micro-list li:last-child {
    border: none;
  }

  .trimming-micro-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .trimming-micro-photo img {
    width: auto;
    margin: 0px 10px 0px 0px;
  }

  .trimming-micro-intro {
    /* background: #fff3f2; */
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px 90px 40px;
    background: url("../img/trimming/trimming_micro07.jpg"), #fff3f2;
    background-repeat: no-repeat, no-repeat;
    background-position: 95% bottom, center center;
    background-size: 233px 87px, 100%;
  }

  .trimming-micro-intro-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fc9a9a;
    line-height: 1.7;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .trimming-micro-intro-title span {
    display: block;
  }

  .trimming-micro-intro-title::before {
    content: "";
    display: block;
    width: 35px;
    height: 60px;
    background: url("../img/trimming/trimming_micro05.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 70px;
  }

  .trimming-micro-intro-title::after {
    content: "";
    display: block;
    width: 35px;
    height: 60px;
    background: url("../img/trimming/trimming_micro06.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 70px;
  }

  .trimming-micro-intro-box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0px 0px 20px 0px;
    /* padding: 40px 25px 30px 40px;
    background: url("../img/trimming/trimming_micro14.png") no-repeat;
    background-size: 100% 100%;
    margin: 0px 0px 15px 0px; */
  }

  .trimming-micro-intro-box-ribbon {
    position: absolute;
    top: -12px;
    left: -8px;
  }

  .trimming-micro-intro-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .trimming-micro-intro-box-left {
    width: 85px;
    padding: 10px 0px 0px 0px;
    margin: 0px auto;
  }

  .trimming-micro-intro-box-left img {
    width: 100%;
  }

  .trimming-micro-intro-box-center {
    width: 260px;
    padding: 10px 0px 0px 0px;
    position: relative;
    margin: 0px 40px 0px 0px;
  }

  .trimming-micro-intro-box-center p {
    font-size: 15px;
  }

  .trimming-micro-intro-box-center h4 {
    font-size: 12px;
    color: #fcafaf;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  .trimming-micro-intro-box-center h4 span {
    font-weight: bold;
  }

  .trimming-micro-intro-box-center h4 span span {
    font-size: 15px;
    margin: 0px 0px 0px 5px;
  }

  .trimming-micro-intro-box-right {
    width: 158px;
  }
}

/******************************************************************
| TRIMMING-FEE - ~767px
******************************************************************/
.trimming-fee {
}
.trimming-fee-inner {
  padding: 60px 15px 40px;
}
.trimming-fee-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.trimming-fee-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/trimming/trimming_title.png") no-repeat;
  background-size: 100%;
}
.trimming-fee-box {
	margin-top: 30px;
}
.trimming-fee-box h3 {
  font-size: 15px;
  font-weight: bold;
  color: #085aca;
  padding-left: 15px;
  padding-bottom: 5px;
  background: url("../img/top_other13.png") no-repeat left center;
  background-size: 6px 22px;
  margin-bottom: 10px;
}
  .trimming-fee-box dl {
    font-size: 13px;
	  line-height: 1.7;
  padding-bottom: 15px;
  }
  .trimming-fee-box dl dt {
	  color: #fc9a9a;
  }
  .trimming-fee-box dl dd {
  }
.trimming-fee-box p {
  font-size: 13px;
  margin-bottom: 20px;
}
.trimming-fee-box table {
	width: 100%;
	line-height: 1.7;
	margin-bottom: 15px;
}
.trimming-fee-box table.shampoo_cut {
}
.trimming-fee-box table thead {
	border: solid 1px #085aca;
}
.trimming-fee-box table thead th {
  font-size: 13px;
	color: #fff;
	background: #085aca;
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px #fff;
	padding: 0.5em 0;
	white-space: nowrap;
}
.trimming-fee-box table thead th:first-child {
	border-left: none;
}
.trimming-fee-box table tbody tr:nth-child(even) {
	background: #eaf3fa;
}
.trimming-fee-box table tbody th {
  font-size: 12px;
	border: solid 1px #8eb8ee;
	padding: 0.5em 0.2em;
	vertical-align: middle;
}
.trimming-fee-box table tbody td {
  font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #8eb8ee;
	padding: 0.5em;
}
@media screen and (min-width: 360px) {
.trimming-fee-box table tbody th {
  font-size: 13px;
}
.trimming-fee-box table tbody td {
  font-size: 13px;
}
  }
.trimming-fee-box h4 {
  font-size: 13px;
	margin-bottom: 10px;
}
.trimming-fee-box h4 strong {
	font-weight: bold;
	color: #085aca;
}
.trimming-fee-box table.option th {
	width: 8em;
}

/******************************************************************
| TRIMMING-FEE - 768px ~ 1099px
******************************************************************/
@media screen and (min-width: 768px) {
  .trimming-fee {
  }
  .trimming-fee-inner {
    padding: 80px 0px 60px;
  }
  .trimming-fee-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .trimming-fee-title::before {
    top: -100px;
    width: 40px;
    height: 40px;
  }
.trimming-fee-box {
	margin-top: 40px;
}
  .trimming-fee-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .trimming-fee-box dl {
    font-size: 14px;
  padding-bottom: 25px;
  }
  .trimming-fee-box dl dt {
	  float: left;
	  clear: left;
  }
  .trimming-fee-box dl dd {
  }
  .trimming-fee-box p {
    font-size: 14px;
  }
.trimming-fee-box table {
	margin-bottom: 25px;
}
.trimming-fee-box table thead th {
  font-size: 14px;
	padding: 1em;
}
.trimming-fee-box table thead th br {
	display: none;
}
.trimming-fee-box table tbody th {
  font-size: 14px;
	padding: 1em;
}
.trimming-fee-box table tbody td {
  font-size: 14px;
	padding: 1em;
}
.trimming-fee-box h4 {
  font-size: 14px;
	margin-bottom: 15px;
}
.trimming-fee-box table.option th {
	width: 17em;
}
}

/******************************************************************
| TRIMMING-FEE - 1100px ~
******************************************************************/

@media screen and (min-width: 1100px) {
  .trimming-fee {
  }
  .trimming-fee-inner {
    padding: 90px 0px 80px;
  }
  .trimming-fee-title {
    font-size: 39px;
    margin-bottom: 60px;
  }
  .trimming-fee-title::before {
    top: -100px;
    width: 40px;
    height: 40px;
  }
.trimming-fee-box {
	margin-top: 60px;
}
  .trimming-fee-box h3 {
    font-size: 21px;
    background-size: 6px 100%;
    margin-bottom: 25px;
  }
  .trimming-fee-box dl {
    font-size: 15px;
  padding-bottom: 30px;
  }
  .trimming-fee-box p {
    font-size: 15px;
  }
.trimming-fee-box table {
	margin-bottom: 30px;
}
.trimming-fee-box table thead th {
  font-size: 15px;
	padding: 1em 1.5em;
}
.trimming-fee-box table tbody th {
  font-size: 15px;
	padding: 1em 1.5em;
}
.trimming-fee-box table tbody td {
  font-size: 15px;
	padding: 1em 1.5em;
}
.trimming-fee-box h4 {
  font-size: 15px;
	margin-bottom: 20px;
}
}

/******************************************************************
| TRIMMING-CARBONATED - ~767px
******************************************************************/

.trimming-carbonated {
}

.trimming-carbonated-inner {
  padding: 60px 15px 40px;
}

.trimming-carbonated-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.trimming-carbonated-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/trimming/trimming_title.png") no-repeat;
  background-size: 100%;
}

.trimming-carbonated-box {
  margin-bottom: 40px;
}

.trimming-carbonated-box h3 {
  font-size: 15px;
  font-weight: bold;
  color: #085aca;
  padding-left: 15px;
  padding-bottom: 5px;
  background: url("../img/top_other13.png") no-repeat left center;
  background-size: 6px 100%;
  margin-bottom: 10px;
}

.trimming-carbonated-box p {
  font-size: 13px;
  margin-bottom: 20px;
}

.trimming-carbonated-box p span {
  color: #fc9a9a;
}

.trimming-carbonated-list {
  width: 100%;
  background: #f6f6f6;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px 40px 0px;
}

.trimming-carbonated-list li {
  font-size: 13px;
  border-bottom: 1px dashed #acd7f0;
  padding: 10px 25px 10px 50px;
  text-indent: -35px;
  line-height: 1.6;
}

.trimming-carbonated-list li img {
  vertical-align: middle;
  margin-right: 10px;
}

.trimming-carbonated-list li span {
  color: #fc9a9a;
}

.trimming-carbonated-list li:last-child {
  border: none;
}

.trimming-carbonated-photo {
  display: block;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trimming-carbonated-photo img {
  width: 100%;
  margin: 0px 0px 15px 0px;
}

.trimming-carbonated-intro {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px 60px 15px;
  background: url("../img/trimming/trimming_micro07.jpg"), #fff3f2;
  background-repeat: no-repeat, no-repeat;
  background-position: 92% bottom, center center;
  background-size: 203px 57px, 100%;
}

.trimming-carbonated-intro-title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fc9a9a;
  line-height: 1.7;
  position: relative;
  margin: 0px 0px 15px 0px;
  padding: 7px 25px 7px 25px;
}

.trimming-carbonated-intro-title span {
  display: inline;
}

.trimming-carbonated-intro-title::before {
  content: "";
  display: block;
  width: 25px;
  height: 50px;
  background: url("../img/trimming/trimming_micro05.jpg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0%;
}

.trimming-carbonated-intro-title::after {
  content: "";
  display: block;
  width: 25px;
  height: 50px;
  background: url("../img/trimming/trimming_micro06.jpg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  right: 0%;
}

.trimming-carbonated-intro-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 15px 15px 15px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0px 0px 20px 0px;
}

.trimming-carbonated-intro-box-ribbon {
  position: absolute;
  top: -12px;
  left: -8px;
}

.trimming-carbonated-intro-box-inner {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trimming-carbonated-intro-box-left {
  width: 85px;
  padding: 0px 0px 0px 0px;
  margin: auto;
}

.trimming-carbonated-intro-box-left img {
  width: 100%;
}

.trimming-carbonated-intro-box-center {
  width: 100%;
  padding: 10px 0px 0px 0px;
  position: inherit;
  position: initial;
  margin: 0px auto 15px;
}

.trimming-carbonated-intro-box-center p {
  font-size: 13px;
  margin: 0px 0px 15px 0px;
}

.trimming-carbonated-intro-box-center h4 {
  font-size: 12px;
  color: #fcafaf;
  position: inherit;
  position: initial;
  text-align: right;
}

.trimming-carbonated-intro-box-center h4 span {
  font-weight: bold;
}

.trimming-carbonated-intro-box-center h4 span span {
  font-size: 14px;
  margin: 0px 0px 0px 5px;
}

.trimming-carbonated-intro-box-right {
  width: 100%;
}

.trimming-carbonated-intro-box-right img {
  width: 100%;
}

/******************************************************************
| TRIMMING-CARBONATED - 768px ~ 1099px
******************************************************************/
@media screen and (min-width: 768px) {
  .trimming-carbonated {
  }

  .trimming-carbonated-inner {
    padding: 60px 0px 60px;
  }

  .trimming-carbonated-title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .trimming-carbonated-title::before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("../img/trimming/trimming_title.png") no-repeat;
    background-size: 100%;
  }

  .trimming-carbonated-box {
    margin-bottom: 40px;
  }

  .trimming-carbonated-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #085aca;
    padding-left: 15px;
    padding-bottom: 5px;
    background: url("../img/top_other13.png") no-repeat left center;
    background-size: 6px 100%;
    margin-bottom: 20px;
  }

  .trimming-carbonated-box p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .trimming-carbonated-box p span {
    color: #fc9a9a;
  }

  .trimming-carbonated-list {
    width: 100%;
    background: #f6f6f6;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0px 40px 0px;
  }

  .trimming-carbonated-list li {
    font-size: 14px;
    border-bottom: 1px dashed #acd7f0;
    padding: 15px 25px;
    text-indent: 0px;
  }

  .trimming-carbonated-list li img {
    vertical-align: middle;
    margin-right: 10px;
  }

  .trimming-carbonated-list li span {
    color: #fc9a9a;
  }

  .trimming-carbonated-list li:last-child {
    border: none;
  }

  .trimming-carbonated-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .trimming-carbonated-photo img {
    width: auto;
    margin: 0px 10px 0px 0px;
  }

  .trimming-carbonated-intro {
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px 90px 40px;
    background: url("../img/trimming/trimming_micro07.jpg"), #fff3f2;
    background-repeat: no-repeat, no-repeat;
    background-position: 95% bottom, center center;
    background-size: 233px 87px, 100%;
  }

  .trimming-carbonated-intro-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fc9a9a;
    line-height: 1.7;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .trimming-carbonated-intro-title span {
    display: block;
  }

  .trimming-carbonated-intro-title::before {
    content: "";
    display: block;
    width: 35px;
    height: 60px;
    background: url("../img/trimming/trimming_micro05.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 16%;
  }

  .trimming-carbonated-intro-title::after {
    content: "";
    display: block;
    width: 35px;
    height: 60px;
    background: url("../img/trimming/trimming_micro06.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 16%;
  }

  .trimming-carbonated-intro-box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0px 0px 20px 0px;
  }

  .trimming-carbonated-intro-box-ribbon {
    position: absolute;
    top: -12px;
    left: -8px;
  }

  .trimming-carbonated-intro-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .trimming-carbonated-intro-box-left {
    width: 85px;
    padding: 10px 0px 0px 0px;
    margin: 0px;
  }

  .trimming-carbonated-intro-box-left img {
    width: 100%;
  }

  .trimming-carbonated-intro-box-center {
    width: 260px;
    padding: 10px 0px 0px 0px;
    position: relative;
    margin: 0px 40px 0px;
  }

  .trimming-carbonated-intro-box-center p {
    font-size: 15px;
  }

  .trimming-carbonated-intro-box-center h4 {
    font-size: 12px;
    color: #fcafaf;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  .trimming-carbonated-intro-box-center h4 span {
    font-weight: bold;
  }

  .trimming-carbonated-intro-box-center h4 span span {
    font-size: 15px;
    margin: 0px 0px 0px 5px;
  }

  .trimming-carbonated-intro-box-right {
    width: 158px;
  }
}

/******************************************************************
| TRIMMING-CARBONATED - 1100px ~
******************************************************************/

@media screen and (min-width: 1100px) {
  .trimming-carbonated {
  }

  .trimming-carbonated-inner {
    padding: 60px 0px 120px;
  }

  .trimming-carbonated-title {
    position: relative;
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    margin-bottom: 60px;
  }

  .trimming-carbonated-title::before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("../img/trimming/trimming_title.png") no-repeat;
    background-size: 100%;
  }

  .trimming-carbonated-box {
    margin-bottom: 40px;
  }

  .trimming-carbonated-box h3 {
    font-size: 21px;
    font-weight: bold;
    color: #085aca;
    padding-left: 15px;
    background: url("../img/top_other13.png") no-repeat left center;
    background-size: 6px 100%;
    margin-bottom: 25px;
  }

  .trimming-carbonated-box p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .trimming-carbonated-box p span {
    color: #fc9a9a;
  }

  .trimming-carbonated-list {
    width: 100%;
    background: #f6f6f6;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
  }

  .trimming-carbonated-list li {
    font-size: 14px;
    border-bottom: 1px dashed #acd7f0;
    padding: 15px 25px;
    text-indent: 0px;
  }

  .trimming-carbonated-list li img {
    vertical-align: middle;
    margin-right: 10px;
  }

  .trimming-carbonated-list li span {
    color: #fc9a9a;
  }

  .trimming-carbonated-list li:last-child {
    border: none;
  }

  .trimming-carbonated-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .trimming-carbonated-photo img {
    width: auto;
    margin: 0px 10px 0px 0px;
  }

  .trimming-carbonated-intro {
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px 90px 40px;
    background: url("../img/trimming/trimming_micro07.jpg"), #fff3f2;
    background-repeat: no-repeat, no-repeat;
    background-position: 95% bottom, center center;
    background-size: 233px 87px, 100%;
  }

  .trimming-carbonated-intro-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fc9a9a;
    line-height: 1.7;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }

  .trimming-carbonated-intro-title span {
    display: block;
  }

  .trimming-carbonated-intro-title::before {
    content: "";
    display: block;
    width: 35px;
    height: 60px;
    background: url("../img/trimming/trimming_micro05.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 70px;
  }

  .trimming-carbonated-intro-title::after {
    content: "";
    display: block;
    width: 35px;
    height: 60px;
    background: url("../img/trimming/trimming_micro06.jpg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 70px;
  }

  .trimming-carbonated-intro-box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0px 0px 20px 0px;
  }

  .trimming-carbonated-intro-box-ribbon {
    position: absolute;
    top: -12px;
    left: -8px;
  }

  .trimming-carbonated-intro-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .trimming-carbonated-intro-box-left {
    width: 85px;
    padding: 10px 0px 0px 0px;
    margin: 0px auto;
  }

  .trimming-carbonated-intro-box-left img {
    width: 100%;
  }

  .trimming-carbonated-intro-box-center {
    width: 260px;
    padding: 10px 0px 0px 0px;
    position: relative;
    margin: 0px 40px 0px 0px;
  }

  .trimming-carbonated-intro-box-center p {
    font-size: 15px;
  }

  .trimming-carbonated-intro-box-center h4 {
    font-size: 12px;
    color: #fcafaf;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  .trimming-carbonated-intro-box-center h4 span {
    font-weight: bold;
  }

  .trimming-carbonated-intro-box-center h4 span span {
    font-size: 15px;
    margin: 0px 0px 0px 5px;
  }

  .trimming-carbonated-intro-box-right {
    width: 158px;
  }

}

/******************************************************************
| TRIMMING-REGIST - ~767px
******************************************************************/

.trimming-tel-box {
	padding: 10px;
	border: solid 1px #8eb8ee;
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	color: #0055c8;
	font-weight: 600;
}

.trimming-tel-box span{
	font-size: 0.5em;
	display: block;
	font-weight: normal;
}

/******************************************************************
| TRIMMING-REGIST - ~767px
******************************************************************/

.trimming-regist-inner {
  padding: 0px 15px 40px;
}
.trimming-regist-box {
	padding: 10px;
	border: solid 1px #8eb8ee;
}
.trimming-regist-box table {
}
.trimming-regist-box table * {
  font-size: 13px;
	line-height: 1.7;
}
.trimming-regist-box table th {
	color: #085aca;
	width: 10em;
	vertical-align: top;
	padding: 0.1em 0;
}
.trimming-regist-box table td {
	padding: 0.1em 0;
}

/******************************************************************
| TRIMMING-GUIDE - 768px ~ 1099px
******************************************************************/
@media screen and (min-width: 768px) {
  .trimming-regist {
  }
  .trimming-regist-inner {
    padding: 0px 0px 60px;
  }
.trimming-regist-box table tbody {
}
.trimming-regist-box table th {
	width: 11em;
	padding-left: 1em;
}
.trimming-regist-box table td {
	padding: 0 1em;
}

/******************************************************************
| TRIMMING-REGIST - 768px ~ 1099px
******************************************************************/

.trimming-tel-box {
	padding: 10px;
	border: solid 1px #8eb8ee;
	text-align: center;
	font-size: 2em;
	line-height: 1.5em;
	color: #0055c8;
}

.trimming-tel-box span{
	font-size: 0.5em;
	display: contents;
}

}

/******************************************************************
| TRIMMING-GUIDE - 1100px ~
******************************************************************/

@media screen and (min-width: 1100px) {
  .trimming-regist {
  }
  .trimming-regist-inner {
    padding: 0px 0px 120px;
  }
}

/******************************************************************
| TRIMMING-STAFF - ~767px
******************************************************************/

.trimming-staff {
}
.trimming-staff-inner {
  padding: 60px 15px 40px;
}
.trimming-staff-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.trimming-staff-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/trimming/trimming_title.png") no-repeat;
  background-size: 100%;
}
.staff-box {
  display: block;
  margin-bottom: 40px;
}
.staff-box .staff-photo {
	text-align: center;
}
.staff-box .staff-photo img {
  width: 70%;
  margin: 0px 0px 25px;
}
.staff-box-name {
  margin: 0px 0px 20px;
  position: relative;
}
.staff-box-name-en {
  font-size: 11px;
  font-weight: bold;
  color: #a8c8f1;
  display: block;
  margin: 0px 10px 10px 0px;
  letter-spacing: 1px;
}
.staff-box-name-ja {
  font-size: 25px;
  font-weight: bold;
}
.staff-txt p {
  font-size: 13px;
  margin: 0px 0px 20px;
  line-height: 2;
}
.staff-box-left .staff-box-name-en,
.staff-box-right .staff-box-name-en {
  color: #fc9a9a;
  opacity: 0.5;
}

.staff-box-left .staff-box-left p,
.staff-box-right .staff-box-left p {
  margin: 0px 0px 20px;
}


/******************************************************************
| TRIMMING-STAFF - 768px ~ 1099px
******************************************************************/
@media screen and (min-width: 768px) {
  .trimming-staff {
  }
  .trimming-staff-inner {
    padding: 80px 0px 60px;
  }
  .trimming-staff-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .trimming-staff-title::before {
    top: -100px;
    width: 40px;
    height: 40px;
  }

  .staff-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 90px;
  }
  .staff-box .staff-photo {
	  width: 380px;
	  margin-top: 3px;
  }
  .staff-box .staff-photo img {
  width: 100%;
    margin: 0px 0px 25px;
  }
  .staff-box .staff-txt {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 410px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 410px);/*Firefox4~15対応*/
	width: calc(100% - 410px);
  }
  .staff-box-name-en {
    font-size: 12px;
    margin: 0px 10px 15px 0px;
  }
  .staff-box-name-ja {
    font-size: 28px;
  }
  .staff-txt p {
    font-size: 14px;
  }
  .staff-box-left .staff-photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .staff-box-left .staff-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

}

/******************************************************************
| TRIMMING-STAFF - 1100px ~
******************************************************************/

@media screen and (min-width: 1100px) {
  .trimming-staff {
  }
  .trimming-staff-inner {
    padding: 90px 0px 80px;
  }
  .trimming-staff-title {
    font-size: 39px;
    margin-bottom: 60px;
  }
  .trimming-staff-title::before {
    top: -100px;
    width: 40px;
    height: 40px;
  }

  .staff-box {
    margin-bottom: 120px;
  }
  .staff-box-title {
    margin: 0px 0px 25px;
  }
  .staff-box-title img {
    margin: 0px 0px 25px;
  }
  .staff-box-title-en {
    font-size: 13px;
    margin: 0px 10px 15px 0px;
  }
  .staff-box-title-ja {
    font-size: 32px;
  }

.staff-box .staff-txt {
}
  .staff-txt p {
    font-size: 15px;
    margin: 0px 0px 25px;
  }


}

/******************************************************************
| TRIMMING-上部メニュー - ~767px
******************************************************************/
.trimming-nav-sp {
	margin-top: 15px;
}
.trimming-nav-sp .trimming-nav ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.trimming-nav-sp .trimming-nav ul li {
	width: 50%;
}
.trimming-nav-sp .trimming-nav ul li:nth-child(odd),
.trimming-nav-sp .trimming-nav ul li:last-child {
	border-right: solid 1px #fff;
}
.trimming-nav-sp .trimming-nav ul li a {
  font-size: 9px;
  font-weight: normal;
  padding: 15px 5px;
	vertical-align: middle;
}
.trimming-nav-sp .trimming-nav ul li a img {
  width: 14px;
  vertical-align: middle;
  margin: 0px 4px 0px 0px;
}

@media screen and (min-width: 360px) {
.trimming-nav-sp .trimming-nav ul li a {
  padding: 15px 12px;
}
}

@media screen and (min-width: 375px) {
.trimming-nav-sp .trimming-nav ul li a {
  font-size: 10px;
}
}

@media screen and (min-width: 414px) {
.trimming-nav-sp .trimming-nav ul li a {
  font-size: 11.5px;
}
}

/******************************************************************
| TRIMMING-上部メニュー - 768px ~ 1099px
******************************************************************/
@media screen and (min-width: 768px) {
.trimming-nav-sp {
}

  .trimming-nav-sp .trimming-nav ul li a {
    font-size: 15px;
    font-weight: 500;
    padding: 25px 12px;
  }

  .trimming-nav-sp .trimming-nav ul li a img {
    width: auto;
    margin: 0px 10px 0px 0px;
  }
}

/******************************************************************
| TRIMMING-上部メニュー - 1100px ~
******************************************************************/
@media screen and (min-width: 1100px) {
.trimming-nav-sp {
	display: none;
}
}

