
html{
scroll-behavior: smooth;
}

.body {
  /*font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
 font-family: "Noto Sans JP", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 2.0em;
    padding: 0;
    margin: 0;
    background: #F7F7F0;
    color: #49412E;
    -webkit-text-size-adjust: 100%;

}

.main {
    /*overflow: hidden;*/
}

.body-main {

}




.fluid-box{
  width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 5% 0;
}

/*
* Container
*/

/*
@media (min-width: 576px){
.container {
    max-width: 100%;
}
}
@media (min-width: 768px){
.container {
    max-width: 98%;
}
}
@media (min-width: 992px){
.container {
    max-width: 98%;
}
}

@media (min-width: 1240px) {
  .container {
    max-width: 1240px !important;
  }
}
*/

/* Headline design*/

.title_top_bar_01 {
  color: #444;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.4em;
  margin-bottom: 40px;
}

.title_top_bar_01:before {
    content: '\E801';
    font-family: 'Fontello';
    font-size: 15px;
    display: block;
    line-height: 15px;
    margin-bottom: 12px;
    color: #4E9EF8;
}

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

.title_top_bar_01 {
  font-size: 19px;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

.title_top_bar_01:before {
    font-size: 11px;
    margin-bottom: 8px;
}

}












.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #4E9EF8;
}













body, .body, .main, .breadcrumb-wrap .breadcrumb {
    background-color: transparent !important;
}


body {
    font-size: 15px;
    color: #333;
}
@media (max-width: 575px) {
body {
    font-size: 15px;
}
}

.table-nw th {
  white-space: nowrap;
}








h2 {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 12px 0;
}



  }





@media screen and (max-width: 600px){
.img-shrink-v {
  max-width: 50%;
}
.img-shrink-vs {
  max-width: 35%;
}
.img-shrink-h {
  max-width: 70%;
}

.media img {
  width: 30%;
}



}





html .btn-primary {
    background-color: #f6ad48;
    border-color: #f6ad48 #f6ad48 #c37d1b;
    color: #FFF;
    padding: 0.7rem 1rem !important;
}



.side-contact-btn {
  position: fixed;
  bottom:60px;
  right:0;
  margin:auto;
  font-size: 14px;
  font-weight:bold;
  z-index: 10;
  line-height: 1;

}
.side-contact-btn li {
  width: 94px;
  height:94px;
  display:block;
  background: ;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
}
.side-contact-btn li a {
  width: 100%;
  height:100%;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 18px;
}


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

.side-contact-btn {
display: none !important;
}

}














