.scroll-img {
  width: 100%;
}
.scroll-img2 {
  width: 100%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .scroll-img {
      width: 1200px;
      max-width: 1200px;
    }
            .scroll-img2 {
              width: 800px;
              max-width: 800px;
            }
}


.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 ); }
}






/*フォント指定*/

.mincho {
  font-family: 'Noto Serif JP', serif;
}

.kaku {
font-family: 'Noto Sans JP', sans-serif;
}

.lato {
  font-family: 'Lato', sans-serif;
}


.outline-white {
  text-shadow    : 
       2px  2px 1px rgba(255,255,255,0.5),
      -2px  2px 1px rgba(255,255,255,0.5),
       2px -2px 1px rgba(255,255,255,0.5),
      -2px -2px 1px rgba(255,255,255,0.5),
       2px  0px 1px rgba(255,255,255,0.5),
       0px  2px 1px rgba(255,255,255,0.5),
      -2px  0px 1px rgba(255,255,255,0.5),
       0px -2px 1px rgba(255,255,255,0.5);        /* 文字の影 */
}

/*モバイル、PC切り替え*/
.mobi-only {
  display: none 
}

.pc-only {
   display: block;
}

@media only screen and (max-width: 967px) {
.mobi-only {
      display: block;
}

.pc-only {
  display: none ;
}
}



.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}



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

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


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

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

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

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

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

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



}




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

.mobi-img-s {
  max-width: 25% !important;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}

.mobi-img-m {
  max-width: 50% !important;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}

.mobi-img-l {
  max-width: 75% !important;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}


}




@media screen and (max-width: 576px){
  /* 480px以下に適用されるCSS（スマホ用） */
}



body {

     font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.2em;
    padding: 0;
    margin: 0;
    background: #F5F2E9;
    color: #4B443C;
    -webkit-text-size-adjust: 100%;
}

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

p {
    line-height: 1.9;
    font-size: 16px;
    margin: 0 0 20px;
}

.p-sm {
    line-height: 1.9;
    font-size: 15px;
    margin: 0 0 20px;
}

.p-md {
    line-height: 2;
    font-size: 16px;
    margin: 0 0 20px;
}

.p-lg {
    line-height: 2;
    font-size: 18px;
    margin: 0 0 20px;
}





/*区切り*/

hr {
  opacity: 1;
}

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

    margin: 20px 0;
}
}


.hr-step {
  position: relative;
  overflow: visible;
  text-align: center;
  color: #f4f4f4;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #f4f4f4;
  margin:30px 0;
}
.hr-step:after {
  position: absolute;
  top: -20px;
  left: 47%;
  display: inline-block;
  font-family: "dental";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\e823';

  font-size: 48px;
  color: #fbd7e4;
}



.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;
}

}






.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;
}






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

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

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





.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: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    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: 18px;

}



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



.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;
}

}


.accent-txt {
  color: #ecba89;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

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

  font-size: 14px;
  margin-bottom: 4px;
}
}












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

.box-title {
    color: #ffffff;
    background: rgba(39,186,129,0.80);
    padding: 15px 3%;
    border-radius: 10px;
    font-size: 140%;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 45px;
}


.box-title-lg {
    color: #ffffff;
    background: rgba(39,186,129,0.80);
    padding: 15px 3%;
    border-radius: 10px;
    font-size: 160%;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 45px;
}

.box-gray {
  background:#f5f3f2;

}

.box-blue {
  background:#f0f8ff;
}

.box-blue .box-title {
  background:#859fe6;
}


.box-yellow {
  background:#ffffe6;
}

.box-yellow .box-title {
  background:#bdba04;
}

.box-pink {
  background:#fef8f5;
}

.box-pink .box-title {
  background:#f98b8b;
}

.box-green {
  background:#f0fffe;
}

.box-green .box-title {
  background:rgba(39,186,129,0.80);
}

.box-line {
  background:#FFF;
  border:4px solid #EEE;
}



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

.box-gray {
 padding: 16px 16px;
}

.box-blue {
  padding: 16px 16px;
}

.box-blue .box-title {
  padding: 8px 8px;
}


.box-yellow {
 padding: 16px 16px;
}

.box-yellow .box-title {
  padding: 8px 8px;
}

.box-pink {
  padding: 16px 16px;
}

.box-pink .box-title {
  padding: 8px 8px;
}

.box-green {
 padding: 16px 16px;
}

