.color-sample {
color:#1051AF;
color:#FC6749;
color:#B6D6F2;
color:#FFDE00;
color:#f2f2f2;
}





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: #464342;
    -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;
}



@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: 180px;
    height: 4px;
    margin: auto;
    background-image: -webkit-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image: -moz-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image: -ms-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image: -o-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    -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%;
}












/* loading  */
/* 
.loading {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #FFF;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loading .circle {
  display: block;
  position: relative;
  top: calc( 50% - 20px );
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 7px solid #eee;
  border-top: 7px solid #CCC;
  border-radius: 50px;
  animation: loading 700ms linear 0ms infinite normal both;
}

@keyframes loading {
  0% { transform: rotate( 0deg ); }
  100% { transform: rotate( 360deg ); }
} */