/*-------------------------------------------------------------

Page -- 個別ページ

-------------------------------------------------------------*/
/*-------------------------------------------------------------
  新着情報　個別ページ
-------------------------------------------------------------*/
.single_news_area{
    width:100%;
    margin-bottom: 30px;
}
.single_news_day{
    width:100%;
    margin-bottom: 5px;
}
.single_news_category{
    width:100%;
    margin-bottom: 8px;
}
h3.single_news_title{
    width:100%;
    margin: 5px 0 10px 0;
    font-size: 20px;
    background-color: #F5F3EB;
    padding: 10px;
}
.single_news_main{
    width:100%;
    padding: 25px;
    margin: 15px 0 50px 0;
    border: solid 1px #F5F3EB;
}
.single_news_main img{
/*    width:100%; */
    width: auto;
    max-width: 100%;
    height: auto;
}

/* ページ遷移 */
.single_page{
    width:100%;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.single_page .page_prev{
    width: 25%;
}
.single_page .page_next {
    width: 25%;
    text-align: right;
}
.single_page .page_list{
    width: 50%;
    text-align: center;
}
.single_page .page_prev a,
.single_page .page_next a {
	text-align:center;
	border: solid 2px #083b10;
	padding: 8px 10px;
	box-sizing:border-box;
}
.single_page .page_prev a:hover,
.single_page .page_next a:hover {
	background-color:#083b10;
    color: #fff;
}
.single_page .page_list a{
	text-align:center;
	background-color:#083b10;
	padding: 8px 20px;
	box-sizing:border-box;
	color: #fff;
}
.single_page .page_list a:hover {
	background-color:#136320;
}

@media screen and (max-width: 768px) {
    .single_news_area{
        padding: 15px 0;
        margin-bottom: 20px;
    }
    .single_news_category{
        margin-bottom: 5px;
    }
    .single_news_main{
        padding: 20px 10px;
        margin: 15px 0 15px 0;
    }
}

/*-------------------------------------------------------------
  新着情報　一覧ページ
-------------------------------------------------------------*/
.news_page {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
/* 一覧 ---------------------------------- */
.news_page .news_list_area {
    width: 70%;
    margin-bottom: 20px;
}
.news_page .news_list_area .news_box {
    width: 100%;
    margin-bottom: 50px;
}
.news_page .news_list_area .news_box .data {
    width: 100%;
}
.news_page .news_list_area .news_box h3.title {
    width: 100%;
}
.news_page .news_list_area .news_box h3.title a {
    padding: 5px 10px;
    width: 100%;
    background-color: #F5F3EB;
    display: inline-block;
    -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.news_page .news_list_area .news_box h3.title a:hover {
    background-color: #00826d;
    color: #fff;
}
.news_page .news_list_area .news_box .cat_tag {
    margin: 10px 0;
}
.news_page .news_list_area .news_box .main_txt {
    margin: 10px 0;
}
.news_page .news_list_area .news_box .more_link {
    text-align: right;
    margin: 10px 0;
}
.news_page .news_list_area .news_box .more_link a:hover {
    text-decoration: underline;
}

/* アーカイブ ---------------------------------- */
.news_page .news_archive_area {
    width: 25%;
    margin-left: 5%;
    margin-bottom: 20px;
}
.news_page .news_archive_area .news_archive_box {
    width: 100%;
    margin-bottom: 20px;
}

ul.archive_list {
    border: solid 1px #00826d;
    padding: 10px 15px;
    position: relative;
}
ul.archive_list li {
    line-height: 1.5;
    padding: 0.3em 0;
    list-style-type: none !important;
}
ul.archive_list li:before {
    display:inline-block; 
    vertical-align: middle;
    content:'';
    width:15px;
    height: 15px;
    background: #00826d;
    border-radius: 50%;
    margin-right: 8px;
}
ul.archive_list li a:hover {
    text-decoration: underline;
}

/* ページャー ---------------------------------- */
.news_pager_area{
    width:100%;
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    .news_page .news_list_area {
        width: 100%;
    }
    .news_page .news_archive_area {
        width: 100%;
        margin-left: 0;
    }
}

/*-------------------------------------------------------------
  緑和会について
-------------------------------------------------------------*/
/* 背景にロゴを追加する ---------------------------------- */
.about_bg{
    width: 100%;
    margin-top: 20px;
    background-color: #ffffff;
    background-image: url("../img/common/background_logo.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50%;
}
@media screen and (max-width: 768px) {
    .about_bg{
        background-size: 100%;
    }
}
/* ご挨拶 ---------------------------------- */
.greeting{
	max-width:1000px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
}
.greeting .greeting_txt{
	width:60%;
    padding: 30px;
}
.greeting .greeting_img{
	width:40%;
}
@media screen and (max-width: 768px) {
    .greeting{
        max-width:96%;
    }
    .greeting .greeting_txt{
        width:100%;
        padding: 20px 0;
    }
    .greeting .greeting_img{
        width:100%;
    }
}
/* 理念 ---------------------------------- */
.rinen_area{
    width: 80%;
    margin: 50px auto;
}
.rinen_area .rinen_h4{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding: 0 65px;
    text-align: center;
    font-size: 20px;
}
.rinen_area .rinen_h4:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #00826d;
}
.rinen_area .rinen_h4 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}
.rinen_area p {
    text-align: center;
    font-size: 25px;
}
.rinen_item_area{
    width: 80%;
    margin: 30px auto;
    padding: 30px;
}
.rinen_item_area ol{
    width: 100%;
    margin:0px;
    padding:0px;
    list-style-position:inside;
}
.rinen_item_area li{
    margin-bottom: 15px;
    text-indent:-1.3em;
    padding-left:1em;
}
@media screen and (max-width: 768px) {
    .rinen_area{
        width: 100%;
        margin: 30px auto;
    }
    .rinen_item_area{
        width: 100%;
        margin: 30px auto;
        padding: 20px;
    }
}
/* 略歴 ---------------------------------- */
dl.doctor_info{
    margin:0 0 30px;
}
dl.doctor_info dt{
    float: left;
    clear: both;
    margin: 0;
    padding: 5px 0 5px 0;
    display: block;
    width: 100px;
    color: #444;
}
dl.doctor_info dd{
    border-bottom: 1px dotted #00826d;
    padding: 5px 0 5px 100px;
    display: block;
}
/* ポリシー ---------------------------------- */
.policy_box{
    width: 100%;
    margin: 70px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* 文章を右側、写真を左側にする */
.policy_box.right{
    flex-direction: row-reverse;
}
.policy_box .policy_txt{
    width: 45%;
    padding: 30px;
}
.policy_box .policy_txt h4{
    font-size: 30px;
}
.policy_box .policy_txt p{
    margin-top: 15px;
}
.policy_box .policy_img{
    width: 55%;
}
@media screen and (max-width: 768px) {
    .policy_box{
        margin: 20px 0;
    }
    .policy_box .policy_txt{
        width: 100%;
        padding: 20px 0;
    }
    .policy_box .policy_img{
        width: 100%;
    }
    .policy_box.right{
        flex-direction: row;
    }
}

/*-------------------------------------------------------------
  各診療科目　扉ページ
-------------------------------------------------------------*/
.door_table_contents{
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom:70px;
}
.door_table_contents .door_table_box{
    width:25%;
    padding:15px;
    margin-top: 15px;
}
.door_table_contents .door_table_box .box_inner{
    position: relative;
    width:100%;
    padding-top: 100%;
    background-color: #daedea;
    border-radius: 50%;
    border: #00826d solid 2px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.door_table_contents .door_table_box .box_inner:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-bottom: solid 2px #00826d;
    border-right: solid 2px #00826d;
    position: absolute;
    bottom: 20px;
    left: 47%;
    margin-top: -6px;
    transform: rotate(45deg);
}
.door_table_contents .door_table_box .box_inner .box_main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width:70%;
}
.door_table_contents .door_table_box .box_inner .box_main .box_icon{
    width:100%;
    text-align: center;
    margin-bottom: 15px;
}
.door_table_contents .door_table_box .box_inner .box_main .box_icon img{
    width:50%;
}
.door_table_contents .door_table_box .box_inner .box_main .box_txt{
    width:100%;
    text-align: center;
    line-height:1.3;
}
.door_table_contents .door_table_box .box_inner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
.door_table_contents .door_table_box .box_inner:hover{
    background-color: #a7d6cf;
}

@media screen and (max-width: 768px) {
    .door_table_contents .door_table_box{
        width:80%;
        padding:0px;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*-------------------------------------------------------------
  インプラント
-------------------------------------------------------------*/
/* 流れ ---------------------------------- */
.implant_flow{
    width:100%;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.implant_flow .flow_box{
    width: 30%;
    border:solid 1px #ccc;
    padding: 15px;
}
.implant_flow .flow_cursol{
    width: 5%;
    text-align: center;
    position: relative;
}
.implant_flow .flow_cursol .csl_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
    .implant_flow .flow_box{
        width: 100%;
        padding: 10px;
    }
    .implant_flow .flow_cursol{
        width: 100%;
        position: relative;
        height: 80px;
    }
    .implant_flow .flow_cursol .csl_img{
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -webkit- transform: translateY(-50%) translateX(-50%) rotate(90deg);
        }
}
/* ステップ ---------------------------------- */
.implant_step{
    width:100%;
    margin: 20px 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.implant_step .step_box{
    width: 14%;
    border:solid 1px #00826d;
    padding: 10px;
}
.implant_step .step_box .step_no{
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: #00826d;
    font-weight: bold;
    color: #fff;
}
.implant_step .step_box .step_txt{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
/* やじるし */
.step_cursol_right {
    position: relative;
}
.step_cursol_right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 105%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #ccc;
}

@media screen and (max-width: 768px) {
    .implant_step{
        justify-content: flex-start;
    }
    .implant_step .step_box{
        width: 45%;
        margin-right: 5%;
        margin-bottom: 15px;
    }
    .step_cursol_right:before {
        left: 103%;
        margin-top: -10px;
        border: 10px solid transparent;
        border-left: 10px solid #ccc;
    }
}

/* 安全、安心、快適なインプラントに関する、設備、機材、診療空間（インプラントセンター） */
.facility_list_area{
    width: 100%;
    margin: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.facility_list_area .facility_box{
    width: 31%;
    margin: 15px 1%;
    padding: 20px;
    border: solid 5px #daedea;
}
.facility_list_area .facility_box h5.fa_h5{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .facility_list_area .facility_box{
        width: 100%;
        margin: 15px 0;
        padding: 15px;
    }
    .facility_list_area .facility_box h5.fa_h5{
        font-size: 16px;
    }
}

/* 抜歯即時埋入、ＧＢＲ、サイナスなど、あらゆる高度技術可能 */
.socketlift_area{
    width: 100%;
    margin: 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.socketlift_area .socketlift_box{
    width: 23%;
    border:solid 3px #daedea;
    padding: 10px;
}
/* やじるし */
.sl_cursol_right {
    position: relative;
}
.sl_cursol_right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 105%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #ccc;
}

@media screen and (max-width: 768px) {
    .socketlift_area{
        justify-content: flex-start;
    }
    .socketlift_area .socketlift_box{
        width: 45%;
        margin-right: 5%;
        margin-bottom: 15px;
    }
    .sl_cursol_right:before {
        left: 103%;
        margin-top: -10px;
        border: 10px solid transparent;
        border-left: 10px solid #ccc;
    }
}




/*-------------------------------------------------------------
  矯正歯科
-------------------------------------------------------------*/
/* QA */
.qa_box{
    width:100%;
    margin-bottom: 20px;
    border: 3px solid #b4cfca;
    padding: 20px;
}
.qa_box h4.q_title{
    width:100%;
    margin-bottom: 15px;
    background-color: #F5F3EB;
    padding: 10px;
}
@media screen and (max-width: 768px) {
    .qa_box{
        padding: 15px;
    }
}


/*-------------------------------------------------------------
  審美歯科：ホワイトニング
-------------------------------------------------------------*/
/* 流れ ---------------------------------- */
ul.whitening_step{
    width:100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ul.whitening_step li{
    width: 20%;
    background-color: #2c9987;
    padding: 15px 25px;
    color: #fff;
    position: relative;
}
ul.whitening_step li:nth-child(2n){
    background-color: #00826d;
}
ul.whitening_step li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #2c9987;
    z-index: 2;
}
ul.whitening_step li:nth-child(2n):before {
    border-left: 15px solid #00826d;
}
ul.whitening_step li:last-child:before {
    content: none;
    position: static;
}
ul.whitening_step li p.step_no{
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    ul.whitening_step li{
        width: 100%;
        padding: 20px 15px 15px 15px;
    }
    ul.whitening_step li:before {
        top: 100%;
        left: 50%;
        margin-top: -1px;
        margin-left: -15px;
        border: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 15px solid #2c9987;
        z-index: 2;
    }
    ul.whitening_step li:nth-child(2n):before {
        border-left: 15px solid transparent;
        border-top: 15px solid #00826d;
    }
}

/*-------------------------------------------------------------
  審美歯科：CAD/CAM
-------------------------------------------------------------*/
.cosmetic_cadcam_area{
    width:100%;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.cosmetic_cadcam_area .c_cadcam_box{
    width:25%;
    padding: 15px;
}
@media screen and (max-width: 768px) {
    .cosmetic_cadcam_area .c_cadcam_box{
        width:50%;
        padding: 10px;
    }
}

/*-------------------------------------------------------------
  審美歯科：ジルコボンド
-------------------------------------------------------------*/
.zirco_item_area{
    width:100%;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.zirco_item_area .zirco_box_hoken{
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: #daedea;
    padding: 15px;
}
.zirco_item_area .zirco_box_jihi{
    width: 73%;
    margin-left: 2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: #daedea;
    padding: 15px;
}
.zirco_item_area h4.zirco_box_h4{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    background-color: #00826d;
    text-align: center;
    font-weight: bold;
    color: #fff;;
}
.zirco_item_area .zirco_box_hoken .hoken_box{
    width: 100%;
    padding: 15px;
    background-color: #fff;
    min-height: 610px;

}
.zirco_item_area .zirco_box_jihi .jihi_box{
    width: 31%;
    margin: 0 1%;
    padding: 15px;
    background-color: #fff;
    min-height: 610px;
}
.zirco_item_area h5.z_box_h5{
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #daedea;
}
.zirco_item_area .z_box_img{
    width: 100%;
    margin-bottom: 10px;
}
.zirco_item_area .z_box_txt{
    width: 100%;
}
.zirco_item_area .z_box_txt p.hline{
    width: 100%;
    text-align: center;
    color: #00826d;
    background-color: #daedea;
}

@media screen and (max-width: 768px) {
    .zirco_item_area .zirco_box_hoken{
        width: 100%;
        padding: 10px;
    }
    .zirco_item_area .zirco_box_jihi{
        width: 100%;
        margin-left: 0%;
        margin-top: 30px;
        padding: 10px;
    }
    .zirco_item_area .zirco_box_hoken .hoken_box{
        padding: 10px;
        min-height: initial;
    
    }
    .zirco_item_area .zirco_box_jihi .jihi_box{
        width: 100%;
        margin: 0 0 15px 0;
        padding: 10px;
        min-height: initial;
    }
}

/*-------------------------------------------------------------
  フォトギャラリー
-------------------------------------------------------------*/
/* photo_gallery -------------------------- */
.photo_gallery{
    width: 100%;
    padding-top: 90px;
    margin: -90px 0 100px 0;
}
.photo_gallery h3.photo_gallery_title{
    width: 100%;
    border-left: #00826d 5px solid;
    padding: 10px;
    margin-bottom: 20px;
}
.photo_gallery .photo_gallery_cmt{
    width: 100%;
    margin-bottom: 20px;
}
.photo_gallery .photo_gallery_area{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.photo_gallery .photo_gallery_area .photo_gallery_box{
    width: 25%;
    padding: 10px;
}
@media screen and (max-width: 768px) {
    .photo_gallery{
        width: 100%;
        padding-top: 0;
        margin: 10px 0 50px 0;
    }
    .photo_gallery .photo_gallery_area .photo_gallery_box{
        width: 50%;
        padding: 5px;
    }
}

/* photo_gallery_list -------------------------- */
.photo_gallery_list{
    width: 100%;
    margin: 10px 0 100px 0;
    border: solid 1px #00826d;
    padding: 15px;
}
.photo_gallery_list ul.pg_list{
    list-style: none;
}
.photo_gallery_list ul.pg_list li{
    width: auto;
    margin: 5px 15px 5px 0;
    display: inline-block;
}
.photo_gallery_list ul.pg_list li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #00826d;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
    .photo_gallery_list{
        margin: 10px 0 30px 0;
    }
}
/* フォトギャラリー用ページネーション */
.gallery_pagination{
    text-align: center;
	margin-bottom:15px;
}
.gallery_pagination a.page-numbers,
.gallery_pagination .current{
    background: #fff;
    border: solid 1px #daedea;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.gallery_pagination .current{
    background: #083b10;
    border: solid 1px #083b10;
    color: #fff;
}

/*-------------------------------------------------------------
  お問い合わせ
-------------------------------------------------------------*/
.contact_link_box{
    width: 100%;
    margin: 10px 0 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.contact_link_box .c_linkbox{
    width:50%;
    padding: 20px;
}
.contact_link_box .c_linkbox a{
    width: 100%;
    background-color: #daedea;
    border-radius: 10px;
    padding: 15px;
    color: #00826d;
    display: inline-block;
    text-align: center;
    border: 1px solid #00826d;
}
.contact_link_box .c_linkbox a:hover{
    background-color: #c8e3df;
}
.contact_link_box .c_linkbox a span{
	position:relative;
	line-height:25px;
	padding-left:35px;
}
.contact_link_box .c_linkbox a span:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:25px;
	height:25px;
	background:url("../img/common/contact_mailicon.png") no-repeat;
	background-size:contain;
}

@media screen and (max-width: 768px) {
    .contact_link_box .c_linkbox{
        width:100%;
        padding: 10px 0;
    }
    .contact_link_box .c_linkbox a{
        width: 100%;
    }
}

/*-------------------------------------------------------------
  虫歯治療について
-------------------------------------------------------------*/
/* 虫歯（う歯）ってどう治すの？？ ---------------- */
.caries_treat_box{
    width:100%;
    margin: 30px 0;
    border: solid 5px #daedea;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.caries_treat_box .treat_photo_box{
    width: 40%;
    text-align: center;
}
.caries_treat_box .treat_txt_box{
    width: 60%;
    padding-left: 15px;
}
.caries_treat_box h5{
    font-weight: bold;
    margin-bottom: 10px;
}
.caries_treat_box ol.treat_ol_list{
	counter-reset:list;
	list-style-type:none;
}
.caries_treat_box ol.treat_ol_list li{
	position:relative;
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
}
.caries_treat_box ol.treat_ol_list li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #00826d;
	border-radius: 50%;
	top: 0px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
    .caries_treat_box .treat_photo_box{
        width: 100%;
    }
    .caries_treat_box .treat_txt_box{
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .caries_treat_box h5{
        text-align: center;
    }
}

/* 虫歯がヒドイ場合の治療 ---------------- */
.caries_flow_box{
    width:100%;
    margin: 30px 0;
    border: solid 5px #daedea;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.caries_flow_box .flow_photo_box{
    width: 30%;
    text-align: center;
}
.caries_flow_box .flow_txt_box{
    width: 70%;
    padding-left: 15px;
}
.caries_flow_box h5{
    font-weight: bold;
    margin-bottom: 10px;
}
.caries_flow_box h5 span.no_icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
	text-align: center;
	color: #fff;
    background: #00826d;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .caries_flow_box .flow_photo_box{
        width: 100%;
    }
    .caries_flow_box .flow_txt_box{
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}

/*-------------------------------------------------------------
  治療の流れ
-------------------------------------------------------------*/
.Treatment_flow_area{
    width: 100%;
    margin: 20px auto 30px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.Treatment_flow_area .tf_box_s{
    width: 17%;
    padding: 15px;
    border: solid 5px #daedea;
    text-align: center;
}
.Treatment_flow_area .tf_box_m{
    width: 22%;
    padding: 15px;
    border: solid 5px #daedea;
    text-align: center;
}
.Treatment_flow_area .tf_box_l{
    width: 23%;
    padding: 15px;
    border: solid 5px #daedea;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .Treatment_flow_area .tf_box_s{
        width: 100%;
        margin-bottom: 15px;
    }
    .Treatment_flow_area .tf_box_m{
        width: 100%;
        margin-bottom: 15px;
    }
    .Treatment_flow_area .tf_box_l{
        width: 100%;
    }
}

/*-------------------------------------------------------------
  インプラント治療について：基本的なインプラント治療の流れ
-------------------------------------------------------------*/
.implant_standard_flow{
    width: 80%;
    padding: 15px;
    margin: 0 auto 30px auto;
    border: solid 5px #daedea;
    position: relative;
}
.imp_st_cursol{
    position: relative;
    margin-bottom: 70px !important;
}
.imp_st_cursol::after{
    content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -50px;
	margin: 0 auto;
	border-top: 30px solid #083b10;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}
.implant_standard_h4{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #daedea;
    border-radius: 10px;
}
.implant_standard_box{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.implant_standard_box .sta_txt_box{
    width: 70%;
}
.implant_standard_box .sta_photo_box{
    width: 30%;
    padding-left: 10px;
}
@media screen and (max-width: 768px) {
    .implant_standard_flow{
        width: 100%;
        padding: 10px;
    }
    .implant_standard_box .sta_txt_box{
        width: 100%;
    }
    .implant_standard_box .sta_photo_box{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
}

/*-------------------------------------------------------------
 X-Guide
-------------------------------------------------------------*/
.xguide_area{
    width: 100%;
}
.xguide_cover{
    width: 100%;
    margin-bottom: 50px;
}
.xguide_about{
    width: 100%;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-items: center;
}
.xguide_about .xguide_about_movie{
    width: 50%;
}
.xguide_about .xguide_about_movie .youtube_box{
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.xguide_about .xguide_about_movie .youtube_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.xguide_about .xguide_about_cmt{
    width: 50%;
    padding-left: 30px;
}
.xguide_about h3.xguide_h3{
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.xguide_feature{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.xguide_feature .xguide_feature_box{
    width: 48%;
    padding: 15px;
    border: #daedea 3px solid;
}
.xguide_feature .xguide_feature_box h4.xguide_h4{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #daedea;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
}
.xguide_feature .xguide_feature_box h5.xguide_h5{
    margin-top: 30px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 35px;
    border-bottom: #daedea solid 2px;
    position: relative;
    margin-bottom: 20px;
}
.xguide_feature .xguide_feature_box h5.xguide_h5:before {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #daedea;
}
.xguide_feature .xguide_feature_box p{
    margin-bottom: 10px;
}
.xguide_foot_movie{
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
}
.xguide_foot_movie .foot_movie_box{
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.xguide_foot_movie .foot_movie_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .xguide_cover{
        margin-bottom: 25px;
    }
    .xguide_about{
        margin-bottom: 25px;
    }
    .xguide_about .xguide_about_movie{
        width: 100%;
        margin-bottom: 20px;
    }
    .xguide_about .xguide_about_cmt{
        width: 100%;
        padding-left: 0;
    }
    .xguide_feature .xguide_feature_box{
        width: 100%;
        margin-bottom: 20px;
    }
    .xguide_foot_movie{
        margin: 25px auto;
    }
}