.box-green .box-title {
  padding: 8px 8px;
}

.box-line {
  background:#FFF;
  border:1px solid #eee;
  padding: 20px 20px;
}
.box-title {
    color: #ffffff;

    padding: 10px 10px;
    border-radius: 10px;
    font-size: 17px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 12px;
}

}











.box-01 {
  background: #fcfce8;
  border-radius: 10px;
}
.box-01 > dt {
  text-align: center;
  line-height: 1.0em;
  background: #fceec2;
  border-radius: 10px 10px 0 0;
  line-height: 1.0em;
  padding: 1.2em 0;
  font-size: 18px;
  color: #D07F43;
  letter-spacing: .1em;
}

.box-01 > dd {
  padding: 30px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2em;
}

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

.box-01 > dt {
  text-align: center;
  line-height: 1.0em;
  background: #fceec2;
  border-radius: 10px 10px 0 0;
  line-height: 1;
  padding: 1em 0;
  font-size: 17px;
}

.box-01 > dd {
  padding: 20px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2em;
}

}




.box-02 {
  background: rgba(128,205,201,0.15);
  border-radius: 8px;
}
.box-02 > dt {
  text-align: center;
  line-height: 1.0em;
  background: rgba(128,205,201,0.60);
  border-radius: 8px 8px 0 0;
  line-height: 1.0em;
  padding: .9em 0;
  font-size: 17px;
  color: #fff;
  letter-spacing: .1em;
}

.box-02 > dd {
  padding: 20px 24px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2em;
}



.box03-top {
    background: rgb(8, 32, 108);
    text-align: center;
    color: #ffffff;
    font-size: 150%;
    font-weight: 500;
    position: relative;
    padding: 18px 3%;
}



.box03-bottom {
    padding: 35px 55px;
    background: #fff7f2;
}







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;
}

}




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

@media screen and (max-width: 600px) {
.checklist2 li{
  font-size: 15px;
}

}




/*背景*/


.heading-bg-r {
    font-family: "Arial",sans-serif;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #111;
    white-space: nowrap;
    font-size: 12rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    opacity: .1;
    position: absolute;
    bottom: 0;
    right: -.3em;
    z-index: -1;
}


.heading-bg-l {
    font-family: "Arial",sans-serif;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #111;
    white-space: nowrap;
    font-size: 12rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    opacity: .1;
    position: absolute;
    bottom: 0;
    left: -.3em;
    z-index: -1;
}