hr.grad {
  width: 100px;
  height: 4px;
/*  margin: auto;*/
    background-image: -webkit-linear-gradient(left, #f6ad48, #6dc2ff, #f6ad48, #ae95d4);
    background-image:    -moz-linear-gradient(left, #f6ad48, #6dc2ff, #f6ad48, #ae95d4);
    background-image:     -ms-linear-gradient(left, #f6ad48, #6dc2ff, #f6ad48, #ae95d4);
    background-image:      -o-linear-gradient(left, #f6ad48, #6dc2ff, #f6ad48, #ae95d4);  
  -webkit-animation: gradation_hr 8s ease infinite reverse;
  -moz-animation: gradation_hr 8s ease infinite reverse;
  animation: gradation_hr 8s ease infinite reverse; 
  background-size: 200% 200%;
  margin: auto;
}

@keyframes gradation_hr {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes gradation_hr{
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes gradation_hr {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes gradation_hr { 
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}


hr.grad2 {
  width: 50px;
  height: 3px;
  margin: 0;
    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%; 
  margin: auto;
}

@keyframes gradation_hr {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes gradation_hr{
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes gradation_hr {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes gradation_hr { 
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}

































.twitter-wrap { width:100%; height: 450px; overflow: scroll; }



.portfolio-list {
  max-width: 1000px;
  margin:0 auto;
}



.process-vertical .process-step-circle {
    height: 45px;
    width: 45px;
    margin: 0 15px 0 0;
    min-height: 45px;
    min-width: 45px;
}

.process .process-step-circle-content {
    font-weight: bold;
    color: #212529;
    font-size: 1.2em;
    letter-spacing: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.process-vertical .process-step:after {
    width: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: '';
    height: calc(100% - 80px);
    top: 60px;
    left: 22px;
}

/*img*/

.img-xs {
  width: 15%;
}

.img-sm {
  width: 30%;
}

.img-md {
  width: 40%;
}

.img-lg {
  width: 70%;
}



img.alignleft,
  .wp-caption.alignleft {
    float: left;
    margin-right:24px;
    margin-top:8px;

  }
  img.alignright,
  .wp-caption.alignright {
    float: right;
    margin-left:24px;
    margin-top:8px;
  }


@media screen and (max-width: 480px) {
  img.alignleft,
  .wp-caption.alignleft {
    float: none;
     margin-right:auto;
      margin-left:auto;
    margin-top:0;
    display: block;
  }
  img.alignright,
  .wp-caption.alignright {
    float: none;
     margin-left:auto;
     margin-right:auto;
    margin-top:0;
    display: block;
  }

.img-xs {
  width: 100%;
}
.img-sm {
  width: 100%;
  display: block;
  margin:0 auto;
}

.img-md {
  width: 100%;
  display: block;
  
  margin:0 auto 0 auto;
}

.img-lg {
  width: 100%;
  display: block;
  
  margin:0 auto 0 auto;
}
}



/*med_merit_box
---------------------------------------------------------*/
.med_merit_box {
 
}
.med_merit_box div{

  box-sizing: border-box;
  padding: 35px 45px 45px 45px;}
.med_merit_box .merit_box{
 
  background:#fceff2;
}
.med_merit_box .demerit_box{

  background:#e9f8f9;
}
.med_merit_box dt{
  background:#ffffff;
  padding: 15px 0;
  line-height: 1em;
  font-size:115%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  border-radius: 50px;
  letter-spacing: 0.2em;
}

.med_merit_box ul {padding:0;}



.med_merit_box dd li{
  background-size:15px 15px;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-bottom: 15px;
  line-height: 1.6em;
  list-style: none;
}
.med_merit_box dd li:last-child{
  margin-bottom: 0;
}
.med_merit_box .merit_box dd li{
 /* background-image: url(../images/icon_merit.svg);*/
}

.med_merit_box .merit_box dd li:before {
    font-family: "dental";
    font-weight: 900;
    content: "\f111";
    margin-right: 5px;
    color: #ff7bac;
}


.med_merit_box .demerit_box dd li:before {
    font-family: "dental";
    font-weight: 900;
    content: "\f00d";
    margin-right: 5px;
    color: #29abe2;
}


.med_merit_box .merit_box dt{
  color:#ff7bac;
}
.med_merit_box .demerit_box dt{
  color:#29abe2;
}








.posinega_box {
  background: #fff6ee;
  padding: 30px;
  border-radius: 8px;
}

.posinega-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}

.positive-list {
  font-weight: bold;

}

.positive-list:before {
    font-family: "dental";
    font-weight: 900;
    content: "\f164";
    margin-right: 5px;
    color: #ff7bac;
    display: inline-block;
  width: 1.25em;
  text-align: center;
}


.negative-list:before {
    font-family: "dental";
    font-weight: 900;
    content: "\f00d";
    margin-right: 5px;
    color: #29abe2;
    display: inline-block;
  width: 1.25em;
  text-align: center;
}


@media (max-width: 575px) {

.posinega_box {
  background: #fff6ee;
  padding: 16px;
  border-radius: 8px;
}

.posinega-list {
  font-size: 15px;
}

}









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


.top-lead {
  font-family: 'Shippori Mincho', serif;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.8em;
    margin-bottom: 1.1em;
}

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

.top-lead {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.8em;
    margin-bottom: .5em;
}

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

}

.pink {
    color: #f26d21;
}
.green {
    color: #2BADA9;
}
.blue-txt {
    color: #f6ad48;
}



.box-title {
    margin: 0 auto 50px auto;
    padding: 20px 3%;
    background: #cacaca;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 1.6em;
    text-align: center;
    border-radius: 8px;
}

.box-title-lg {

    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.2em;
    color: #f79610;
    margin-bottom: 28px;
    border-radius: 8px;
}


.box-title span {
  font-size: 16px;
  letter-spacing: 0.2em;
}

.sec-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.7em;
    margin-bottom: 20px;
    color: #62ACA2;
}

.sec-title:before {
    
    font-weight: 900;
    content: "○";
    margin-right: 6px;
    color: #AAD2CD;
}

@media screen and (max-width: 576px){
.sec-title {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.6em;
    margin-bottom: 12px;
}
  }



.step-title {
 font-size: 21px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.7em;
    margin-bottom: 8px;
    color: #f6ad48;
}



.round-title {
    background: #00B7C6;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    text-align: center;
    padding: .5em 0;
    border-radius: 30px;
    margin-bottom: 25px;
}


.gold-title {
    color: #b9a858;
    
    background-position: left center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin-bottom: 12px;
    padding-left: 0px;
}

.gold-title:before {
    font-family: "dental";
    font-weight: 900;
    content: "\e807";
    margin-right: 6px;
    color: #b9a858;
    font-size: 14px;

}

@media screen and (max-width: 576px){
.box-title {
    margin: 0 auto 30px auto;
    padding: 15px 2%;
    background: #A8A9A8;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 1.3em;
    text-align: center;
}
.box-title span {
  font-size: 12px;
  letter-spacing: 0.2em;
}
  .box-title-lg {

    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #f79610;
    margin-bottom: 12px;
}
.sub-title {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.7em;
    margin-bottom: 15px;

}

.step-title {
  font-size: 17px;
}


.round-title {
    background: #00B7C6;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    text-align: center;
    padding: .5em 0;
    border-radius: 30px;
    margin-bottom: 25px;
}


.gold-title {
    color: #b9a858;
    
    background-position: left center;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin-bottom: 12px;
    padding-left: 0px;
}

}


.tour-title {
  font-size: 24px;
  letter-spacing: .1em;
font-weight: 900;
margin-bottom: 10px;
}

@media screen and (max-width: 576px){ 
.tour-title {
    font-size: 20px;
  letter-spacing: .1em;
}
}

.title-h2-b  {
    position: relative;
    margin-bottom: 32px;
    letter-spacing: 0.15em;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    border-left: 5px solid #FBE04C;
    padding: .33em 0 .7em .8em;
    border-bottom: dashed 1px #f6ad48;
    font-weight: bold;
}

.title-h2-b::before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: '';
  width: 5px;
  height: 50%;
  background-color: #f6ad48;
}
.title-h2-b::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}


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


.title-h2-b {
    font-size: 18px;
}



 }

.p_blog-text-cont h2 {
    font-size: 2.8rem;
    color: #065ef6;
    line-height: 1.6;
    margin: 120px 0 40px;
    display: inline-block;
    background: -webkit-linear-gradient(0deg,#065ef6,#bc65dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}


.title-h2 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    font-size: 30px;
    font-weight: bold;

    background: -webkit-linear-gradient(0deg,#222,#444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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


.title-h2 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}



}







/*
.title-h3 { 
  position: relative; 
  font-size: 20px;
  font-weight: bold; 
  text-indent: -1em; 
margin-left: 1em;
letter-spacing: 0.07em;
line-height: 1.5;
margin-bottom: 20px;
}

@media all and (min-width: 600px) { .title-h3 { font-size: 23px; } }

.title-h3:before { content: ""; position: relative; top: -1px; left: 0; display: inline-block; vertical-align: middle; margin-right: 5px; width: 16px; height: 8px; background: -webkit-gradient(linear, left top, right top, from(#2CADA9), color-stop(49%, #2CADA9), color-stop(50%, #65d8d4), to(#65d8d4)); background: -webkit-linear-gradient(left, #2CADA9 0%, #2CADA9 49%, #65d8d4 50%, #65d8d4 100%); background: linear-gradient(to right, #2CADA9 0%, #2CADA9 49%, #65d8d4 50%, #65d8d4 100%); }


@media screen and (max-width: 768px) {
    .title-h3 {
      font-size: 17px;
      padding: 8px 18px;
      margin-bottom: 10px;
      margin-left: 0;
      line-height: 1.5; } 
  .title-h3:first-child {
    margin-top: 0; }

      .title-h3 span {
  font-size: 13px;
} }*/




.title-h3 {
    background: -moz-linear-gradient(top, #66a8f7 0%, #8accfb 100%);
    background: -webkit-linear-gradient(top, #66a8f7 0%,#8accfb 100%);
    background: linear-gradient(to bottom, #66a8f7 0%,#8accfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64abcc', endColorstr='#cc64abcc',GradientType=0 );
    padding: .8em 3%;
    text-align: center;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.6em;
    margin-bottom: 48px;
    border-radius: 4px;
    font-weight: bold;
}



@media only screen and (max-width: 767px) {
.title-h3 {
    font-size: 110%;
    letter-spacing: .05em;
    margin-bottom: 5%;
    padding: .7em 2%;
}

}



.title-h3-b {
  font-size: 21px;
  margin: 0 auto 20px auto;
    background: #f4f4f4;
    padding: 22px 28px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    line-height: 1.4;
    letter-spacing: .1em;
    font-weight: bold;
}

.title-h3-b:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 5px;
    background: #f6ad48;
}

.title-h3-b span {
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  margin-right: 8px;
  letter-spacing: 0px;
  color: rgba(0,0,0,0.6);
}


@media screen and (max-width: 767px) {
.title-h3-b {
  font-size: 18px;
    background: #f4f4f4;
    padding: 16px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    line-height: 1.4;
}

.title-h3-b:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 4px;
    background: #f6ad48;
}
.title-h3-b:first-child {
    margin-top: 0; }

      .title-h3 span {
  font-size: 13px;
}
}











.title-h4 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 20px;
letter-spacing: 0.15em;
  
  padding-bottom: 16px;
}

.title-h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #A4967A 0%, #ccc1ad 100%);
}

.title-h4:first-child {
  margin-top: 0;
}




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

.title-h4 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 17px;
  padding-bottom: 10px;
}

.title-h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #A4967A 0%, #ccc1ad 100%);
}

.title-h4:first-child {
  margin-top: 0;
}

}







.title-h5 {
  position: relative;
  padding-left: 22px;
  margin:0 0 12px;
  font-size: 20px;
  color: #555;
  font-weight: bold;

}

.title-h5:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background: linear-gradient(90deg, #f6ad48, #f6ad48);
}

 @media screen and (max-width: 768px) {
  .title-h5 {
    margin-bottom: 16px;
    font-size: 17px;

  }
  .title-h5:before {
    width: 15px;
    height: 15px;
  }
}

.title-h6 {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: bold;
  color: #888;
}
 @media screen and (max-width: 768px) {
  .title-h6 {
    margin-bottom: 8px;
    font-size: 17px;
  }
}





.fee-img {
  text-align: center;
}

.fee-img img {
  width: 60%;
}

.fee-table {
  font-size: 15px;

}

.fee-table th,
.fee-table td{
line-height: 1.9;
padding:16px 10px;
}


.fee-table thead {
  font-size: 15px;
  background: #f4f4f4;
}

.fee-th-01 {width: 30%}
.fee-th-02 {width: 50%}
.fee-th-03 {width: 20%}
/*.fee-th-04 {width: 26%}
.fee-th-05 {width: 26%}
.fee-th-06 {width: 8%}
.fee-th-07 {width: 8%}*/



@media screen and (max-width: 600px) {
  table.fee-table thead {
    display: none;
  }
  table.fee-table tr {
    border-bottom:8px solid #ddd;
    display: block;
  }
  table.fee-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    /*text-align: right;*/
    padding:5px;
  }
  table.fee-table td:before {
    content: attr(aria-label);
    font-weight: bold;
    border-bottom:1px dotted #ccc;
    padding: 3px 5px;
    margin:-5px;
    margin-bottom:3px;
    display: block;
    background: #f4f4f4;
  }
  .fee-img img {
  width: 30%;
}
}




.staff-table {

}

.staff-table th{
  white-space: nowrap;
  color: #f6ad48;
}

@media screen and (max-width: 600px) {
.table-resp th {
  border-bottom: 1px solid #ddd;
  border-top: 2px solid #ddd;
}

.table-resp th,
.table-resp td{
  display: block;
  width: 100%;
}
}
/*-------------------------------------------------
---------------------------------------------------
---------------------------------------------------

    よくある質問 faq

---------------------------------------------------
---------------------------------------------------
-------------------------------------------------*/

.b_question_wrapper {
  border-top: 1px solid #e1e1e1;
  margin: 0;
  padding: 0;
/*  margin-bottom: 80px;*/
  margin-top:32px;
}

.b_question {
  margin: 0;
  padding: 0;
}

.b_question_wrapper--item {
  padding: 25px 0 25px;
  border-bottom: 1px solid #e1e1e1;
    list-style: none;
}


.b_question_wrapper .question {
  margin-bottom: 20px;
}

.question {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.question--th {
  width: 42px;
}
.question--th, .question--td {
  display: table-cell;
  vertical-align: top;
}

.question--icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #000;
  color: #FFF;
  border-radius: 50%;
  font-size: 20px;

}

.question .question--icon {
  background: #ff7377;
}

.question.-answer .question--icon {
  background: #bbdefb;
  color: #459be1;
}

.question--td {
  padding-left: 22px;
}

.question--heading {
  margin: 6px 0px 10px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  color: #000;

}

.b_question_wrapper .question.-answer {
  margin-bottom: 0;
}

.question.-answer .question--th, .question.-answer .question--td {
  vertical-align: top;
}

.question.-answer .question--td {
  font-size: 15px;

  line-height: 2.15;
  padding-top: 7px;
}




/* ボックス */
.box-gray {
  background:#f5f3f2;
  padding: 42px 45px 40px 45px;
  border-radius: 8px;
}



.box-line {
  background:#FFF;
  border:4px solid #EEE;
  padding: 42px 45px 40px 45px;
  border-radius: 8px;
}

ul.checklist1{
    padding:0;
    margin: 0;
} 
  
.checklist1 li{
  margin:0;
  padding-bottom:0;
  font-weight: normal;
  margin-bottom:10px;
 /* border-bottom:rgba(128,130,132,0.50) 1px solid;*/
  line-height: 1.7em;
  list-style: none;
  font-size: 16px;
}
.checklist1 li:last-child{
  margin-bottom:0;
}
.checklist1 li:before{
  font-family: "dental"; font-weight: 900; content: "\e80e";
  margin-right: 6px;
  color: #ccc;
}
  

@media screen and (max-width: 600px) {
.checklist1 li{
  font-size: 15px;
}
.box-gray {
  background:#f4f4f4;
  padding: 25px 30px;
}
.box-line {
  background:#FFF;
  border:1px solid #eee;
  padding: 25px 30px;
}


}










.medical .med_box {
  max-width: 1100px;
  margin: 0 auto 110px;
  text-align: left;
}

/*med_check_box
---------------------------------------------------------*/
.med_check_box{
  background:#f4f4f4;
  padding: 32px 40px 40px 40px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  border-radius: 12px;
}
.med_check_box .med_check_title{
  color:#333940;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;

}
.med_check_box .med_check_title dt{
  font-size:115%;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
.med_check_box .med_check_title dd span{
  font-size:27px;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: 1.7;
}
.med_check_li{
  background:#ffffff;
  padding: 40px 50px 35px 50px;
  margin-top: 30px;
}
.med_check_box ul{
  padding:0;
} 
  
.med_check_box li{
  margin:0;
  padding-bottom:12px;
  font-weight: bold;
  margin-bottom:12px;
  border-bottom:rgba(128,130,132,0.30) 1px solid;
  line-height: 1.7em;
  list-style: none;
  font-size: 16px;
}
.med_check_box li:last-child{
  margin-bottom:0;
}
.med_check_box li:before{
  font-family: "dental"; font-weight: 900; content: "\e80e";
  margin-right: 6px;
  color: #aaa;
}
  
.med_check_box .txt_magenta{
  color:#ec008c;
  text-align:center;
  font-weight:bold;
  margin-top: 10px;
  line-height: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.med_check_box{
  padding:30px 30px 30px 30px;
}
.med_check_box .med_check_title dt{
  font-size:110%;
}
.med_check_box .med_check_title dd span{
  font-size:150%;
  padding:5px 5px 5px 0;
  background-size:25px 27px;
}
.med_check_li{
  background:#ffffff;
  padding: 30px;
  margin-top: 20px;
}
.med_check_box li{
  padding-bottom:8px;
  margin-bottom:8px;
  font-size:95%;
}
.med_check_box li:last-child{
  margin-bottom:0;
}
.med_check_box li p{
  background:url(../images/check_box.svg) no-repeat left 7px;
  background-size: 15px 15px;
  padding:3px 0 3px 25px;}
  
.med_check_box .txt_magenta{
  margin-top: 20px;
  font-size:95%;}

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.med_check_box{
  
  padding: 5%;
}
.med_check_box .med_check_title dt{
  font-size:90%;
  letter-spacing: 0.05em;
  margin-bottom: 0.1em;
}
.med_check_box .med_check_title dd span{
  font-size:102%;
  letter-spacing: 0.05em;
  padding:5px 5px 5px 0;
  background-size:20px 21px;
}
.med_check_li{
  padding: 5%;
  margin-top: 5%;
}
.med_check_box ul{
  float: none;
  width:100%;}  
  
.med_check_box li{
  padding-bottom:2%;
  margin-bottom:2%;
  font-size:95%;
  line-height: 1.6em;
}
.med_check_box .flt_l li:last-child{
  margin-bottom:2%;
}
.med_check_box li p{
  background:url(../images/check_box.svg) no-repeat left 6px;
  background-size: 18px 18px;
  padding:3px 0 3px 30px;}
  
.med_check_box .txt_magenta{
  margin-top: 3%;
}
}




/*
<div class="p-box">
<p><span class="p-box-title">ご来院時に必要なもの</span></p>
<ul><li>保険証（コピー不可）</li><li>お薬手帳、お薬の紙など</li></ul>
</div>
*/

.p-box {
    position: relative;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 30px 5px 20px 7px;
    padding: 25px 20px 15px;
}

.p-box p {
    margin: 0;
    padding: 0;
}

.p-box .p-box-title {
    position: absolute;
    left: -10px;
    top: -28px;
    border-radius: 15px;
    background-color:#8DC7C0;
    color: #fff;

    font-size: 16px;
    font-weight: 900;
    padding: 5px 20px;
}

.p-box .p-box-title:after {
    position: absolute;
    border-top: 12px solid #8DC7C0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    top: 35px;
    left: 25px;
}

.p-box ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.p-box ul li {
    list-style-type: none!important;
    position: relative;
    padding: .2em 0 .2em 1.5em;
    line-height: 1.5;
}

.p-box ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: "dental",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f138\ ';
    font-weight: 900;
    color: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 16px 20px 0;
}

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


.p-box .p-box-title {
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 15px;
    background-color:#8DC7C0;
    color: #fff;

    font-size: 15px;
    font-weight: 900;
    padding: 5px 20px;
}

}













