@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

.subtitle_area {
	background-color: #f7f5f2;
	margin: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
}
.subtitle {
	padding: 0px;
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.kobu {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#outset {
	padding: 0px;
	margin: 0px;
}
#outset dl {
	margin: 0px;
	padding: 0px;
}
#outset dl dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#outset dl dt img{
	border-radius:10px;
}
#outset dl dd {
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#outset dl dd span {
	background: linear-gradient(transparent 70%, yellow 70%);
}
#outset dl p {
	margin: 0px;
	padding: 0px;
	line-height: 2.2em;
}
#outset dl p span {
	color: #C00;
}
#ortho_links {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
}
#ortho_links dl {
    margin: 0px;
    padding: 30px;
    height: auto;
    width: 31%;
    border-radius: 10px;
    background-color: #f5f4f2;
}
#ortho_links dl dt {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
}
#ortho_links dl dt span{
    background: linear-gradient(transparent 50%, yellow 50%);
}
#ortho_links dl dd {
    padding: 0px;
    margin: 0px;
}
.links_pic {
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.links_pic img{
	border-radius: 50%;
}
.ortho_links_btn {
    text-align: center;
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.ortho_links_btn a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background-color: #68c391;
    border-radius: 5px;
    box-shadow: 5px 5px #759181;
    margin: 0px;
    background-image: url(../../images/yajirushi_right.png);
    background-repeat: no-repeat;
    background-position : right 15px bottom 19px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 10px;
}
.ortho_links_btn a:hover  {
	-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;
	background-color: #87d8ab;
}
.top_txt {
    font-weight: bold;
    color: #6db18c;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 140%;
    line-height: 1.5em;
}
.top_txt span{
    background: linear-gradient(transparent 50%, yellow 50%);
}
.top_txt_end {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.top_txt_end span{
   color: #C80003;
}
#dentalcl {
    border-top: 2px solid #6db18c;
    border-bottom: 2px solid #6db18c;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    padding-top: 40px;
    padding-right: 70px;
    padding-bottom: 40px;
    padding-left: 70px;
}
#dentalcl dl {
    margin: 0px;
    padding: 0px;
}
#dentalcl dl dt {
    font-weight: bold;
    text-align: center;
    font-size: 110%;
}
#dentalcl dl dd {
    font-size: 70%;
    text-align: center;
    padding: 0px;
    color: #777777;
    line-height: 1.6em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
#dentalcl dl p {
    margin: 0px;
    padding: 0px;
    text-align: center;
   
}
.dentalcl_title {
    text-align: center;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 120%;
}
.dentalcl_pic {
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.dentalcl_pic img{
    border-radius: 8px;
    width: 20%;
}
.soudan_link {
    text-align: center;
    padding: 0px;
    width: 40%;
    height: auto;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.soudan_link a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    display: block;
    background-color: #f0af00;
    border-radius: 7px;
    box-shadow: 5px 5px #957216;
    margin: 0px;
    background-image: url(../../images/yajirushi_right.png);
    background-repeat: no-repeat;
    background-position : 15px 21px;
    padding: 12px;
}
.soudan_link a:hover  {
	-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;
	background-color: #f6bc1e;
}
#what {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#what dl {
	margin: 0px;
	padding: 30px;
	height: auto;
	width: 23%;
	background-color: #f7f5f2;
	border-radius:7px;
}
#what dl dt {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 7px;
    border-top: 1px solid #6db18c;
    border-bottom: 1px solid #6db18c;
}

#what dl dd {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#what dl p {
	text-align: center;
	font-size: 90%;
	line-height: 1.6em;
}
.what_txt {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}
.what_txt span {
	color: #C00;
}
.s_price_area {
    padding: 0px;
    height: auto;
    width: 100%;
    background: #FFEEEE;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DDEFBB, #FFEEEE);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DDEFBB, #FFEEEE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
}
.s_price_area dl {
    height: auto;
    width: 1040px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}
