

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



.box-gray {
  background:#f5f3f2;
}

.box-blue {
  background:#f0f8ff;
}

.box-yellow {
  background:#ffffe6;
}
.box-pink {
  background:#fef8f5;
}

.box-green {
  background:#f0fffe;
}

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



@media screen and (max-width: 600px) {
.box-area {
  padding: 20px;
  border-radius: 8px;
}

.box-line {

  border:1px solid #eee;

}


}






.box-01 {
  background: #f4f4f4;
  border-radius: 10px;
}
.box-01 > dt {
  text-align: center;
  line-height: 1.0em;
  background: #e7e7e7;
  border-radius: 10px 10px 0 0;
  line-height: 1.0em;
  padding: 1.2em 0;
  font-size: 18px;
  color: #8a8a8a;
  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;

  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: #fcfce8;
  border-radius: 10px;
}
.box-02 > 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-02 > dd {
  padding: 30px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2em;
}

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

.box-02 > 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-02 > dd {
  padding: 20px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2em;
}

}



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

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

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

.box-03 > 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-03 > dd {
  padding: 20px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2em;
}

}




























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

/*med_check_box
---------------------------------------------------------*/
.med_check_box{
  background:#f2f2f2;
  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:22px;
  letter-spacing: 0.1em;
}
.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%;
}
}






























.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: "\e80e";
  margin-right: 6px;

    color: #ff7bac;
    display: inline-block;
  width: 1.25em;
  text-align: center;
}


.negative-list:before {
    font-family: "dental";
    font-weight: 900;
     content: "\e811";
    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;
}

}









/*med_merit_box
---------------------------------------------------------*/
.med_merit_box {
 
}
  .med_merit_box .merit_box,
  .med_merit_box .demerit_box{

  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: 24px 12px;
  line-height: 1.2em;
  font-size:135%;
  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: "\f164";
    margin-right: 5px;
    color: #29abe2;
}


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


@media only screen and (max-width: 767px) {
  .med_merit_box .merit_box,
  .med_merit_box .demerit_box{

  box-sizing: border-box;
  padding: 20px 20px 20px 20px;}


.med_merit_box dt{
  background:#ffffff;
  padding: 12px 8px;
  line-height: 1.5em;
  font-size:115%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  border-radius: 30px;
  letter-spacing: 0.2em;
}




}



























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

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

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

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

.p-box .p-box-title:after {
    position: absolute;
    border-top: 12px solid #f9b85d;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    top: 45px;
    left: 30px;
}

.p-box .p-box-content {
  margin-top: 8px;

}

.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";
  font-weight: 900;
  content: "\e80e";
    color: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 16px 20px 0;
}

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

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

.p-box .p-box-title:after {

    top: 35px;
    left: 30px;
}


.p-box .p-box-title {
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 15px;
    background-color:#f9b85d;
    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:#f9b85d;
    color: #fff;

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

.index-box .index-box-title:after {
    position: absolute;
    border-top: 12px solid #f9b85d;
    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";
  font-weight: 900;
  content: "\e80e";
    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;
}

}





























/*æ–™é‡‘*/



.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: 18px;
  line-height: 1.8;
  margin-bottom: 16px;
  letter-spacing: .3;
  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-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.1);
}

.fee-insu {}

.fee-cost {}

.fee-stars {
  font-size: 17px;
  margin-bottom: 18px;
}

.fee-stars div {
  display: table-cell;
  padding-right: 18px;
}

.fee-stars span {
  color: #ff8d07;
}





/*med_merit_box
---------------------------------------------------------*/

.fee-merit .merit_box {
  padding: 20px 30px;
  background: #e9f8f9;
}

.fee-merit .demerit_box {
  padding: 20px;
  background: #fceff2;
}

.fee-merit dt {
  background: #ffffff;
  padding: 12px 8px;
  line-height: 1em;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 50px;
  letter-spacing: 0.1em;
}

.fee-merit ul {
  padding: 0;
}



.fee-merit dd li {
  background-size: 15px 15px;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  padding-left: 0;
  margin-bottom: 8px;
  line-height: 1.6em;
  list-style: none;
}

.fee-merit dd li:last-child {
  margin-bottom: 0;
}

.fee-merit .merit_box dd li {
  /* background-image: url(../images/icon_merit.svg);*/
}

.fee-merit .merit_box dd li:before {
  font-family: "dental";
  font-weight: 900;
  content: "\e80f";
  margin-right: 5px;
  color: #29abe2;
}


.fee-merit .demerit_box dd li:before {
  font-family: "dental";
  font-weight: 900;
  content: "\e811";
  margin-right: 5px;

  color: #ff7bac;
}


.fee-merit .merit_box dt {
  color: #29abe2;
}

.fee-merit .demerit_box dt {
  color: #ff7bac;
}











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


  .fee-item {
    margin-bottom: 68px;
  }

  .fee-name {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 8px;
  }

  .fee-txt {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    letter-spacing: .3;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #f1e39a 60%);
    display: inline-block;
  }

  .fee-img {
    float: right;
    width: 90px;
  }

  .fee-img img {
    height: auto;
    width: 100%;
  }

  .fee-pro-con {
    margin-bottom: 16px;
    background: #FFF;
    padding: 16px 16px 16px;
    border-radius: 5px;
  }

  .fee-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .pros-list,
  .cons-list {
    font-size: 15px;
    margin: 0 0;
    padding: 0;
    width: 100%;
    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: 20px;
    border-radius: 5px;

    background: rgba(0, 0, 0, 0.1);
  }

  .fee-insu {}

  .fee-cost {}

  .fee-stars {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .fee-stars div {
    display: block;
    padding-right: 18px;
  }

  .fee-stars span {
    color: #ff8d07;
  }





  /*med_merit_box
---------------------------------------------------------*/

  .fee-merit .merit_box {
    padding: 20px;

    font-size: 15px;
  }

  .fee-merit .demerit_box {
    padding: 20px;

    font-size: 15px;
  }

  .fee-merit dt {
    background: #ffffff;
    padding: 10px 8px;
    line-height: 1em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 50px;
    letter-spacing: 0.1em;
  }

  .fee-merit ul {
    padding: 0;
  }



  .fee-merit dd li {
    background-size: 15px 15px;
    background-position: left 0.3em;
    background-repeat: no-repeat;
    padding-left: 0;
    margin-bottom: 4px;
    line-height: 1.5em;
    list-style: none;
  }

  .fee-merit dd li:last-child {
    margin-bottom: 0;
  }

  .fee-merit .merit_box dd li {
    /* background-image: url(../images/icon_merit.svg);*/
  }

  .fee-merit .merit_box dd li:before {
    font-family: "dental";
    font-weight: 900;
    content: "\e80f";
    margin-right: 5px;

  }


  .fee-merit .demerit_box dd li:before {
    font-family: "dental";
    font-weight: 900;
    content: "\e811";
    margin-right: 5px;

  }


  .fee-merit .merit_box dt {}

  .fee-merit .demerit_box dt {}



}