.index-box {
    position: relative;
    background-color: #f4f4f4;
    /*border: 2px solid #ddd;*/
    border-radius: 8px;
    margin: 30px 5px 20px 7px;
    padding: 32px 35px 30px;
}

.index-box p {
    margin: 0;
    padding: 0;
}

.index-box .index-box-title {
    position: absolute;
    left: 0px;
    top: -28px;
    border-radius: 15px;
    background-color:#8DC7C0;
    color: #fff;

    font-size: 16px;
    font-weight: 900;
    padding: 5px 20px;
}

.index-box .index-box-title:after {
    position: absolute;
    border-top: 12px solid #8DC7C0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    top: 35px;
    left: 25px;
}

.index-box ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.index-box ul li {
    list-style-type: none!important;
    position: relative;
    padding: .4em 0 .4em 1.5em;
    line-height: 1.5;
}

.index-box ul li a {
  color: #333;
}

.index-box ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: "dental",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f138\ ';
    font-weight: 900;
    color: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 16px 20px 0;
}

@media screen and (max-width: 600px) {
.index-box {

    margin: 30px 5px 20px 7px;
    padding: 25px 20px 12px;
}
.index-box ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.index-box ul li {
    padding: .2em 0 .2em 1.5em;

}
.index-box .index-box-title {
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 15px;

    color: #fff;

    font-size: 15px;
    font-weight: 900;
    padding: 5px 20px;
}

}