.s_price_area dl dt {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.s_price_area dl dt span{
    background: linear-gradient(transparent 50%, yellow 50%);
}
.s_price_area dl dd {
    text-align: center;
    padding: 0px;
    height: auto;
    width: 40%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.s_price_area dl dd a {
	color: #FFFFFF;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    background-color: #6db18c;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url("../images/yajirushi_wht.png");
    background-repeat: no-repeat;
    background-position : right 15px bottom 23px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.s_price_area dl dd a:hover  {
	-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;
	background-color: #9cd3b5;
}
#inmerit {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px;
}
#inmerit dl {
    height: auto;
    width: 31%;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    border-radius: 8px;
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    background-color: #F5F4F2;
}
#inmerit dl dt {
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#inmerit dl dt img{
	max-width:100%;
}
#inmerit dl dd {
    font-size: 110%;
    font-weight: bold;
    color: #68c391;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    line-height: 1.7em;
}
#inmerit dl dd span{
	border-bottom: dashed 2px #f9b627;
}
#inmerit dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.menu-namber {
	font-size: 300%;
	font-weight: bold;
	line-height: 1.2em;
    background: linear-gradient(to right, #398edd, #39dda5);
	-webkit-background-clip: text;
	color: transparent;
	font-style: italic;
	position: absolute;
	left: 10px;
	top: 5px;
	height: 55px;
	width: 70px;
}
#demerit {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    border-top: 2px solid #68c391;
    border-bottom: 2px solid #68c391;
}
#demerit dl {
    margin: 0px;
    padding-top: 30px;
    padding-right: 70px;
    padding-bottom: 30px;
    padding-left: 70px;
}
#demerit dl dt {
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 110%;
}
#demerit dl dd {
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}
#demerit dl dd span {
    color: #68c391;
    padding-right: 5px;
}
.text1 {
    text-align: center;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.text1 span {
	color: #CC0000;
}
#plan {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 0px;
}
#plan dl {
    background-color: #F5F4F2;
    padding-top: 40px;
    padding-right: 70px;
    padding-bottom: 40px;
    padding-left: 70px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}
#plan dl dt {
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 60px;
    margin-bottom: 0px;
    margin-left: 0px;
    
}
#plan dl dd {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 120%;
    font-weight: bold;
}
#plan dl dd span{
    background: linear-gradient(transparent 50%, yellow 50%);
}
#plan dl p {
    padding: 0px;
    margin: 0px;
    line-height: 1.9em;
}
.ortho_links_btn_ex {
    text-align: center;
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    height: auto;
    width: 350px;
}
.ortho_links_btn_ex a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background-color: #68c391;
    border-radius: 5px;
    box-shadow: 5px 5px #759181;
    margin: 0px;
    background-image: url(../../images/yajirushi_right.png);
    background-repeat: no-repeat;
    background-position : right 15px bottom 19px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 10px;
    font-size: 90%;
}
.ortho_links_btn_ex a:hover  {
	-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;
	background-color: #87d8ab;
}
.soudan {
    background-color: #6cb28c;
    padding-top: 40px;
    padding-right: 100px;
    padding-bottom: 40px;
    padding-left: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
}
.soudan_pic{
    padding: 0px;
    float: left;
    margin: 0px;
}
.soudan dl{
    padding: 0px;
    margin: 0px;
    float: right;
    height: auto;
    width: 54%;
}
.soudan dl dt{
    font-size: 130%;
    font-weight: bold;
    color: #FFF1CF;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.soudan dl dd{
    padding: 0px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
.soudan dl p {
    text-align: center;
    padding: 0px;
    width: 65%;
    height: auto;
    margin: 0px;
}
.soudan dl p a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    display: block;
    background-color: #f0af00;
    border-radius: 7px;
    margin: 0px;
    background-image: url(../../images/yajirushi_right.png);
    background-repeat: no-repeat;
    background-position : 15px 21px;
    padding: 12px;
}
.soudan dl p a:hover  {
	-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;
	background-color: #f6bc1e;
}
.flow {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
}
.flow dl {
    height: auto;
    width: 31%;
    border-radius: 7px;
    padding: 30px;
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    background-color: #f5f4f2;
}
.flow dl dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.flow dl dt img{
	width:100%;
}
.flow dl dd {
    font-weight: bold;
    color: #000;
    padding: 0px;
    font-size: 110%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.flow dl p {
    padding: 0px;
    font-size: 90%;
    line-height: 1.7em;
    margin: 0px;
}
.namber {
    font-size: 90%;
    position: absolute;
    left: -7px;
    top: -12px;
    background: #50C9C3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #96DEDA, #50C9C3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #96DEDA, #50C9C3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 80px;
    color: #FFF;
    text-align: center;
    font-style: italic;
    line-height: 3.5em;
    border-radius: 10px 0 0 0;
}
.case_title {
	background-color: #68c391;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 120%;
	padding: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.case_txt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.case {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}
.case dl {
	margin: 0px;
	padding: 30px;
	height: auto;
	width: 31%;
	background-color: #f7f5f2;
	border-radius: 10px;
}
.case dl dt {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.case dl dd {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.case dl p {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.list1 {
    height: auto;
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #dddddd;
    border-left-color: #dddddd;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
}
.list1 th,
.list1 td {
    text-align: left;
    vertical-align: top;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.list1 th {
    background-color: #FAFAFA;
    width: 30%;
    font-size: 90%;
    line-height: 1.6em;
}
.list1 td {
	background-color: #FFF;
	font-size: 90%;
	line-height: 1.6em;
}
.cyusyaku {
    background-color: rgba(245,245,245,1);
    padding: 15px;
    text-align: center;
    font-size: 90%;
    color: rgba(216,0,3,1);
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
  	
}

#pay_top {
    text-align: center;
    padding: 0px;
    margin-top: -15px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#pay_top span{
    font-weight: bold;
    color: #B20000;
    text-decoration: underline;
}
#pay {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
}
#pay dl{
    margin: 0px;
    padding: 0px;
}
#pay dl dt{
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#pay dl dd{
    font-size: 90%;
    padding: 0px;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#pay dl p{
    font-size: 90%;
    padding: 0px;
    text-align: center;
    margin: 0px;
    color: #BB0003;
}
#mtm_txt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#mtm_txt dt {
    font-size: 140%;
    font-style: italic;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    color: #68c391;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#mtm_txt dt span{
	border-bottom: dashed 2px #f9b627;
}
#mtm_txt dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mtm_txt p{
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#mtm {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#mtm dl {
    padding: 0px;
    border: 1px solid #68c391;
    margin: 0px;
}
#mtm dl dt {
    text-align: center;
    padding: 10px;
    background-color: #68c391;
    color: #FFF;
    font-weight: bold;
    margin: 0px;
}
#mtm dl ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#mtm dl ul li {
	padding: 0px;
	margin-top: 1.5%;
	margin-right: 0px;
	margin-bottom: .5%;
	margin-left: 0px;
}
#mtm dl ul li span {
	color: #fec52a;
	padding-right: 5px;
}
#btm_link {
	margin: 0px;
	padding: 0px;
	display: flex;
  justify-content: space-between;
}
.btm_link_inner {
    text-align: center;
    padding: 0px;
    height: auto;
    width: 31%;
    margin: 0px;
}
.btm_link_inner a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #68c391;
	border-radius: 5px;
	box-shadow: 5px 5px #43825f;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 22px;
	letter-spacing: 0.1em;
	font-size: 90%;
	font-weight: bold;
}
.btm_link_inner a:hover  {
	-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;
	background-color: #69c894;
}

}