/*テキスト装飾*/
strong.marker {
 
    background:linear-gradient(transparent 60%, #bce2e8 60%);
 
}



/*院長・スタッフ紹介*/


.dr_name dt,
.dr_name dd {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  display: inline-block;
  vertical-align: middle;
  font-size: 220%;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.dr_name dt {
  letter-spacing: .2em;
  line-height: 1.2em;
  margin-right: .5em;
  font-size: 110%;
}
.dr_name dd .ft_didact {
  margin-left: 1.0em;
  font-size: 45%;
  font-weight: normal;
  letter-spacing: .2em;
  line-height: 1.2em;
  color: #bbb;
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 600px) {



.dr_name dt,
.dr_name dd {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}
.dr_name dt {
  letter-spacing: 0em;
  line-height: 1.4em;
  margin-right: 0em;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.dr_name dd .ft_didact {
  margin-left: 0em;
  font-size: 45%;
  letter-spacing: 0em;
  line-height: 1.4em;
  display: block;
  margin-top: 5px;
}





}






/*アクセス*/


.kamoku dt{
  text-align:center;
  font-size:120%;
  letter-spacing: 0.3em;
  padding: 15px 0;
  margin-bottom: 25px;
  background:rgba(128,205,201,0.70);
  color:#ffffff;
  line-height: 1em;
}
.kamoku dd{
  max-width: 330px;
  margin: 0  auto;
  font-size:105%;
  line-height: 2.1em;
  letter-spacing: 0.05em;
}

.kamoku ul {
  list-style: none;
  margin: 0;
    padding: 0;
    border: 0;
}
.kamoku li:nth-child(1){
  float:left;
}
.kamoku li:nth-child(2){
  float:right;
}



/*料金表*/


.price-table {
width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    background: #fff;
    margin-bottom: 30px;
}


.price-table th{
  width: 77%;
    padding: 40px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;


    color: #85BCB6;
    font-size: 130%;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.6em;
    margin-bottom: 15px;

    border-bottom: solid 1px #cccccc;
}

.price-table td{
    width: 23%;
    background: #f5f3f2;
    text-align: center;
    vertical-align: middle;


    color: #ec008c;
    font-size: 115%;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.2em;

    border-bottom: solid 1px #cccccc;
}

.price-table {
  
}



/**/



/*Contact Form 7ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º*/
/*ã‚¹ãƒžãƒ›Contact Form 7ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º*/
@media(max-width:500px){
.table-def th,.table-def td {
 display:block !important;
 width:100% !important;
 border-top:none !important;
 -webkit-box-sizing:border-box !important;
 -moz-box-sizing:border-box !important;
 box-sizing:border-box !important;
  padding:6px 12px !important;
   font-size:15px !important;
}
.table-def tr:first-child th{
 border-top:1px solid #d7d7d7 !important;
}
/* å¿…é ˆãƒ»ä»»æ„ã®ã‚µã‚¤ã‚ºèª¿æ•´ */ 
.table-def .haveto,.table-def .any {  
font-size:10px;
}}

.table-def {
  width: 100%;
}
/*è¦‹å‡ºã—æ¬„*/
.table-def th{
 text-align:left;
 font-size:16px;
 color:#444;
 padding:18px 20px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*é€šå¸¸æ¬„*/
.table-def td{
 padding:18px 20px;
 font-size:16px;
 border:solid 1px #d7d7d7;  
}




@media(max-width:500px){
.table-def-mini th,.table-def-mini td {
 display:block !important;
 width:100% !important;
 border-top:none !important;
 -webkit-box-sizing:border-box !important;
 -moz-box-sizing:border-box !important;
 box-sizing:border-box !important;
}
.table-def-mini tr:first-child th{
 border-top:1px solid #d7d7d7 !important;
}
/* å¿…é ˆãƒ»ä»»æ„ã®ã‚µã‚¤ã‚ºèª¿æ•´ */ 
.table-def-mini .haveto,.table-def-mini .any {  
font-size:10px;
}}

.table-def-mini {
  width: 100%;
}
/*è¦‹å‡ºã—æ¬„*/
.table-def-mini th{
 text-align:left;
 font-size:16px;
 color:#444;
 padding:8px 10px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*é€šå¸¸æ¬„*/
.table-def-mini td{
 padding:8px 10px;
 font-size:16px;
 border:solid 1px #d7d7d7;  
}




#footer-area {
    padding: 70px 0 50px;
}




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

#footer-area {
    padding: 8% 0 90px;
}
}














.img_bg_box {
  min-height: 260px;
  height: 280px;
}


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



.img_bg_box {
min-height: 220px;
  height: 220px;
}

  }




/*content footer*/



.content_footer_area {
  padding:8% 0 5%;
}









/*tab*/


.nav_tab_area {
  background-color: #85BCB6;
  padding:16px 24px;
  margin-bottom: 30px;
  border-radius: 8px;
}


.nav_tab_area .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    padding:8px 20px;
    margin-right: 8px;
}
.nav_tab_area .nav-link {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
}

.nav_tab_area .nav-pills .nav-link.active,.nav_tab_area .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
        background-color: rgba(255, 255, 255, 0.2);

    border-radius: 3rem;
}



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

  padding:10px 16px;
  margin-bottom: 20px;
  border-radius: 5px;
}


.nav_tab_area .nav-pills .nav-link {

    border-radius: .25rem;
    padding:4px 10px;
    margin-right: 5px;
}
.nav_tab_area .nav-link {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
}

.nav_tab_area .nav-pills .nav-link.active,.nav_tab_area .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
        background-color: rgba(255, 255, 255, 0.2);

    border-radius: 3rem;
}


}




.cli_name ul {
padding: 0;
margin:0;
list-style: none;


}
.cli_name dt{
  font-size:190%;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.cli_name  dd{
  line-height: 2em;
  letter-spacing: 0.12em;
}




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


.cli_name dt{
  font-size:150%;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.cli_name  dd{
  font-size:90%;
  line-height: 1.8em;
  letter-spacing: 0em;
}
}









/*料金*/




.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: 20%}
.fee-th-02 {width: 35%}
.fee-th-03 {width: 20%}
.fee-th-04 {width: 25%}
/*.fee-th-05 {width: 26%}
.fee-th-06 {width: 8%}
.fee-th-07 {width: 8%}*/