/*
<div class="balloon1-left">
  <p>こんにちは。これは例です。</p>
</div>
*/

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}



.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1em 0 1em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}


.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 1em 15px 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}






/**/
.side-area {
 /* overflow: hidden;*/
}

/*.side-area::before {
    position: absolute;
    top: -178px;
    width: 2500px;
    height: 10000px;
    background-color: #f2f6fb;
    z-index: -10;
    content: "";
}

@media (max-width: 575px) {
.side-area::before {
    display: none;
}

}
*/






html.sticky-header-active #header .header-body {
    border-bottom-color: rgba(234, 234, 234, 0);
    box-shadow: 0 0 3px rgba(234, 234, 234, 0);
}








.lower-head {
  width: 100%;
  /*max-width: calc(650px + 50vw);*/
  height: 300px;
  position: relative;
  background: #DDD;
  margin-left: auto;
  background-size: cover;
  background-position: center center;
  /*border-radius: 0 0 0 80px;*/
  margin-bottom: 16px;
}
.lower-head .title{
 height: 300px;
   display: table;
  width: 100%;
  text-align: center;
  }
  .lower-head .title h2{
  
 display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 2px;


  text-shadow: 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 15px rgba(255,255,255,0.9), 0 0 6px rgba(255,255,255,0.5), 0 0 30px rgba(255,255,255,0.9);

}
/*.lower-head .title{
  color: #FFF;
  background:#f6ad48;
  width: 360px;
  max-height:80px;
  display: flex;
  padding: 1.6rem;
  flex-wrap: wrap;
  justify-content: center;
  align-imtems: center;
  text-align: center;
  position: absolute; 
  top: 180px;
  bottom: 0;

  margin: auto;
  border-radius: 10px;
  line-height: 1 !important;

}
.lower-head .title h2{
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0 !important;
  display: block;
  line-height: 1 !important;
  letter-spacing: 1px;
}*/