/* 横幅1100px以下のスタイル： ～1099px */
@media only screen and (min-width: 481px) and (max-width: 1150px) {

.subtitle {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

}




/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

.subtitle_area {
	background-color: #f7f5f2;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.subtitle {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.kobu {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#outset {
	padding: 0px;
	margin: 0px;
}
#outset dl {
	margin: 0px;
	padding: 0px;
}
#outset dl dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#outset dl dt img{
	border-radius:10px;
}
#outset dl dd {
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.5em;
}
#outset dl dd span {
	background: linear-gradient(transparent 70%, yellow 70%);
}
#outset dl p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
#outset dl p span {
	color: #C00;
}
#ortho_links {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
}
#ortho_links dl {
    padding: 30px;
    height: auto;
    width: 90%;
    border-radius: 10px;
    background-color: #f5f4f2;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
}
#ortho_links dl dt {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
}
#ortho_links dl dt span{
    background: linear-gradient(transparent 50%, yellow 50%);
}
#ortho_links dl dd {
    padding: 0px;
    margin: 0px;
    font-size: 90%;
}
.links_pic {
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.links_pic img{
	border-radius: 50%;
}
.ortho_links_btn {
    text-align: center;
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.ortho_links_btn a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background-color: #68c391;
    border-radius: 5px;
    box-shadow: 5px 5px #759181;
    margin: 0px;
    background-image: url(../../images/yajirushi_right.png);
    background-repeat: no-repeat;
    background-position : right 15px bottom 19px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 10px;
}
.top_txt {
    font-weight: bold;
    color: #6db18c;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    font-size: 130%;
    line-height: 1.5em;
    height: auto;
    width: 90%;
}
.top_txt span{
    background: linear-gradient(transparent 50%, yellow 50%);
}
.top_txt_end {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    font-size: 90%;
    line-height: 1.7em;
    height: auto;
    width: 90%;
}
.top_txt_end span{
   color: #C80003;
}
#dentalcl {
    border-top: 2px solid #6db18c;
    border-bottom: 2px solid #6db18c;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    padding: 30px;
}
#dentalcl dl {
    margin: 0px;
    padding: 0px;
}
#dentalcl dl dt {
    font-weight: bold;
    text-align: center;
    font-size: 110%;
}
#dentalcl dl dd {
    font-size: 70%;
    text-align: center;
    padding: 0px;
    color: #777777;
    line-height: 1.6em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