.att2 {
  color: #dc3545;
}

.maru-txt {
  color: #42A5F5;
}
.batu-txt {
  color: #FF7043;
}

@media screen and (max-width: 600px) {
  table.fee-table thead {
    display: none;
  }
  table.fee-table tr {
    border-bottom:24px solid #FFF;
    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%;
}
}





.fee-item {
margin-bottom: 68px;
}
.fee-name {
font-size: 24px;
font-weight: bold;
margin-bottom: 16px;
border-bottom: 1px solid #DDD;
padding-bottom: 8px;
}
.fee-txt {
font-size: 16px;
line-height: 1.8;
margin-bottom: 16px;
letter-spacing: .1;
/*font-weight: bold;
 background:linear-gradient(transparent 60%, #f1e39a 60%);*/
 display: inline-block;
}
.fee-img {
float: right;
width: 150px;
}


.fee-img img{
height: auto;
width: 100%;
}
.fee-img2 {
float: right;
width: 250px;
}
.fee-img2 img{
height: auto;
width: 100%;
}
.fee-pro-con {
margin-bottom: 16px;
background: #FFF;
padding: 30px 40px 26px;
border-radius: 5px;
}
.fee-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 8px;
}
.pros-list,
.cons-list {
font-size: 17px;
margin: 0 0;
padding: 0;
width: 47%;
float: left;
line-height: 1.6;
}
.pros-list {
margin-right: 28px;
}
.pros-list li,
.cons-list li {
margin-bottom: 8px;
list-style: none;
}
.pros-list i {
color: #619d31;
}
.cons-list i {
color: #ed663c;
}


.pros-list li:before{
  font-family: "dental"; font-weight: 900; content: "\e80e";
  margin-right: 6px;
  color: #ccc;
}

.cons-list li:before{
  font-family: "dental"; font-weight: 900; content: "\e80e";
  margin-right: 6px;
  color: #ccc;
}

.fee-cost-insu div {
display: table-cell;
padding-right: 18px;
}
.fee-cost-insu {
padding: 26px 40px 26px;
border-radius: 5px;

background: rgba(0,0,0,0.05);
}
.fee-insu {
}
.fee-cost {
}
.fee-stars {
font-size: 15px;
margin-bottom: 18px;
}
.fee-stars div {
display: table-cell;
padding-right: 18px;
}
.fee-stars span {
color: #ff8d07;
}




@media only screen and (max-width: 767px) {
.fee-img {
float: right;
width: 90px;
}

.fee-img2 {
float: right;
width: 150px;
}
.fee-name {
font-size: 18px;
font-weight: bold;
margin-bottom: 16px;
border-bottom: 1px solid #DDD;
padding-bottom: 8px;
}
}








/* Process */
.process {
  text-align: center;
}

.process .process-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.process .process-step-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  text-align: center;
  width: 90px;
  border: 2px solid #CCC;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.process .process-step-content {
  padding-top: 20px;
}

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

.process .process-step:hover .process-step-circle {
  background-color: #CCC;
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
  color: #FFF;
}

.process .process-step:hover .process-step-circle .process-step-circle-content .icons {
  color: #FFF !important;
}

@media (min-width: 992px) {
  .process .process-step:before {
    height: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: '';
    width: 50%;
    top: 45px;
    left: 75%;
  }

  .process .process-step:last-child:before {
    display: none;
  }
}








.process-vertical {
  text-align: left;
}

.process-vertical .process-step {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  padding-bottom: 30px;
}

.process-vertical .process-step:before {
  display: none;
}

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

.process-vertical .process-step:last-child:after {
  display: none;
}

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

.process-vertical .process-step-content {
  padding-top: 0;
}

.process-connecting-line {
  position: relative;
  text-align: left;
}

.process-connecting-line .connecting-line {
  content: '';
  position: absolute;
  top: 25px;
  left: 15px;
  right: 15px;
  height: 3px;
  background: #CCC;
}

.process-connecting-line .process-step {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 48px;
  padding-right: 3rem;
  padding-left: 48px;
  padding-left: 3rem;
}

.process-connecting-line .process-step:before {
  content: none;
}

.process-connecting-line .process-step-circle {
  background: #FFF;
  width: 50px;
  height: 50px;
  border: 3px solid #CCC;
}









/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 30px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #7db4e6;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}


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

.pagetop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 70px;
  }

}