.lower-head .title .h2-en {
  font-size: 15px;
  display: block;
}

.lower-head.def-header {
  background-image: url(../images/img-assets/pagetitle_04.jpg);
}

.lower-head.tour-header {
  background-image: url(../images/img-assets/pagetitle_05.jpg);
}

.lower-head.dr-header {
  background-image: url(../images/img-assets/pagetitle_08.jpg);
}

.lower-head.recruit-header {
  background-image: url(../images/img-assets/pagetitle_10.jpg);
}

.lower-head.flow-header {
  background-image: url(../images/img-assets/pagetitle_03.jpg);
}

.lower-head.equip-header {
  background-image: url(../images/img-assets/pagetitle_06.jpg);
}



.lower-head.subject-header {
  background-image: url(../images/img-assets/pagetitle_02.jpg);
}


.lower-head.map-header {
  background-image: url(../images/img-assets/pagetitle_07.jpg);
}

.lower-head.first-header {
  background-image: url(../images/img-assets/pagetitle_05.jpg);
}

.lower-head.blog-header {
  background-image: url(../images/img-assets/pagetitle_03.jpg);
}



@media screen and (max-width: 1200px){
  
  .lower-head {
    height: 40vw;
        margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px){
  .lower-head .title {
    top: auto;
    bottom: -1rem;
    height: 50px;
    padding: 1rem;
     width: 200px;
  }
  .lower-head .title h2 {
    font-size: 17px;
  }
}






/*============================================================================

  #mainvisual

============================================================================*/

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */

#mainvisual{
  display:block;
  position:relative;

  background-image:url(../images/mainvisual_slide2.png);
  background-color:#f0f0f0;
  background-position:center center;
  background-repeat:no-repeat;
width: 98%;
    max-width: calc(1600px + 25vw);
    height: 300px;

    background: #DDD;
    margin-left: auto;
  border-radius:50px 0px 0px 50px;
  background-size:cover;
}



