.color-sample {
color:#403c2c;
color:#737065;
color:#8c8368;
color:#f2f2f2;
color:#0d0d0d;
}


body {

     /*font-family: "Noto Sans JP",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
     font-family: "M PLUS Rounded 1c",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.9em;
    padding: 0;
    margin: 0;
    background: #FFF;
   color: #3e3a39;
    -webkit-text-size-adjust: 100%;
}

.body-wrap{
width:100%;
overflow-x: hidden !important;
}



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

body {
    font-size: 15px;
    line-height: 1.8em;
}

}






/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.tb_only{display:inherit !important;}
.sp_only{display:none !important;}
.tb_pc{display:inherit !important;}
.sp_tb{display:inherit !important;}

/*body{background:#ccc;}*/
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none;}
.tb_only{display:none;}
.sp_only{display:inherit;}
.tb_pc{display:none;}
.sp_tb{display:inherit;}
}




/*セクションのサイズ*/

.main-content-area {
  padding:60px 0 ;
}

.indent-box-1{
  padding: 0 3% 5%;
}
.indent-box-2{
  padding: 0 3% 5%;
}

.sec-s {
  padding:30px 0 ;
  margin-top:0;
}


.sec-m {
  padding:60px 0 ;
  margin-top:0;
}

.sec-l {
  padding:100px 0 ;
  margin:0;
}



.sec-dr-area{
  background: #F6F3F4;
}

@media only screen and (max-width: 767px) {
.main-content-area {
  padding:40px 0 ;
}
.indent-box-1{
  padding: 0;
}
.indent-box-2{
  padding: 0;
}

.sec-s {
  padding:15px 0 ;
  margin-top:0;
}

.sec-m {
  padding:30px 0 ;
  margin:0;
}

.sec-l {
  padding:40px 0 ;
  margin:0;
}



}

























/*区切り*/

hr {
  opacity: 1;
}

hr.hr-def {
    position: relative;
    overflow: visible;
    text-align: center;
    color: #ccc;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    margin: 40px 0;
}
@media screen and (max-width: 576px){
hr.hr-def {
    position: relative;
    overflow: visible;
    text-align: center;
    color: #ccc;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    margin: 20px 0;
}
}

.hr-step {
  position: relative;
  overflow: visible;
  text-align: center;
  color: #ccc;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
  margin:30px 0;
}
.hr-step:after {
  position: absolute;
  top: -19px;
  left: 49%;
  display: inline-block;
  font-family: "dental";
  font-style: normal;
  font-weight: normal;

  content: '\e823';

  font-size: 30px;
  color: #ffbc60;
}





.hr-white {
  border-top: 3px solid rgba(255,255,255,0.9);
  background: rgba(0, 0, 0, 0);
  margin: 32px 0;
}

hr.hr-grad {
  width: 180px;
  height: 4px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -moz-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -ms-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -o-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  -webkit-animation: gradation_hr 4s ease infinite reverse;
  -moz-animation: gradation_hr 4s ease infinite reverse;
  animation: gradation_hr 4s ease infinite reverse;
  background-size: 200% 200%;
}

hr.hr-grad-s {
  width: 100px;
  height: 4px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -moz-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -ms-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -o-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  -webkit-animation: gradation_hr 4s ease infinite reverse;
  -moz-animation: gradation_hr 4s ease infinite reverse;
  animation: gradation_hr 4s ease infinite reverse;
  background-size: 200% 200%;
}

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



.hr-white {
  border-top: 3px solid rgba(255,255,255,0.9);
  background: rgba(0, 0, 0, 0);
  margin: 20px 0;
}

hr.hr-grad {
  width: 90px;
  height: 4px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -moz-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -ms-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -o-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  -webkit-animation: gradation_hr 4s ease infinite reverse;
  -moz-animation: gradation_hr 4s ease infinite reverse;
  animation: gradation_hr 4s ease infinite reverse;
  background-size: 200% 200%;
}
hr.hr-grad-s {
  width: 60px;
  height: 4px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -moz-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -ms-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  background-image: -o-linear-gradient(left, #b9b79e, #858257, #c7c5a7, #69652c);
  -webkit-animation: gradation_hr 4s ease infinite reverse;
  -moz-animation: gradation_hr 4s ease infinite reverse;
  animation: gradation_hr 4s ease infinite reverse;
  background-size: 200% 200%;
}

}