#dentalcl dl p {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
   
}
.dentalcl_title {
    text-align: center;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 120%;
}
.dentalcl_pic {
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.dentalcl_pic img{
    border-radius: 8px;
    width: 50%;
}
.soudan_link {
    text-align: center;
    padding: 0px;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.soudan_link a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    display: block;
    background-color: #f0af00;
    border-radius: 5px;
    box-shadow: 5px 5px #957216;
    margin: 0px;
    background-image: url(../../images/yajirushi_right.png);
    background-repeat: no-repeat;
    background-position : 15px 21px;
    padding: 12px;
}
#what {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    height: auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#what dl {
    height: auto;
    width: 48%;
    background-color: #f7f5f2;
    border-radius: 7px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
}
#what dl dt {
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    border-top: 1px solid #6db18c;
    border-bottom: 1px solid #6db18c;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

#what dl dd {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#what dl p {
	text-align: center;
	font-size: 90%;
	line-height: 1.6em;
}
.what_txt {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    font-size: 90%;
    height: auto;
    width: 90%;
    line-height: 1.7em;
}
.what_txt span {
	color: #C00;
}
.s_price_area {
    padding: 0px;
    height: auto;
    width: 100%;
    background: #FFEEEE;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #DDEFBB, #FFEEEE);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #DDEFBB, #FFEEEE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
}
.s_price_area dl {
    padding: 30px;
    margin: 0px;
}
.s_price_area dl dt {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.s_price_area dl dt span{
    background: linear-gradient(transparent 50%, yellow 50%);
}
.s_price_area dl dd {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.s_price_area dl dd a {
	color: #FFFFFF;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    background-color: #6db18c;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url("../images/yajirushi_wht.png");
    background-repeat: no-repeat;
    background-position : right 15px bottom 23px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.s_price_area dl dd a:hover  {
	-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;
	background-color: #9cd3b5;
}
#inmerit {
	padding: 0px;
	margin: 0px;
}
#inmerit dl {
    height: auto;
    width: 90%;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    border-radius: 8px;
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    background-color: #F5F4F2;
}
#inmerit dl dt {
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
#inmerit dl dt img{
	max-width:100%;
}
#inmerit dl dd {
    font-size: 110%;
    font-weight: bold;
    color: #68c391;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    line-height: 1.7em;
}
#inmerit dl dd span{
	border-bottom: dashed 2px #f9b627;
}
#inmerit dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.menu-namber {
	font-size: 300%;
	font-weight: bold;
	line-height: 1.2em;
    background: linear-gradient(to right, #398edd, #39dda5);
	-webkit-background-clip: text;
	color: transparent;
	font-style: italic;
	position: absolute;
	left: 10px;
	top: 5px;
	height: 55px;
	width: 70px;
}
#demerit {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    border-top: 2px solid #68c391;
    border-bottom: 2px solid #68c391;
}
#demerit dl {
    margin: 0px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