#mainvisual .inner{
  display:table;
  position:relative;
  height: inherit;
  max-width:1160px;
  width:auto;
  margin: 0 auto;
  background-repeat:no-repeat;
  padding: 0;
}
#mainvisual h1{
  position:relative;
}
/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  bottom:50px;
}
.mainvisual_catch h1{
  margin-bottom: 20px;
  line-height:42px;
  color:#1F2774;
  font-size:27px;
  text-shadow:0 0 5px rgba(255,255,255,0.7);
}
.mainvisual_catch p{
  display:block;
    letter-spacing: 0.08em;
    font-size: 18.2px;
    margin-bottom: 0;
}
.mainvisual_open{
  position:absolute;
  bottom: 30px;
  /*right: 0;*/
  right: 5px;
  width:282px;
}
.mainvisual_open img{
  width:100%;
}

.mainvisual_bgimg01{
  background-image:url(../images/img-assets/pagetitle_01.jpg) !important;
}
.mainvisual_bgimg02, .page-id-226 #mainvisual {
  background-image:url(../images/img-assets/pagetitle_08.jpg) !important;
}
.mainvisual_bgimg03, .page-id-233 #mainvisual{
  background-image:url(../images/img-assets/pagetitle_04.jpg) !important;
}
.mainvisual_bgimg04, .page-id-236 #mainvisual{
  background-image:url(../images/img-assets/pagetitle_05.jpg) !important;
}
.mainvisual_bgimg05{
  background-image:url(../images/img-assets/pagetitle_03.jpg) !important;
}
.mainvisual_bgimg06{
  background-image:url(../images/img-assets/pagetitle_02.jpg) !important;
}
.mainvisual_bgimg07{
  background-image:url(../images/img-assets/pagetitle_07.jpg) !important;
}
.mainvisual_bgimg08{
  background-image:url(../images/img-assets/pagetitle_08.jpg) !important;
}

