@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {

    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;	
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
	box-sizing:border-box;
	width:100%;
}


/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul,li {list-style: none;}


/**** custom ****/

ul.content-list{
  color: #87C11B;
  margin: 1em 0 1.5em;
  font-weight: bold;
}

ul.content-list li{
  font-size: 14px;
}
ul.content-list li:before{
    content: '・';
}

#sub dl dt{
    font-weight: bold;
    font-size: 14.5px;
    margin-bottom: 1em;
    display: table;
    border-bottom: solid 1px;
}
#sub dl dd{
    font-size: 14.5px;
    margin-bottom: 2em;
}
#sub h3.mt{
    margin-top: 60px;
}

.gel-img{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.gel-img li:nth-of-type(1){
    flex-basis: 350px;
}
.gel-img li:nth-of-type(2){
    flex-basis: 480px;
}

.kids04 .clearfix + .clearfix{
    margin-top: 20px;
}

.flow-list li{
    margin-bottom: 60px;
    position: relative;
}
.flow-list li:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #84C925 transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 160px;
    transform: translateX(-50%);
}
.flow-list li:last-of-type:after{
    content: none;
}
.flow-list li .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flow-list li .flex .image{
    width: 320px;
    border-radius: 20px;
    overflow: hidden;
}
.flow-list li .flex .image img{
    display: block;
}
.flow-list li .flex .flow-text{
    width: calc(100% - 360px);
}
.flow-list li .flex .flow-text span{
    font-size: 0.8em;
    margin-bottom: 1em;
    display: block;
    color: 
}

.count-list{
    counter-reset: list;
}
.count-list li{
    padding: 0.19em 0 0.8em 2.8em;
    position: relative;
    font-size: 14.5px;
    line-height: 180%;
}
.count-list li:before{
    counter-increment: list;
    content: counter(list);
    background: #84C925;
    color: #fff;
    padding: 2px 10px 4px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
}

.decayed-list{
}
.decayed-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.decayed-list li .image{
    width: 200px;
}
.decayed-list li .text-box{
    width: calc(100% - 220px);
}

.flow-list-nopic li{
    padding: 20px;
    margin-bottom: 60px;
    background: #F2F2F2;
    position: relative;
}
.flow-list-nopic li:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #555 transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.flow-list-nopic li:last-of-type:after{
    content: none;
}
#sub .flow-list-nopic li p.head{
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: solid 1px;
    padding-bottom: 0.3em;;
}
#sub .flow-list-nopic li p:last-of-type{
    margin-bottom: 0;
}
#sub .flow-list-nopic li .flex{
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#sub.implant .box_01 p.text_01{
    font-size: 24px !important;
}

.table-layout{
    display: table;
    border-collapse: collapse;
}
.table-row{
    display: table-row;
}
.table-row > div{
    display: table-cell;
    padding: 20px 30px;
    border: 1px solid #F2F2F2;
    font-size: 14px;
}
.table-head{
    background: #F9FCF4;
    font-weight: bold;
}
.no-wrap{
    white-space: nowrap;
}
.td-center{
    text-align: center;
}

.gallary-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.gallary-list li{
    width: calc(95%/3);
    overflow: hidden;
    border-radius: 10px;
    border: solid 2px #ADDA3E;
    margin-bottom: 20px;
}
.gallary-list li img{
    width: 100%;
}
#sub .gallary-list li p.head{
    background: #ADDA3E;
    color: #fff;
    text-align: center;
    padding-left: 6px 10px;
    font-weight: bold;
}
.gallary-list li .pic-wrap{
    padding: 0 10px 10px;
}

#sub dl.qa dt{
    color: #84C925;
    position: relative;
    padding-left: 2.5em;
    display: block;
    padding-bottom: 0.1em;
}
#sub dl.qa dt:before{
    content: 'Q';
    background: #84C925;
    color: #fff;
    position: absolute;
    left: 0;
    padding: 0 0.5em 0.1em;
}
#sub dl.qa dd{
    padding-left: 2.5em;
    position: relative;
    margin-bottom: 4em;
}
#sub dl.qa dd:before{
    content: 'A';
    background: #555;
    color: #fff;
    position: absolute;
    left: 0;
    padding: 0 0.5em 0.1em;
}

@media screen and (max-width: 768px){
    .flow-list li .flex{
        display: block;
    }
    .flow-list li .flex .flow-text, .flow-list li .flex .image{
        width: 100%;
    }
    .flow-list li .flex .image{
        margin-bottom: 20px;
    }

    .decayed-list li{
        justify-content: center;
        flex-wrap: wrap;
    }
    .decayed-list li .text-box{
        width: 100%;
        margin-top: 10px;
    }
    #sub .flow-list-nopic li p.head{
        font-size: 14px;
    }
    #sub .flow-list-nopic li .flex dt{
        margin-left: auto;
        margin-right: auto;
    }
    #sub table.td-center td{
        text-align: center;
    }
    #sub.implant .box_01 p.text_01{
        font-size: 18px !important;
    }
    .table-layout{
        width: 700px;
    }
    .table-wrap{
        overflow-x: scroll;
    }
    .gallary-list li{
        width: 100%;
    }
}