#demerit dl dt {
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 110%;
}
#demerit dl dd {
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}
#demerit dl dd span {
    color: #68c391;
    padding-right: 5px;
}
.text1 {
    text-align: center;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    height: auto;
    width: 90%;
}
.text1 span {
	color: #CC0000;
}
#plan {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 0px;
}
#plan dl {
    background-color: #F5F4F2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding: 30px;
}
#plan dl dt {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    
}
#plan dl dd {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
    font-size: 110%;
    font-weight: bold;
}
#plan dl dd span{
    background: linear-gradient(transparent 50%, yellow 50%);
}
#plan dl p {
    padding: 0px;
    margin: 0px;
    line-height: 1.8em;
    font-size: 90%;
}
.ortho_links_btn_ex {
    text-align: center;
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: auto;
    width: 100%;
}
.ortho_links_btn_ex a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    background-color: #68c391;
    border-radius: 5px;
    box-shadow: 5px 5px #759181;
    margin: 0px;
    background-image: url(../../images/yajirushi_right.png);
    background-repeat: no-repeat;
    background-position : right 15px bottom 19px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 10px;
    font-size: 90%;
}
.soudan {
    background-color: #6cb28c;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    padding: 30px;
}
.soudan_pic{
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.soudan dl{
    padding: 0px;
    margin: 0px;
}
.soudan dl dt{
    font-size: 120%;
    font-weight: bold;
    color: #FFF1CF;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 7px;
    margin-left: 0px;
}
.soudan dl dd{
    padding: 0px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 90%;
    line-height: 1.8em;
}
.soudan dl p {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.soudan dl p a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    display: block;
    background-color: #f0af00;
    border-radius: 7px;
    margin: 0px;
    background-image: url(../../images/yajirushi_right.png);
    background-repeat: no-repeat;
    background-position : 15px 21px;
    padding: 12px;
}
.flow {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
}
.flow dl {
    height: auto;
    width: 90%;
    border-radius: 7px;
    padding: 30px;
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    background-color: #f5f4f2;
}
.flow dl dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.flow dl dt img{
	width:100%;
}
.flow dl dd {
    font-weight: bold;
    color: #000;
    padding: 0px;
    font-size: 110%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.flow dl p {
    padding: 0px;
    font-size: 90%;
    line-height: 1.7em;
    margin: 0px;
}
.namber {
    font-size: 90%;
    position: absolute;
    left: -10px;
    top: -10px;
    background: #50C9C3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #96DEDA, #50C9C3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #96DEDA, #50C9C3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 80px;
    color: #FFF;
    text-align: center;
    font-style: italic;
    line-height: 3.5em;
    border-radius: 10px 0 0 0;
}
.case_title {
    background-color: #68c391;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    padding: 7px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.case_txt {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    height: auto;
    width: 90%;
}
.case {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.case dl {
    padding: 30px;
    height: auto;
    width: 90%;
    background-color: #f7f5f2;
    border-radius: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
.case dl dt {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.case dl dd {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.case dl p {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.list1 {
    height: auto;
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #dddddd;
    border-left-color: #dddddd;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
}
.list1 th,
.list1 td {
    text-align: left;
    vertical-align: top;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    padding: 10px;
}
.list1 th {
    background-color: #FAFAFA;
    width: 30%;
    font-size: 90%;
    line-height: 1.6em;
}
.list1 td {
	background-color: #FFF;
	font-size: 90%;
	line-height: 1.6em;
}
.cyusyaku {
    background-color: rgba(245,245,245,1);
    padding: 15px;
    text-align: center;
    font-size: 90%;
    color: rgba(216,0,3,1);
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
    line-height: 1.8em;
  	
}

#pay_top {
    text-align: center;
    padding: 0px;
    margin-top: -15px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    height: auto;
    width: 90%;
}
#pay_top span{
    font-weight: bold;
    color: #B20000;
    text-decoration: underline;
}
#pay {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
}
#pay dl{
    margin: 0px;
    padding: 0px;
}
#pay dl dt{
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#pay dl dd{
    font-size: 80%;
    padding: 0px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    line-height: 1.7em;
    height: auto;
    width: 90%;
}
#pay dl p{
    font-size: 80%;
    padding: 0px;
    color: #BB0003;
    line-height: 1.7em;
    height: auto;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#mtm_txt {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    height: auto;
    width: 90%;
}
#mtm_txt dt {
    font-size: 140%;
    font-style: italic;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    color: #68c391;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    line-height: 1.6em;
}
#mtm_txt dt span{
	border-bottom: dashed 2px #f9b627;
}
#mtm_txt dd {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
}
#mtm_txt p{
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#mtm {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}
#mtm dl {
    padding: 0px;
    border: 1px solid #68c391;
    margin: 0px;
}
#mtm dl dt {
    text-align: center;
    padding: 10px;
    background-color: #68c391;
    color: #FFF;
    font-weight: bold;
    margin: 0px;
    font-size: 120%;
}
#mtm dl ul {
    margin: 0px;
    padding: 20px;
}
#mtm dl ul li {
    padding: 0px;
    margin-top: 1.5%;
    margin-right: 0px;
    margin-bottom: .5%;
    margin-left: 0px;
}
#mtm dl ul li span {
	color: #fec52a;
	padding-right: 5px;
}
#btm_link {
	margin: 0px;
	padding: 0px;
}
.btm_link_inner {
    text-align: center;
    padding: 0px;
    height: auto;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
.btm_link_inner a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #68c391;
	border-radius: 5px;
	box-shadow: 5px 5px #43825f;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../../images/yajirushi_right.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 22px;
	letter-spacing: 0.1em;
	font-size: 90%;
	font-weight: bold;
}


}