/* 下層ページの見出し */
.mainvisual_headline {
  display: table-cell;
  padding-bottom:2px;
  padding-left: 23px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  /* text-shadow:0 0 8px rgba(255,255,255,0.9), 0 0 6px rgba(255,255,255,0.5); */
  text-shadow: 0 0 15px rgba(255,255,255,0.9),0 0 15px rgba(255,255,255,0.9),0 0 15px rgba(255,255,255,0.9),0 0 15px rgba(255,255,255,0.9), 0 0 6px rgba(255,255,255,0.5),0 0 30px rgba(255,255,255,0.9);
}
.mainvisual_headline h1{
  font-weight:bold;
  font-size: 34px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 5px;
  letter-spacing: 0.15em;
}
.mainvisual_headline p{
  display:inline-block;
  font-size:15px;
  color: #f6ad48;
  font-family: Montserrat;
  margin-bottom: 0;
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after{
  position: relative;
  content:"-";
}
.mainvisual_headline p::before{
  left:-0.5em;
}
.mainvisual_headline p::after{
  right:-0.5em;
}

/* 背景変更用 */
#mainvisual.bg01{
  background-image:url(../images/main_bg01.png);
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg02{
  background-image:url(../images/main_bg02.png) ;
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg03{
  background-image:url(../images/main_bg03.png) ;
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg04{
  background-image:url(../images/main_bg04.png) ;
  background-position: center 0%;
  background-size: auto;
}
#mainvisual.bg05{
  background-image:url(../images/main_bg05.png);
  background-position: center 0%;
  background-size: cover;
}



.blog_information{
  display:none;
}





@media (max-width: 568px) {

#mainvisual{
  height: 180px;


  width: 98%;
    max-width: calc(1600px + 25vw);


    margin-left: auto;
  border-radius:30px 0px 0px 30px;
}

.mainvisual_headline h1{

  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0px;
  letter-spacing: 0.15em;
}
.mainvisual_headline p{
  font-size:14px;
}

}






/**/
.breadcrumb-wrap .breadcrumb {
  background: #FFF;
  margin-bottom: 0;
  font-size: 14px;
}
.breadcrumb-wrap .breadcrumb li{
  display: inline-block;
}

.breadcrumb-wrap .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: "dental"; font-weight: 900; content: "\f054";

    padding: 0 7px 0 5px;
}



@media (max-width: 991px) {
.breadcrumb-wrap .breadcrumb {
  font-size: 12px;
}
}






.home-news .tableINFO {
  border-top: 1px dotted #CCC;
  width: 100%;
}
.home-news .tableINFO th,
.home-news .tableINFO td {
  padding: 1em 0;
  border-bottom: 1px dotted #CCC;
}
.home-news .tableINFO th {
  width: 95px;
  font-family: 'Roboto', sans-serif;
}

.home-news .tableINFO td {
  padding-right: 8px;
}
.home-news .tableINFO a {
  color: #111;
  text-decoration:none;
  display:block;
  position:relative;
  font-weight: 500;
}
.home-news .tableINFO a:after {
  content: '';
  width: 5px;
  height:5px;
  display:block;
  border-top: 2px solid #E73D2B;
  border-right: 2px solid #E73D2B;
  -ms-transform: translateX(-25%) rotate(45deg);
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  position:absolute;
  top: 0;
  right:0;
  bottom: 0;
  margin:auto;
}



/*営業時間*/

.info-table {
  background: rgba(255,255,255,0.9);
  padding: 8px 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
    color: #444;
    font-size: 16px;
    margin-bottom:12px;
}

