

/* ボックス */
.box-area {
  padding: 50px 55px 50px 55px;
  border-radius: 8px;
}



.box-gray {
  background:#FCF6E4;
}
.box-white {
  background: #FFF;
}
.box-white50 {
  background: rgba(255,255,255,0.5);
}
.box-white20 {
  background: rgba(255, 255, 255, 0.2);
}
.box-blue {
  background:#799ee8;
    color: #FFF;

}

.box-yellow {
  background:#ffffe6;
}
.box-pink {
  background:#FF9D9F;
  color: #FFF;

}

.box-green {
  background:#89C279;
    color: #FFF;

}

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



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

.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.3;
  padding: 1em;
  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:#F0ECDE;
  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: "\e80b";
  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: "\e80b";
  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:#e9f8f9;
}
.med_merit_box .demerit_box{

  background:#f4f4f4;
}
.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: "\e80f";
    margin-right: 5px;
    color: #29abe2;
}


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


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


@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:#799ee8;
    color: #fff;

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

.p-box .p-box-title:after {
    position: absolute;
    border-top: 12px solid #799ee8;
    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: 16px;
}

.p-box ul li {
    list-style-type: none!important;
    position: relative;
    padding: .4em 0 .4em 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: "\e80b";
    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:#799ee8;
    color: #fff;

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

}



















/* 吹き出し */
.sb-box {
  position: relative;
  overflow: hidden;
}

/* アイコン画像 */
.icon-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  /* 画像の位置を上から0に */
  width: 120px;
  /* 画像の幅 */
  height: 120px;
  /* 画像の高さ */
}

/* アイコン画像（左） */
.icon-img-left {
  left: 0;
  /* 画像の位置を左から0に */
}

/* アイコン画像（右） */
.icon-img-right {
  right: 0;
  /* 画像の位置を右から0に */
}

/* アイコン画像 */
.icon-img img {
  border-radius: 50%;
  /* 画像を丸く表示する */
  border: 2px solid #eee;
  /* 画像の縁取りの太さとカラー */
}

/* アイコンネーム */
.icon-name {
  position: absolute;
  width: 120px;
  /* ネームの最大幅を画像と同じに */
  text-align: center;
  /* ネームの位置をセンターに */
  top: 123px;
  /* ネームの位置を上から83に */
  color: #333;
  /* ネームのカラー */
  font-size: 14px;
  /* ネームのフォントサイズ */

  line-height: 1.4;
}

/* アイコンネーム（左） */
.icon-name-left {
  left: 0;
  /* ネームの位置を左から0に */
}

/* アイコンネーム（右） */
.icon-name-right {
  right: 0;
  /* ネームの位置を右から0に */
}

/* 吹き出し */
.sb-side {
  position: relative;
  float: left;
  margin: 0 145px 40px 145px;
  /* 吹き出しの上下左右の余白 */
}

.sb-side-right {
  float: right;
}

/* 吹き出し内のテキスト */
.sb-txt {
  position: relative;
  border: 2px solid #eee;
  /* 吹き出しの縁取りの太さとカラー */
  border-radius: 12px;
  /* 吹き出しを角丸に */
  background: #fff;
  /* 吹き出しの背景色 */

  /* 吹き出し内のテキストのカラー */
  font-size: 15px;
  /* 吹き出し内のフォントサイズ */
  line-height: 1.7;
  /* 吹き出し内のテキストが2行以上になった時の行間 */
  padding: 32px;
  /* 吹き出し内の上下左右の余白 */
}

.sb-txt>p:last-of-type {
  padding-bottom: 0;
  /* 吹き出し内のテキストを改行した場合、最後のpタグにpadding-bottomをつけない */
  margin-bottom: 0;
  /* 吹き出し内のテキストを改行した場合、最後のpタグにmargin-bottomをつけない */
}

/* 吹き出しの三角 */
.sb-txt:before {
  content: "";
  position: absolute;
  border-style: solid;
  top: 16px;
  /* 吹き出し内の三角の位置 */
  z-index: 3;
}

.sb-txt:after {
  content: "";
  position: absolute;
  border-style: solid;
  top: 15px;
  /* beforeより-1px */
  z-index: 2;
  /* beforeより-1 */
}

/* 吹き出しの三角（左） */
.sb-txt-left:before {
  left: -7px;
  border-width: 7px 10px 7px 0;
  border-color: transparent #fff transparent transparent;
  /* 背景色と同じカラーに */
}

.sb-txt-left:after {
  left: -10px;
  /* beforeより-3px */
  border-width: 8px 10px 8px 0;
  /* beforeより上下+1px */
  border-color: transparent #eee transparent transparent;
  /* 縁取りと同じカラーに */
}

/* 吹き出しの三角（右） */
.sb-txt-right:before {
  right: -7px;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  /* 背景色と同じカラーに */
}

.sb-txt-right:after {
  right: -10px;
  /* beforeより-3px */
  border-width: 8px 0 8px 10px;
  /* beforeより上下+1px */
  border-color: transparent transparent transparent #eee;
  /* 縁取りと同じカラーに */
}

/* 767px（iPad）以下 */

@media (max-width: 767px) {

  /* アイコン画像 */
  .icon-img {
    width: 60px;
    /* 画像の幅を-20px */
    height: 60px;
    /* 画像の高さを-20px */
  }

  /* アイコンネーム */
  .icon-name {
    width: 60px;
    /* 画像の幅に合わせて-20px */
    top: 62px;
    /* ネームの位置を上から62に */
    font-size: 9px;
    /* ネームのフォントサイズを-1px */
  }

  /* 吹き出し（左） */
  .sb-side-left {
    margin: 0 0 30px 78px;
    /* 吹き出し（左）の上下左右の余白を狭く */
  }

  /* 吹き出し（右） */
  .sb-side-right {
    margin: 0 78px 30px 0;
    /* 吹き出し（右）の上下左右の余白を狭く */
  }

  /* 吹き出し内のテキスト */
  .sb-txt {
    padding: 12px;
    /* 吹き出し内の上下左右の余白を-6px */
  }
}






























.index-box {
    position: relative;
    background-color: #FFF;
    /*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:#799ee8;
    color: #fff;

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

.index-box .index-box-title:after {
    position: absolute;
    border-top: 12px solid #799ee8;
    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: "\e80b";
    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;
}

}







/* flex-schedul */
.flex-schedule {
  padding:0;
  max-width: 100%;
  list-style: none;
  margin: 0 auto 0 0;
  box-sizing: border-box;
}

.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;

}

.flex-schedule .area {
  padding: 10px;
  display: block;
  width: 100%;
  border-left: 6px solid #5FAE65;
}

.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 5em;
  max-width: 5em;
  margin-right: 1em;
  margin-top: 30px;
}

.flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  padding: 2em;
  background: #F0F6DB;
  border-radius: 12px;
}
.flex-schedule .sch_box2 {
  background: #E4F0C0;
}

.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 20px;
  background: #5FAE65;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.flex-schedule .sch_title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.flex-schedule .sch_tx {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}


@media only screen and (max-width: 767px) {
.flex-schedule .sch_box {
    position: relative;
    min-height: 1em;
    padding: 1.3em;
    background: #F0F6DB;
    border-radius: 12px;
  }
.flex-schedule .sch_title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
    letter-spacing: 2px;
  }

  .flex-schedule .sch_tx {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.7;
  }
}


@media only screen and (min-width: 767px) {
  .day-schedule::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../_images/psd/schedule-assets/sche-bg1.png), url(../_images/psd/schedule-assets/sche-bg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 300px 1250px, 300px 1250px;
    text-align: center;
  }
}