

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

.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:20px 0 ;
  margin:0;
}

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



}






.sec-a {
  background: #fff url(../_images/bg/cta-bg-2.png);
}

.sec-b {
  background: #fff url(../_images/bg/sprinkles.png);
}






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

.box-area-inner {
  padding: 3%;
  border-radius: 18px;
}

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

.box-area {
  padding: 16px;
  border-radius: 12px;
}


  }

.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-white {
  background:#fff;
}

.box-trans-l0 {
  background:rgba(255,255,255,1);
}

.box-trans-l1 {
  background:rgba(255,255,255,0.8);
}

.box-trans-l2 {
  background:rgba(255,255,255,0.6);
}

.box-trans-l3 {
  background:rgba(255,255,255,0.4);
}

.box-trans-l4 {
  background:rgba(255,255,255,0.2);
}


.box-trans-d1 {
  background:rgba(0,0,0,0.8);
}

.box-trans-d2 {
  background:rgba(0,0,0,0.6);
}

.box-trans-d3 {
  background:rgba(0,0,0,0.4);
}

.box-trans-d4 {
  background:rgba(0,0,0,0.2);
}



.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:#fbecee;
  border:2px solid #f5d3d8;
}

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

.box-green {
  background:#e3ebcf;
  border:2px solid #BCD57F;
}

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

}




.box02-top {
    background: #f5934b;
    text-align: center;
    color: #ffffff;
    font-size: 150%;
    font-weight: 500;
    position: relative;
    padding: 18px 3%;
}



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


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

.box02-top {
    background: #f5934b;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    padding: 8px 2%;
}



.box02-bottom {
    padding: 20px;
}

}







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



























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

/*med_check_box
---------------------------------------------------------*/
.med_check_box{
  background:#fff2f4;
  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:155%;
  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: "\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: "\f164";
    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: "\e825";
    margin-right: 5px;
    color: #ff7bac;
}


.med_merit_box .demerit_box dd li:before {
    font-family: "dental"; font-weight: 900; content: "\e825";
    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: 12px;
    margin: 30px 5px 20px 7px;
    padding: 6% 5% 5%;/*
    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"; font-weight: 900; content: "\e825";
    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;
}

}







.full-width {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #fff;
}

/*.full-width {
     width:100vw; 
     position: relative;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
 }*/











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


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



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

  }





.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}





.box_common01 {
    border: 1px solid #eb6d80;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.box_common01 .ttl {
    background-image: url(../img/ptn05.png);
    background-repeat: repeat;
    font-size: 125%;
    letter-spacing: .1em;
    padding: 12px;
}
.box_common01 .list_common01, .box_common01 .list_common02 {
    padding: 25px 5.5% 35px;
}
.box_common01 .list_default02 li, .box_common01 .list_default02:before, .box_common01 .list_default02:after {
    max-width: 250px;
}

.bg_col02 {
    background-color: #e87e8e;
}

.box_common01 .list_common01, .box_common01 .list_common02 {
    padding: 25px 5.5% 35px;
}


.box_common01 .list_default01 li, .box_common01 .list_default01:before, .box_common01 .list_default01:after {
    max-width: 375px;
}

.list_common01 li:not(:last-child) {
    margin-bottom: 14px;
}

.list_common01 li:before {
    background: #eb6d80;
}

.list_default li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
    left: 0;
    top: .55em;
}