.hours-txt {
    font-size: 14px;
}

.info-table table {

    border: none;

    width: 100%;

}

.info-table th {
    text-align: center;
  font-weight: normal;
}

.info-table table thead th {
    color: #444;
    /*background:#27b484;*/
    padding: 12px;
    text-align: center;
}

.info-table table thead tr:first-child>:first-child {
    border-top-left-radius: 5px;
}

.info-table table thead tr:first-child>:last-child {
    border-top-right-radius: 5px;
}

.info-table table tbody tr:last-child>:last-child {
    border-bottom-right-radius: 5px;
}

.info-table table tbody tr:last-child>:first-child {
    border-bottom-left-radius: 5px;
}

.info-table table tbody tr {
    /*background:#eee9d8;*/
    text-align: center;

}

.info-table .table-line {
    border-top: 1px solid #ccc;
}

.info-table .date {
    padding: 8px;
    text-align: center;
    /*border-left: 1px solid #fff;*/
}

.info-color {
    color: #fcae68;
}

.info-table p {
    margin: 15px 0;
}

.info-table .target th {
    color: #fff;
    background:#27b484;
    padding: 15px 50px;
    border-top-left-radius: 5px;
}

.info-table .target td {
    padding-left: 10px;
    border-top-right-radius: 5px;
}

.info-table.foot {
    margin-top:0;
}

.info-table.foot table tbody tr {
    /*background:#fff;*/
}

.info-table.foot .table-line {
    border-top: 1px solid #e5ddc2;
}

.info-table.foot .date {
    /*border-left: 1px solid #e5ddc2;*/
}


@media (max-width: 991px) {
.info-table {

    font-size: 12px;
    margin-bottom:12px;
}
}


/*è¨ºç™‚æ™‚é–“*/

.hours-area-wrap {
    position: absolute;
    width: 500px;
    margin: -190px -5px 0 auto;
    bottom: 200px;
    right: -5px;
}

@media (max-width: 991px) {
  .hours-area-wrap {
    position: relative;
    margin-top: 0;
    background: #f4f4f4;
    width:100%;
  }
}



.hours-area {
  position: relative;
  right: 0;
  background: #fff;
   color: #3D302A;
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  box-shadow: 5px 10px 20px rgba(0,0,0,0.10);
}

.hours-memo {
font-size: 13px;
line-height: 1.5;
}








.hours-table {

   
    font-size: 15px;

    border: none;
  border-bottom: 1px solid #3D302A;
  width: 100%;
  margin-bottom: 8px;
}

.hours-table th {
  text-align: center;
  font-weight: normal;
}

.hours-table table thead th {

  padding: 5px;
  text-align: center;
}

.

.hours-table table tbody tr {
  /*background:#eee9d8;*/
  text-align: center;

}

.hours-table .table-line {
  border-top: 1px solid #3D302A;
}

.hours-table td {
  padding: 8px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}

.hours-table .info-color {
  color: #fcae68;
}

.hours-table p {
  margin: 15px 0;
}


@media screen and (max-width: 600px){
  .hours-table {
font-size: 14px;
}
.hours-table td {
  padding: 2px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
}
.hours-memo {
font-size: 13px;
}
 }
/**/


.tel-text {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
  align-items: center; /* ç¸¦æ–¹å‘ä¸­å¤®æƒãˆ */
  text-decoration: none;
}

@media screen and (max-width: 600px){
.tel-text {

 -webkit-justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆï¼ˆSafariç”¨ï¼‰ */
 justify-content: center; /* æ¨ªæ–¹å‘ä¸­å¤®æƒãˆ */
}
 }

.tel-text i {
  font-size: 20px;
  margin-right: 8px;
}




.marker {
    background: linear-gradient(transparent 60%, #fde6f2 60%);
}








/*footer*/



#footer {
    background: #f4f4f4;
    border-top: 4px solid #f6ad48;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}



#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #222;
}

#footer p {
    color: #222;
}

#footer a:not(.btn) {
    color: #222;
}












/*BLOG*/





.nav-links {
  display: none;
}









.news-index {
  margin-bottom:24px;
}

#news_and_blog ul {
  display:block;
  list-style:none;
  clear:both ;

  margin:0;
  padding:0;
}

.news-index-item {
  padding:12px 0;
  background: #f9f9f9;
  margin-bottom: 6px;
}

.news-index-time {
  font-size: 0.9rem;
  color: #D5AD58;
    letter-spacing: 0.1rem;
  line-height: 2rem;
  float: left;
  width: 6.5rem;
}

.news-index-title a {
    display: block;
  font-size: 1rem;
  margin-left: 6.5rem;
  color: #000;
  line-height: 2rem;
  text-decoration: none;
  font-weight: normal;
  color: #727171;
}




.byline {
  display: none;
}






.process-vertical .process-step {
    padding-bottom: 40px;
}






