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

body, p, address, ul, ol, li, dl, dt, dd, table, th, td, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 180%;
	list-style-type: none;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-family:  "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #333; 
}
body {
	background: #fff;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}



@media screen and (max-width: 768px) {
body, p, address, ul, ol, li, dl, dt, dd, table, th, td, form {
	font-size: 4vw;
}
img {
	max-width: 100%;
	height: auto;　
}
}


/*clearfix**************************/
.clearfix:after {  
    visibility: hidden;
    display: block;　
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}
/*clearfix End************************/



 /*  リンク  */
a:link    { color: #0071be; text-decoration: none; }
a:visited { color: #0071be; text-decoration: none; }
a:hover   { color: #0071be; text-decoration: none; }
a:active  { color: #ccc; text-decoration: underline; }
 
 
/*  共通  */
.contents {
	max-width: 1000px;
	margin: 0 auto;
}
.red {
	color: #cc0000;
}
.yellow {
	color: #ffff00;
}
.black {
	color: #000;
}
.shadow {
	background: #fff;
	box-shadow:0px 30px 30px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 30px 30px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 30px 30px 1px rgba(0,0,0,0.2);
	margin-top: 4%;
}
.marker {
	background: linear-gradient(transparent 5%, #ffff00 5%);
}
.uline {
	text-decoration: underline;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.opacity:hover {
	 opacity: 0.8;
}

a.clinic-button{
    width:100%;
    border:1px solid #FFFF26;
    background: #FFFF26;
    color: #0072BD;
    padding: 20px;
    display: block;
    margin: 10px auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
/*  共通  */
.contents {
	width: 94%;
	margin: 0 auto;
}
.pc {
	display: none;
}
.sp {
	display: block;
}




}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.contents {
	width: 96%;
	margin: 0 auto;
}



}



/* FV */
header {
	width: 100%;
	background: #0071be;
}
header .contents > p.logo {
	float: left;
	width: 50%;
	padding: 2% 2% 0 0;
}
header .contents .sweden {
	float: right;
	width: 50%;
	padding: 1.7% 2%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d1b8+0,f4f2e3+50,d3d1b8+100 */
	background: #d3d1b8; /* Old browsers */
	background: -moz-linear-gradient(top, #d3d1b8 0%, #f4f2e3 50%, #d3d1b8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d3d1b8 0%,#f4f2e3 50%,#d3d1b8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d3d1b8 0%,#f4f2e3 50%,#d3d1b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d1b8', endColorstr='#d3d1b8',GradientType=0 ); /* IE6-9 */
}
header .contents .sweden > p:nth-of-type(1) {
	float: right;
}
header .contents .sweden > p.pc {
	color: #0071be;
	font-weight: 700;
	text-align: center;
	line-height: 160%;
	margin-top: 1%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
header .contents .sweden > p:nth-of-type(1) {
	float: right;
	width: 10%;
}
header .contents .sweden > p.pc {
	font-size: 90%;
}
}
@media screen and (max-width: 768px) {
header .contents > p.logo {
	width: 55%;
	padding: 4.5% 2% 0 0;
}
header .contents .sweden {
	width: 45%;
	padding: 2%;
}
header .contents .sweden > p:nth-of-type(1) {
	width: 20%;
}
header .contents .sweden > p.sp {
	color: #0071be;
	font-weight: 700;
	text-align: left;
	line-height: 160%;
	margin-top: 1%;
	font-size: 60%;
}
    

    
}


/* FV */
section.fv .bg {
	max-width: 1200px;
	margin: 0 auto;
	background: url(../img/01_bg_pc.jpg) no-repeat left top;
}



section.fv h1,
section.fv h2 {
	text-align: left;
}
section.fv h1 {
	padding-top: 7%;
}
section.fv h2 {
	padding: 5% 0 4%;
}
section.fv .jisseki {
	float: left;
	width: 62%;
	padding-bottom: 7%;
}
section.fv .jisseki p {
	display: inline-block;
}
@media screen and (min-width: 1025px)  {
section.fv .bg {
	background: url(../img/01_bg_pc.jpg) no-repeat 50% top;
}
    
section.about h3.text_sub{
   color: black;
   font-size: 22px;
}
    
section.about h4.text_main{
   color: #0071BE;
   font-size: 30px;
    text-align: center;
    margin-top: 15px;
}
    
section.about .greeting p{
   margin-top: 20px;
    
}
    
}

@media screen and (min-width: 800px) {
    .footer_contact{
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
section.fv .bg {
	background: url(../img/01_bg_pc.jpg) no-repeat 70% top;
	background-size: 110% auto;
}
section.fv h1 img {
	width: 58%;
}
section.fv h2 img {
	width: 52%;
}
section.fv .jisseki p {
	width: 32.2%;
}
}
@media screen and (max-width: 768px) {
section.fv .bg {
	width: 100%;
	background: none;
}
section.fv .contents {
	width: 100%;
}
section.fv h1,
section.fv h2 {
	text-align: center;
}
section.fv h1 {
	padding-top: 0;
}
section.fv h2 {
	padding: 0 3% 5%;
}
section.fv .jisseki {
	float: none;
	width: 94%;
	margin: 0 auto;
}
section.fv .jisseki p {
	display: inline-block;
	width: 32.3%;
}
section.fv .sp_none{
	display: none;
}    
    .footer_contact{
	bottom: 0;
	margin: 0 0 0 0;
	position: fixed;
	z-index: 200;
	width:100%;
}

.footer_contact img{
	width:49%;
	margin-bottom: 0px;
}
    
    .footer_contact img.right{
        float: right;
    }
    
    .footer_pagetop{ 
    opacity: 50%;
    bottom: 40px;
    right: 10px;
    margin: 0 10px 0 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    }
    
    .footer_pagetop img{
        opacity: 0.8;
    }
}



/* オファー */
section.offer {
	background: #0071be;
	margin: 2% 0 0;
	padding: 3% 0 5%;
}
section.offer .contents p {
	color: #fff;
	text-align: center;
	font-size: 120%;
	padding: 0 0 3%;
}
section.offer .contents p.btn {
	background: url(../img/offer_pcicon.png) no-repeat 3% center, url(../img/offer_arrow.png) no-repeat 98% center, #ffff00;
	color: #0071be;
	font-weight: 700;
	font-size: 160%;
	line-height: 350%;
	padding: 0;
}

section.offer .contents p.call_text{
    margin-top: 40px;
    padding-bottom: 10px;
}

section.offer .contents p.call_number{
    font-weight: bold;
    font-size: 28px;
    background: url(../img/offer_callicon_02.png) no-repeat 3% 10%;
    padding-left: 35px;
    background-size: 35px 35px;
    width: 300px;
    margin: 0 auto;
}

section.offer .contents p.btn a {
	display: block;
	width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
h2.shoshin {
	width: 94%;
	margin: auto;
}
section.offer {
	margin: 5% 0 0;
	padding: 5% 0 10%;
}
section.offer .contents p {
	font-size: 95%;
	padding: 0;
}
section.offer .contents p:nth-of-type(1),
section.offer .contents p:nth-of-type(2){
	margin-bottom: 3%;
}
section.offer .contents p.btn {
	background: url(../img/offer_spicon.png) no-repeat 4% center, url(../img/offer_arrow.png) no-repeat 98% center, #ffff00;
	background-size: 8% auto, 3% auto;
	font-size: 120%;
	line-height: 150%;
}
section.offer .contents p.btn a {
	display: block;
	width: 100%;
	padding: 3% 3% 3% 8%;
}
section.offer .contents p.call {
	background: url(../img/offer_callicon.png) no-repeat 3% center, url(../img/offer_arrow.png) no-repeat 98% center, #fff;
	background-size: 10% auto, 3% auto;
	font-weight: 700;
	font-size: 100%;
	line-height: 150%;
	margin: 0 0 3%;
}
section.offer .contents p.call a {
	display: block;
	width: 100%;
	padding: 3% 3% 3% 10%;
}
.phone {
	font-size: 200% !important;
	font-family: Arial, Helvetica, "sans-serif";
	line-height: 120%;
}
}


/* 池田インプラントセンター */
.yohaku {
	padding: 5% 0;
}
section.about h2,
section.about p {
	text-align: center;
}
section.about h2 + p {
	color: #0071be;;
	border: 1px solid #0071be;
	border-radius: 20px;
	width: 55%;
	margin: 2% auto 3%;
}
section.about p:nth-of-type(3) {
	margin-top: 2%;
}
@media screen and (max-width: 768px) {
.yohaku {
	padding: 10% 0;
}
section.about h2 + p {
	width: 100%;
	margin: 5% auto;
}
section.about p:nth-of-type(3) {
	margin-top: 3%;
	font-size: 90%;
}
}


/* 医院選び */
section.choice {
	background: #0071be;
	padding: 5% 0;
	position: relative;
}
.arrow:before {
	content: "";
	position: absolute;
	bottom: -40px; 
	left: 50%;
	margin-left: -50px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 40px 50px 0 50px;
	border-color: #0071be transparent transparent transparent;
	z-index: 0;
}
section.choice p {
	float: left;
}
section.choice p.tate {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 2em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 130%;
	border-top: 10px solid #fff;
	padding: 2% 0 0;
	float: left;
	height: 7em;
}
section.choice p.dr {
	width: 35%;
}
section.choice h2 {
	float: right;
	padding: 8% 0 0;
	width: 50%;
	text-align: right;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.arrow:before {
	content: "";
	position: absolute;
	bottom: -20px; 
	left: 50%;
	margin-left: -30px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #0071be transparent transparent transparent;
	z-index: 0;
}
}
@media screen and (max-width: 768px) {
section.choice {
	background: #fff;
	padding: 0;
	position: relative;
}
.arrow:before {
	content: none;
}
section.choice p {
	float: left;
}
section.choice p.tate {
	color: #000;
	font-size: 1.5em;
	border-top: 10px solid #0071be;
	padding: 2% 0 0;
	float: left;
	width: 17%;
	height: 7em;
	margin-left: 5%;
}
section.choice p.dr {
	width: 70%;
}
section.choice h2 {
	clear: both;
	float: none;
	padding: 8% 0 0;
	width: 80%;
	text-align: center;
	margin: auto;
}
}



/* 5津の基準 */
section.standard {
	padding: 7% 0 0;
}
section.standard h2 {
	text-align: center;
}
section.standard .stand {
	margin-top: 10%;
	border-top: 10px solid #0071be;
	position: relative;
}
section.standard .stand:nth-of-type(5) {
	margin-top: 18%;
}
section.standard .stand p.icon {
	position: absolute;
	top: -10%;
	left: 3%;
	width: 11%;
}
section.standard .stand h3 {
	font-size: 150%;
	font-weight: 700;
	padding: 4% 0 4% 17%;
}
.s_color {
	color: #cc0000;
}
section.standard .stand p.photo_l {
	text-align: left;
}
section.standard .stand p.photo_r {
	text-align: right;
}
section.standard .stand p.text {
	background: #13b5b1;
	color: #fff;
	font-size: 90%;
	padding: 3%;
	width: 30%;
}
section.standard .stand p.right {
	position: absolute;
	right: 5%;
	top: 35%;
}
section.standard .stand p.left {
	position: absolute;
	left: 5%;
	top: 35%;
}
section.standard p.w_arrow {
	text-align: center;
	margin: 6% auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.yohaku {
	padding: 10% 0;
}
section.standard .stand:nth-of-type(5) {
	margin-top: 10%;
}
section.standard .stand p.photo_l img,
section.standard .stand p.photo_r img {
	width: 80%;
}
section.standard .stand p.text {
	width: 35%;
}
section.standard .stand p.no4 {
	width: 50%;
}
section.standard .stand p.right {
	right: 0;
}
section.standard .stand p.left {
	left: 0;
}
}
@media screen and (max-width: 768px) {
section.standard {
	padding: 10% 0;
}
section.standard .stand {
	margin-top: 12%;
	border-top: none;
	position: relative;
}
section.standard .stand:nth-of-type(5) {
	margin-top: 12%;
}
section.standard .stand p.icon {
	position: absolute;
	top: -5%;
	left: 0;
	width: 15%;
}
section.standard .stand h3 {
	font-size: 110%;
	padding: 3% 3% 3% 17%;
	background: #0071be;
	color: #fff;
	line-height: 150%;
}
.s_color {
	color: #ffff00;
}
section.standard .stand p.photo_l {
	text-align: left;
}
section.standard .stand p.photo_r {
	text-align: right;
}
section.standard .stand p.text {
	background: none;
	color: #333;
	font-size: 100%;
	padding: 0;
	width: 100%;
}
section.standard .stand p.right,
section.standard .stand p.left {
	position: static;
	line-height: 160%;
	margin-top: 3%;
}
section.standard p.w_arrow {
	margin: 8% auto;
	width: 20%
}
section.standard p.bottom {
	margin: 8% auto 0;
}
}


/* 7つの特徴 */
section.tokucho h2 {
    position: relative;
    padding: 3%;
    background: #0071be;
	text-align: center;
}
section.tokucho h2:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 1.5em transparent;
    border-right: solid 1.5em #004d81;/*折り返し部分*/
}
section.tokucho h2:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 1.5em transparent;
    border-left: solid 1.5em #004d81;/*折り返し部分*/
}
section.tokucho .tk_box {
	width: 94.5%;
	margin: 0 auto;
}
.white_bg {
	background: #fff;
	padding: 5%;
}
.border_bg {
	background: url(../img/border_bg.png);
	padding: 0 2% 2%;
}
section.tokucho .point > p.circle {
	text-align: center;
	margin: 5% auto;
}
section.tokucho .point > p.circle1 {
	text-align: center;
	margin: 0 auto 5%;
}
section.tokucho .point > p.left {
	float: left;
	width: 50%;
	margin-right: 3%;
}
section.tokucho .point .info_r {
	float: right;
	width: 45%;
}
section.tokucho .point p.right {
	float: right;
	width: 50%;
	margin-left: 3%;
}
section.tokucho .point p.bio {
	margin-top: 10%;
}
section.tokucho .point .info_l {
	float: left;
	width: 47%;
}
section.tokucho .point .info_l p.ct {
	margin-top: 40%;
}
section.tokucho .point p.midashi {
	color: #cc0000;
	font-size: 180%;
	font-weight: 700;
	line-height: 150%;
	border-top: 7px solid #cc0000;
	padding: 5% 0 7%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
section.tokucho .point > p.circle img {
	width: 15%;
}
section.tokucho .point p.midashi {
	font-size: 150%;
	padding: 5% 0 7%;
}
}
@media screen and (max-width: 768px) {
section.tokucho h2 {
    padding: 5% 8%;
}
section.tokucho h2:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 0.7em transparent;
    border-right: solid 0.7em #004d81;/*折り返し部分*/
}
section.tokucho h2:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 0.7em transparent;
    border-left: solid 0.7em #004d81;/*折り返し部分*/
}
section.tokucho .tk_box {
	width: 100%;
	margin: 0 auto;
}
.white_bg {
	background: #fff;
	padding: 5% 5% 10%;
}
.border_bg {
	background: url(../img/border_bg.png);
	padding: 0 3% 3%;
}
section.tokucho .point > p.circle {
	text-align: center;
	margin: 8% auto;
}
section.tokucho .point > p.circle1 {
	text-align: center;
	margin: 3% auto 8%;
}
section.tokucho .point > p.circle img {
	width: 30%;
}
section.tokucho .point > p.left {
	float: none;
	width: 70%;
	margin: auto;
}
section.tokucho .point .info_r {
	float: none;
	width: 100%;
}
section.tokucho .point p.midashi {
	text-align: center;
	border-top: none;
	font-size: 120%;
	padding: 8% 0 5%;
}
section.tokucho .point p.right {
	float: none;
	width: 70%;
	margin: 5% auto;
}
section.tokucho .point .info_l {
	float: none;
	width: 100%;
}
section.tokucho .point .info_l p.ct {
	margin-top: 0;
}
section.tokucho .point p.bio {
	margin: 10% auto 0;
}
}


/* 医師紹介 */
h2.drs {
	background: #0071be;
	padding: 4% 0;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 250%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 700;
}
section.drs .yasuda {
	margin: 8% 0 3%;
}
section.drs p.left {
	float: left;
}
section.drs .yasuda p.name {
	width: 10%;
}
section.drs .yasuda p.photo {
	float: left;
	width: 40%;
}
section.drs p.right {
	float: right;
	width: 50%;
}
section.drs .y_carrier {
	border: 15px solid #eee;
	padding: 3%;
}
section.drs .clearfix p.carrier {
	font-size: 80%;
}
section.drs .dr2 {
	float: left;
	width: 47%;
}
section.drs .dr2 .clearfix {
	margin: 15% 0 5%;
}
section.drs .dr2 p.name {
	width: 20%;
}
section.drs .dr2 p.photo {
	float: left;
	width: 75%;
}
section.drs .dr2.right {
	margin-left: 6%;
}
section.drs .dr2 p.carrier {
	border-top: 1px dotted #000;
	margin-top: 5%;
	padding-top: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
section.drs .yasuda p.photo {
	float: left;
	width: 30%;
}
section.drs p.right {
	float: right;
	width: 58%;
}
section.drs p.left {
	float: left;
	width: 47%;
}
section.drs .y_carrier p.right {
	float: right;
	width: 47%;
}
}
@media screen and (max-width: 768px) {
section.drs .arrow:before {
	content: "";
	position: absolute;
	bottom: -15px; 
	left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #0071be transparent transparent transparent;
	z-index: 0;
}

h2.drs {
	padding: 5% 0;
	font-size: 200%;
}
section.drs .yasuda {
	width: 70%;
	margin: 10% auto 5%;
}
section.drs p.left {
	float: left;
}
section.drs .yasuda p.name {
	width: 20%;
}
section.drs .yasuda p.photo {
	float: left;
	width: 75%;
}
section.drs p.right {
	float: none;
	width: 100%;
}
section.drs .y_carrier {
	border: 10px solid #eee;
	padding: 5%;
}
section.drs .clearfix p.carrier {
	font-size: 80%;
}
section.drs .dr2 {
	float: none;
	width: 100%;
}
section.drs .dr2 .clearfix {
	width: 70%;
	margin: 10% auto 5%;
}
section.drs .dr2 p.name {
	width: 20%;
}
section.drs .dr2 p.photo {
	float: left;
	width: 75%;
}
section.drs .dr2.right {
	margin-left: 0;
}
section.drs .dr2 p.carrier {
	border-top: 1px dotted #000;
	margin-top: 5%;
	padding-top: 5%;
}
}


/* 疑問 */
section.question {
	padding: 7% 0;
}
section.question p {
	text-align: center;
}
section.question h2 {
	text-align: center;
	margin: 5% 0;
}
section.question p.case {
	margin-top: 7%;
}
section.question p.ques {
	color: #0071be;
	font-size: 250%;
	font-weight: 700;
	margin: 3% 0;
}
section.question .woman {
	display: flex;
}
section.question .dr {
	display: flex;
	flex-direction: row-reverse;
	margin: 3% 0 5%;
}
section.question .c_box h3 {
	background: #0071be;
	color: #fff;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
	line-height: 200%;
}
section.question .c_box h3.check1 {
	background: url(../img/06_case1_check1.png) no-repeat -2% center, #0071be;
	background-size: 14% auto;
	-moz-background-size: 14% auto;
	padding: 4% 0;
}
section.question .c_box h3.check2 {
	background: url(../img/06_case2_check2.png) no-repeat 3% center, #0071be;
	background-size: 14% auto;
	-moz-background-size: 14% auto;
	padding: 2% 0;
}
section.question .c_box h3.check3 {
	background: url(../img/06_case3_check3.png) no-repeat 3% center, #0071be;
	background-size: 14% auto;
	-moz-background-size: 14% auto;
	padding: 2% 0;
}
section.question .c_box h3.check4 {
	background: url(../img/06_case3_check4.png) no-repeat 3% center, #0071be;
	background-size: 14% auto;
	-moz-background-size: 14% auto;
	padding: 2% 0;
	margin-top: 5%;
}
section.question .c_box h3.check5 {
	background: url(../img/06_case4_check5.png) no-repeat 3% center, #0071be;
	background-size: 14% auto;
	-moz-background-size: 14% auto;
	padding: 2% 0;
}
section.question .c_box h3.check6 {
	background: url(../img/06_case4_check6.png) no-repeat 3% center, #0071be;
	background-size: 14% auto;
	-moz-background-size: 14% auto;
	padding: 4% 0;
	margin-top: 5%;
}
section.question .c_box h3.check7 {
	background: url(../img/06_case5_check7.png) no-repeat 3% center, #0071be;
	background-size: 14% auto;
	-moz-background-size: 14% auto;
	padding: 4% 0;
}
.flex {
	display: flex;
}
section.question .c_box .flex {
	align-items: center;
}
section.question .c_box .reverse {
	flex-direction: row-reverse;
}
section.question .c_box .flex p.img {
	width: 55%;
}
section.question .c_box .flex p.left {
	text-align: left;
}
section.question .c_box .flex p.text {
	width: 45%;
	text-align: left;
}
section.question .c_box .flex p.right {
	text-align: right;
}
section.question .c_box .flex p.img_l {
	width: 65%;
}
section.question .c_box .flex p.text_l {
	width: 35%;
	text-align: left;
}
section.question .c_box h4 {
	font-weight: 700;
	font-size: 120%;
	text-align: center;
	border: 1px solid #000;
	border-radius: 25px;
	line-height: 200%;
	margin: 5% 0;
}
section.question .c_box p.moreinfo {
	text-align: left;
	margin: 5% 0;
}
section.question .c_box p.toprice {
}
section.question .c_box p.toprice a {
	background: url(../img/06_case4_yen.png) no-repeat 5% center, url(../img/06_case4_arrow.png) no-repeat 95% center, #13b5b1;
	border-radius: 5px;
	color: #fff;
	line-height: 320%;
	font-size: 180%;
	font-weight: 700;
	display: block;
}
section.question .c_box p.toprice a:hover {
	background: url(../img/06_case4_yen.png) no-repeat 5% center, url(../img/06_case4_arrow.png) no-repeat 95% center, #2ec9c6;
}
section.question .c_box .miryoku {
	position: relative;
}
section.question .c_box .miryoku p.left {
	text-align: left;
}
section.question .c_box .miryoku p.img {
	width: 47%;
}
section.question .c_box .miryoku:nth-of-type(2) {
	margin: 5% 0;
}
section.question .c_box .miryoku:nth-of-type(2) p.img {
	width: 100%;
	text-align: right;
}
section.question .c_box .miryoku:nth-of-type(2) .text {
	position: absolute;
	left: 10%;
	top: 10%;
	border-bottom: 5px solid #13b5b1;
	padding: 0 25% 3% 0;
	width: 55%;
}
section.question .c_box .miryoku .text {
	position: absolute;
	left: 40%;
	top: 5%;
	border-bottom: 5px solid #13b5b1;
	padding: 0 0 3% 25%;
	width: 53%;
}
section.question .c_box .miryoku .text > p:nth-of-type(2) {
	font-weight: 700;
	font-size: 120%;
	margin-top: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
section.question .c_box .flex p.img {
	width: 50%;
	margin-right: 5%;
}
section.question .c_box .reverse {
	flex-direction: row-reverse;
	margin: 5% 0;
}
section.question .c_box .reverse p.text {
	margin-right: 5%;
}
section.question .c_box .reverse p.img {
	width: 50%;
	margin-right: 0;
	text-align: right;
}
section.question .c_box .flex p.img_l {
	width: 60%;
	margin-right: 5%;
}
section.question .c_box .miryoku:nth-of-type(2) p.img img {
	width: 50%;
}
section.question .c_box .miryoku:nth-of-type(2) .text {
	left: 0;
	top: 10%;
	padding: 0 16% 3% 0;
	width: 60%;
}
section.question .c_box .miryoku .text {
	padding: 0 0 3% 15%;
	width: 60%;
}
section.question .c_box .miryoku .text > p:nth-of-type(1) img {
	width: 40%;
}
}
@media screen and (max-width: 768px) {
section.question {
	padding: 10% 0;
}
section.question p.case {
	width: 30%;
	margin: 10% auto 0;
}
section.question p.ques {
	font-size: 150%;
	margin: 5% 0;
}
section.question .dr {
	margin: 5% 0 8%;
}
section.question .c_box h3 {
	font-size: 100%;
	line-height: 160%;
}
section.question .c_box h3.check1 {
	background: url(../img/06_case1_check1.png) no-repeat -2% center, #0071be;
	background-size: 20% auto;
	-moz-background-size: 20% auto;
	padding: 4% 0;
}
section.question .c_box h3.check2 {
	background: url(../img/06_case2_check2.png) no-repeat -2% center, #0071be;
	background-size: 20% auto;
	-moz-background-size: 20% auto;
	padding: 4% 0;
}
section.question .c_box h3.check3 {
	background: url(../img/06_case3_check3.png) no-repeat -2% center, #0071be;
	background-size: 20% auto;
	-moz-background-size: 20% auto;
	padding: 4% 0;
}
section.question .c_box h3.check4 {
	background: url(../img/06_case3_check4.png) no-repeat -2% center, #0071be;
	background-size: 20% auto;
	-moz-background-size: 20% auto;
	padding: 4% 0;
	margin-top: 10%;
}
section.question .c_box h3.check5 {
	background: url(../img/06_case4_check5.png) no-repeat -2% center, #0071be;
	background-size: 20% auto;
	-moz-background-size: 20% auto;
	padding: 4% 0;
}
section.question .c_box h3.check6 {
	background: url(../img/06_case4_check6.png) no-repeat -2% center, #0071be;
	background-size: 20% auto;
	-moz-background-size: 20% auto;
	padding: 4% 0;
	margin-top: 10%;
}
section.question .c_box h3.check7 {
	background: url(../img/06_case5_check7.png) no-repeat -2% center, #0071be;
	background-size: 20% auto;
	-moz-background-size: 20% auto;
	padding: 7% 0;
}
.flex {
	display: block;
	align-items: center;
}
section.question .c_box .reverse {
	flex-direction: row-reverse;
	margin: 5% 0 0;
}
section.question .c_box .flex p.img {
	width: 70%;
	margin: 3% auto;
}
section.question .c_box .flex p.left {
	text-align: left;
}
section.question .c_box .flex p.text {
	width: 96%;
	margin: 5% auto 0;
}
section.question .c_box .flex p.right {
	text-align: right;
}
section.question .c_box .flex p.img_l {
	width: 80%;
	margin: 3% auto;
}
section.question .c_box .flex p.text_l {
	width: 96%;
	margin: 5% auto 0;
}
section.question .c_box h4 {
	font-size: 90%;
	margin: 10% 0;
}
section.question .c_box p.toprice a {
	background: url(../img/06_case4_yen.png) no-repeat 5% center, url(../img/06_case4_arrow.png) no-repeat 97% center, #13b5b1;
	background-size: 5% auto, 3% auto;
	line-height: 320%;
	font-size: 120%;
	display: block;
}
section.question .c_box p.toprice a:hover {
	background: url(../img/06_case4_yen.png) no-repeat 5% center, url(../img/06_case4_arrow.png) no-repeat 97% center, #2ec9c6;
	background-size: 5% auto, 3% auto;
}
section.question .c_box .miryoku {
	position: static;
}
section.question .c_box .miryoku p.left {
	text-align: center;
}
section.question .c_box .miryoku p.img {
	width: 70%;
	margin: auto;
}
section.question .c_box .miryoku {
	margin: 5% 0;
}
section.question .c_box .miryoku:nth-of-type(2) p.img {
	width: 70%;
	text-align: center;
}
section.question .c_box .miryoku .text {
	position: static;
	left: 40%;
	top: 5%;
	border-bottom: none;
	padding: 0;
	width: 100%;
}
section.question .c_box .miryoku:nth-of-type(2) .text {
	position: static;
	left: 10%;
	top: 10%;
	border-bottom: none;
	padding: 0 0 3% 0;
	width: 100%;
}
section.question .c_box .miryoku .text > p:nth-of-type(2) {
	font-size: 100%;
	margin-top: 5%;
}
section.question .c_box .miryoku:nth-of-type(3) {
	margin: 5% 0 0;
}
}



/* メリットデメリット */
section.lightblue {
	background: #e0f8ff;
	padding: 5% 0;
	margin-bottom: 7%;
}
section.lightblue h2 p {
	text-align: center;
	font-size: 220%;
	font-weight: 700;
	color: #0071be;
	line-height: 160%;
}
.b_border {
	border-bottom: 5px solid #0071be;
	padding-bottom: 0.5%;
}
section.lightblue h2 + p {
	text-align: center;
	color: #0071be;
	font-size: 80%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "ＭＳ Ｐ明朝", "MS PMincho";
	letter-spacing: 0.2em;
	margin-top: 2%;
}
section.lightblue .main {
	margin: 4% 0 8%;
}
section.lightblue table th {
	background: #0071be;
	text-align: center;
	color: #fff;
	line-height: 120%;
	width: 5%;
	padding: 2%;
	border-bottom: 1px solid #fff;
}
section.lightblue table td {
	background: #fff;
	border-bottom: 1px solid #e0f8ff;
}
section.lightblue table td.list {
	background: #fff;
	padding: 3%;
	vertical-align: top;
}
section.lightblue table td.line {
	border-right: 1px solid #e0f8ff;
}
section.lightblue table td.pink {
	background: #ffe2f0;
	text-align: center;
	font-weight: 700;
	border-right: 1px solid #fff;
	padding: 1.5%;
}
section.lightblue table td.e5e5e5 {
	background: #e5e5e5;
	text-align: center;
	font-weight: 700;
}
section.lightblue table td ul li {
	list-style: disc;
	margin-left: 5%;
}
section.lightblue table td p {
	text-align: center;
	margin-top: 5%;
}
@media screen and (max-width: 768px) {
section.lightblue {
	padding: 0 0 10%;
	margin-bottom: 10%;
}
section.lightblue h2 {
	text-align: center;
	font-size: 120%;
	font-weight: 700;
	background: url(../img/07_h2_icon_sp.png) no-repeat 3% center, #0071be;
	background-size: 13% auto;
	color: #fff;
	padding: 3%;
	position: relative;
}
section.lightblue h2:before {
	content: "";
	position: absolute;
	bottom: -15px; 
	left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #0071be transparent transparent transparent;
	z-index: 0;
}
section.lightblue .main {
	margin: 10% 0;
}
section.lightblue table th,
section.lightblue table td {
	font-size: 80%;
}
section.lightblue table td ul li {
	list-style: disc;
	margin-left: 10%;
	font-size: 70%;
	line-height: 150%;
}
section.lightblue table td p {
	text-align: center;
	margin-top: 5%;
}
}


/* 満足度 */
section.lightblue .common {
	background: #fff;
	padding: 5%;
}
section.lightblue .flex p {
	width: 48%;
}
section.lightblue .flex p:nth-of-type(1) {
	margin-right: 4%;
}
section.lightblue .attention p {
	font-size: 80%;
}
section.lightblue .attention p:nth-of-type(1) {
	float: left;
	width: 50%;
	margin-right: 5%;
}
section.lightblue .last {
	margin: 4% 0 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
section.lightblue .common p.img img {
	width: 80%;
}
}
@media screen and (max-width: 768px) {
section.lightblue .flex p {
	width: 100%;
}
section.lightblue .flex p:nth-of-type(1) {
	margin-right: 0;
}
section.lightblue .attention p {
	font-size: 70%;
}
section.lightblue .attention p:nth-of-type(1) {
	float: none;
	width: 100%;
	margin-right: 0;
}
section.lightblue .last {
	margin: 10% 0 5%;
}
section.lightblue h2:nth-of-type(2) {
	padding: 6%;
}
}


/* 流れ */
section.flow .step {
	align-items: top;
	padding: 0 0 10%;
	margin: 0 0 5%;
	background: url(../img/08_arrow.png) no-repeat bottom center;
}
section.flow .step:nth-of-type(6) {
	padding: 0 0 10%;
	margin: 0;
	background: none;
}
section.flow .flex p.img {
	width: 53%;
	margin-right: 5%;
}
section.flow .flex .text {
	width: 47%;
}
section.flow .flex .text > p {
	text-align: left;
}
section.flow .flex .text > p:first-child {
	background: #0071be;
	color: #fff;
	border-radius: 30px;
	padding: 0 5%;
	width: 40%;
	text-align: center;
	font-size: 120%;
}
section.flow .flex .text > p:nth-of-type(2) {
	font-size: 180%;
	line-height: 150%;
	font-weight: 700;
	color: #0071be;
	margin: 5% 0;
}
.gray {
	border: 15px solid #eeeeee;
	padding: 5%;
	margin-top: 7%;
}
.gray h3 {
	text-align: center;
	color: #0071be;
	font-size: 180%;
	font-weight: 700;
}
.gray .flex {
	align-items: center;
	margin-top: 5%;
}
.gray .flex p:first-child {
	width: 60%;
	margin-right: 5%;
}
.gray .flex p:last-child {
	text-align: left;
	font-size: 100%;
}
@media screen and (max-width: 768px) {
section.flow .step {
	padding: 0 0 10%;
	margin: 0 0 8%;
	background: url(../img/08_arrow.png) no-repeat bottom center;
	background-size: 15% auto;
}
section.flow .step:nth-of-type(6) {
	padding: 0 0 7%;
	margin-bottom: 10%;
	border-bottom: 1px dotted #000;
}
section.flow .flex p.img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5%;
}
section.flow .flex .text {
	width: 100%;
}
section.flow .flex .text > p:nth-of-type(2) {
	font-size: 150%;
	margin: 3% 0 2%;
}
.gray {
	border: 10px solid #eeeeee;
	padding: 5%;
	margin-top: 10%;
}
.gray h3 {
	font-size: 120%;
	font-weight: 700;
}
.gray .flex p:first-child {
	width: 60%;
	margin: 10% auto 0;
}
.gray .flex p:last-child {
	width: 100%;
	padding-top: 5%;
}
}


/* 料金表 */
.price_midashi {
	background: #0071be;
	position: relative;
	padding: 3% 2% 2%;
}
.price_midashi:before {
	content: "";
	position: absolute;
	bottom: -20px; 
	left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #0071be transparent transparent transparent;
	z-index: 0;
}
.price_midashi h2 {
	text-align: center;
	color: #fff;
	font-size: 200%;
	font-weight: 700;
}
.price_midashi p {
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "ＭＳ Ｐ明朝", "MS PMincho";
	color: #fff;
	letter-spacing: 0.2em;
	margin-top: 1%;
}
section.price .contents {
	padding-top: 5%;
}
section.price .contents table {
	margin: 4% 0 8%;
}
section.price .contents table th,
section.price .contents table td {
	text-align: center;
	line-height: 150%;
	padding: 2%;
}
section.price .contents table th {
	background: #13b5b1;
	color: #fff;
	font-weight: 700;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
}
section.price .contents table th.last_r {
	border-right: #13b5b1 1px solid;
}
section.price .contents table th.last_b {
	border-bottom: #13b5b1 1px solid;
}
section.price .contents table td {
	border-right: #c9c9c9 1px solid;
	border-bottom: #c9c9c9 1px solid;
}
section.price h4 {
	text-align: center;
	color: #0071be;
	font-size: 200%;
	font-weight: 700;
}
section.price h4 + p {
	color: #0071be;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "ＭＳ Ｐ明朝", "MS PMincho";
	letter-spacing: 0.2em;
	margin-top: 3%;
}
section.price .contents .ex {
	margin: 5% 0;
}
section.price .contents .ex p {
	float: left;
	width: 40%;
	margin-right: 3%;
}
section.price .contents .ex table {
	float: right;
	width: 57%;
	margin: 0;
}
section.price .contents .ex table th {
	background: #0071be;
	text-align: center;
	border-right: #0071be 1px solid;
	border-bottom: none;
}
section.price .contents .ex table td:first-child {
	border-left: 1px solid #c9c9c9;
	text-align: left;
	padding-left: 3%;
}
section.price .contents .ex table td:last-child {
	text-align: right;
	padding-right: 3%;
}
section.price .contents .ex table td.bg_blue {
	background: #d7f6ff;
	font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
section.price .contents .ex table td {
	font-size: 90%;
}
}
@media screen and (max-width: 768px) {
.price_midashi {
	background: #0071be;
	position: relative;
	padding: 3% 2% 2%;
}
.price_midashi h2 {
	font-size: 120%;
}
.price_midashi p {
	font-size: 80%;
	margin-top: 0;
}
section.price .contents {
	padding: 7% 0;
}
section.price .contents table {
	margin: 5% 0 10%;
}
section.price .contents table th,
section.price .contents table td {
	font-size: 85%;
}
section.price h3 {
	text-align: center;
	font-weight: 700;
	line-height: 150%;
}
section.price h4 {
	font-size: 120%;
}
section.price h4 + p {
	font-size: 70%;
}
section.price .contents .ex {
	margin: 8% 0 0;
}
section.price .contents .ex p {
	float: none;
	width: 70%;
	margin: 0 auto;
}
section.price .contents .ex table {
	float: none;
	width: 100%;
	margin: 5% 0;
}
}


/* 治療例 */

section.case{
    margin-top: 100px;
}

section.ex .contents {
	padding: 5% 0;
}
section.ex .contents h3 {
	font-size: 150%;
	font-weight: 700;
	width: 60%;
	margin: 0 auto 3%;
	padding-left: 4%;
	background: url(../img/10_tooth.png) no-repeat left center;
	background-size: 4.2% auto;
	-moz-background-size: 4.2% auto;
}
section.ex .contents p {
	text-align: center;
	margin-bottom: 5%;
}
section.ex .contents p.tsuika {
	text-align: left;
}
section.ex .contents hr {
	height: 1px;
	border: none;
	border-top: 1px #000 dotted;
	margin: 5% 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
section.ex .contents h3 {
	width: 100%;
	text-align: center;
	margin: 0 auto 3%;
	padding-left: 0;
	background: none;
}
    
    
}
@media screen and (max-width: 768px) {
    

    
section.ex .contents {
	padding: 7% 0;
}
section.ex .contents h3 {
	font-size: 120%;
	width: 100%;
	margin: 0 auto 5%;
	padding-left: 6%;
}
section.ex .contents p {
	text-align: center;
	margin-bottom: 7%;
}
section.ex .contents hr {
	margin: 10% 0;
}
section.ex .contents p.last {
	width: 70%;
	margin: 0 auto 7%;
}
section.ex .contents .sp p.tsuika {
	text-align: left;
	font-size: 90%;
}
.next {
	color: #0071be;
	font-size: 120%;
	text-align: center;
	border: 1px solid #0071be;
	padding: 2% 0 1.5%;
	margin-top: 2%;
}
.next.open {
    display: none;
}
.next_txt {
    display: none;
}


}


/* 声 */
section.voice .box {
	width: 90%;
	margin: auto;
}
section.voice .box:first-child {
	margin: 5% auto 0;
}
section.voice .box > p:first-child {
	float: left;
	width: 20%;
	margin-right: 3%;
}
section.voice .box .text {
	float: left;
	width: 77%;
}
section.voice .box .text > p:first-child {
	color: #0071be;
	font-size: 150%;
	font-weight: 700;
	line-height: 150%;
}
section.voice .box .text > p:last-child {
	font-weight: 700;
	font-size: 120%;
	margin-top: 1%;
}
section.voice .box .text + p {
	clear: both;
	padding-top: 3%;
}
section.voice hr {
	height: 1px;
	border: none;
	border-top: 1px dotted #000;
	margin: 5% 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
section.voice .box {
	width: 100%;
	margin: auto;
}
section.voice .gray h3 {
	font-size: 135%;
}
}
@media screen and (max-width: 768px) {
    
section.case{
    margin-top: 50px;
}
    
section.voice .box {
	width: 100%;
	margin: auto;
}
section.voice .box:first-child {
	margin: 10% auto 0;
}
section.voice .box > p:first-child {
	float: left;
	width: 30%;
	margin-right: 3%;
}
section.voice .box .text {
	float: left;
	width: 67%;
}
section.voice .box .text > p.sp {
	font-size: 100%;
	color: #0071be;
	font-weight: 700;
	line-height: 150%;
}
section.voice .box .text > p:last-child {
	font-size: 90%;
	margin-top: 1%;
}
section.voice hr {
	margin: 10% 0;
}
section.voice .gray h3 {
	font-size: 100%;
	line-height: 200%;
}
}



/* 池田インプラントセンター */
section.about2 {
	padding: 6% 0;
}
section.about h3 {
	text-align: center;
	color: #0071be;
	font-size: 200%;
	font-weight: 700;
	margin-top: 5%;
}
section.about table {
	margin: 5% auto 0;
	width: 80%;
}
section.about table th {
	background: #0071be;
	color: #fff;
}
section.about table th,
section.about table td {
	padding: 2%;
	text-align: center;
}
section.about table th {
	border-right: 1px solid #fff;
}
section.about table th:last-child {
	border-right: 1px solid #0071be;
}
section.about table td {
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
section.about table td.time {
	width: 30%;
	border-left: 1px solid #c9c9c9;
}
section.about table + p {
	width: 80%;
	margin: auto;
	text-align: right;
}
section.about h3 + p {
	font-size: 120%;
	margin: 4% 0 2%;
}
@media screen and (max-width: 768px) {
section.about2 {
	padding: 10% 0;
}
section.about h3 {
	font-size: 120%;
	margin-top: 7%;
}
    
/* about */
section.about h3.text_sub{
   color: black;
   font-size: 12px;
}
    
section.about h4.text_main{
   color: #0071BE;
   font-size: 24px;
    text-align: center;
    margin-top: 15px;
}
    
section.about .greeting p{
   margin-top: 20px;
    text-align: left;
}
    
section.about table {
	margin: 5% auto 0;
	width: 100%;
}
section.about table td.time {
	font-size: 90%;
	line-height: 150%;
}
section.about table + p {
	width: 100%;
	font-size: 90% !important;
}
section.about h3 + p {
	font-size: 95%;
	margin: 4% 0;
}
}


/* オファー（フォーム） */
section.offer .contents p.toform {
	margin: 3% 0;
}
@media screen and (max-width: 768px) {
section.offer .contents p.toform {
	margin: 7% 0;
}
}

/* 支払い */
.pay {
	border: 15px solid #eeeeee;
	padding: 3%;
	margin-top: 5%;
}
.pay p {
	text-align: center;
	margin-top: 2%;
	font-size: 120%;
}
.pay p:first-child {
	margin-top: 0;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
.pay {
	border: 10px solid #eeeeee;
	padding: 5%;
	margin-top: 10%;
}
.pay p {
	font-size: 100%;
	line-height: 160%;
}
}



/* フッター */
p.totop {
	text-align: right;
	margin: 5% 0;
}
p.totop a:hover {
	opacity: 0.8;
}
footer {
	padding: 3% 0;
	background: #fff;
	border-top: 1px solid #0071be;
}
footer p {
	color: #0071be;
	font-size: 80%;
	text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
p.totop img {
	width: 15%;
}
}


/* フェードアップ */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
