@charset "UTF-8";

body {
    color: #544337;
	background: #f6fbec;
}
section {
    padding: 50px 0;
}
.com_btn1 {
    margin-top: 5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header {
    display: flex;
}
section {
    padding: 10% 0;
}
.com_btn1 {
    margin-top: 4em;
}
}


/*---------------------------------------------------------
 color
---------------------------------------------------------*/
#implant {background-color: #f4f7fc;}
#implant .rsv_title {background-color: #326bca;}

#kidsortho {background-color: #e8f6fb;}
#kidsortho .rsv_title {background-color: #17a8dc;}


/*---------------------------------------------------------
 btn_close
---------------------------------------------------------*/
.btn_close {
    display: block;
    width: 8vw;
    max-width: 100px;
    background-color: #ff951a;
    border-radius: 50%;
    padding: 0;
    border: none;
    cursor: pointer;
    transition: background-color .5s;
}
.btn_close:hover {
    background-color: #ef7700;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.btn_close {
    width: 13.4vw;
}
}


/*---------------------------------------------------------
 rsv_title
---------------------------------------------------------*/
.rsv_title {
    position: relative;
    text-align: center;
    color: #FFF;
    font-size: min(3vw,205%);
    font-weight: bold;
    line-height: 1.5;
    background-color: #6abd20;
}
.rsv_title::before {
	position: absolute;
	content: "";
	background-color: inherit;
	width: 1.7em;
	height: 0.85em;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
    inset: calc(100% - 1px) 0 auto 0;
	margin: auto;
}
.rsv_title .txt1 {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1em;
    margin-bottom: 1
    .8em;
}
.rsv_title .txt1 p {
    display: inline-block;
    font-size: 95%;
    letter-spacing: .1em;
    padding: 0 .2em .5em;
    border-bottom: 1px solid currentColor;
}
.rsv_title .txt1 p span {
    color: #ffff56;
    font-size: 126%;
    vertical-align: -0.1em;
}
.rsv_title .img {
    width: 6.52em;
}
.rsv_title .txt2 span {
    display: block;
    font-size: 200%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsv_title {
    font-size: 120%;
    padding: 5% 0 8%;
}
.rsv_title .txt2 span {
    font-size: 180%;
}
}


/*---------------------------------------------------------
 rsv_content
---------------------------------------------------------*/
.rsv_content {
    margin-bottom: 1em;
}
.rsv_content .com_fuki {
	font-size: min(2vw,135%);
}
.rsv_content .com_fuki::before,
.rsv_content .com_fuki::after {
	background-color: transparent;
    border-left: 1px dashed currentColor;
}

.apotool {
	position: relative;
    max-width: 820px;
    margin-inline: auto;
}
.apotool iframe {
	display: block;
    border: none;
    margin-inline: auto;
}
.apotool .acss-fxqhid {
	padding: 10px;
}

.shadow_box {
    text-align: center;
    max-width: 800px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 3% 4%;
    border-radius: 1.2em;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-inline: auto;
}
.shadow_box .com_contact_list > li {background-color: #57c5eb;}
.shadow_box .com_contact_list .com_btn_web:hover {background: #24a9d6;}

.index_radi {
    font-weight: 700;
    line-height: 1.5;
    background-color: #f3f3b2;
    padding: .8em;
    border-radius: 2em;
    margin-top: 1.2em;
    margin-bottom: .6em;
}
.index_radi + p {
    font-size: 88%;
}
.index_radi + p b {
    display: block;
    font-size: 112%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.apotool iframe {
    position: relative;
	width: 100vw;
	height: 230px;
    left: 50%;
    translate: -50% 0;
}

.shadow_box {
    padding: 8% 4%;
    border-radius: .8em;
}
.rsv_content .com_fuki {
	font-size: 110%;
}

}


/*---------------------------------------------------------
 rsv_sdn
---------------------------------------------------------*/
.rsv_sdn {
    background-color: #fff;
}
.rsv_sdn .sdn_title {
    text-align: center;
    color: #ff951a;
    font-size: min(3vw,205%);
    font-weight: bold;
    line-height: 1.5;
}
.rsv_sdn .sdn_title::after {
    display: block;
    content: "";
    background-color: #abb3c2;
    width: 50%;
    height: 1px;
    margin: .5em auto 1em;
}
.rsv_sdn .maru_list {
    max-width: 660px;
    margin-inline: auto;
}
.rsv_sdn .maru_list > li {
    position: relative;
    text-align: left;
    font-size: 95%;
    font-weight: 700;
    line-height: 1.6;
    padding-left: 1.5em;
    margin-bottom: .5em;
}
.rsv_sdn .maru_list > li::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e808';
    color: #ff951a;
    left: 0;
    top: 0;
}

.rsv_sdn .bnr_area {
    margin-top: 10%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.rsv_sdn .sdn_title {
    font-size: 130%;
}
}


/*---------------------------------------------------------
 bnr_col2 ＊TOPのパーツ流用
---------------------------------------------------------*/
.bnr_col2 {
	display: grid;
    grid-template-columns: repeat(2,49.3%);
    justify-content: space-between;
    text-align: center;
}
.bnr_col2 > div {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
	box-sizing: border-box;
    border-radius: 30px;
	transition: background 0.8s;
}
.bnr_col2 .btn .item1 {
	position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
	padding: 35px 0 40px;
}
.bnr_col2 .btn .item1 .abs {
	position: absolute;
	z-index: 1;
}
.bnr_col2 .btn .title_box,
.bnr_col2 .btn .point_list {
	position: relative;
	z-index: 2;
}
.bnr_col2 .btn .title_box {
	color: #fff;
}
.bnr_col2 .btn .point_list {
	width: 90%;
	max-width: 550px;
	margin: 30px auto 0;
}
.bnr_col2 .btn .point_list ul {
	font-size: 125%;
	font-size: min(125%,1.8vw);
	letter-spacing: .05em;
	line-height: 1.2em;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bnr_col2 .btn .point_list ul li {
	width: 48.5%;
	background: rgba(255,255,255,0.8);
	padding: .5em 0;
	border-radius: 3.0em;
	margin-top: 3%;
}
.bnr_col2 .btn .point_list ul li:nth-child(-n+2) {
	margin-top: 0;
}
.bnr_col2 .btn .item2 {
	position: relative;
	z-index: 0;
	color: #ffff00;
	padding-bottom: 40px;
	overflow: hidden;
	transition: background 0.4s;
    border-radius: 0 0 30px 30px;
}
.bnr_col2 .btn .com_arrow {
	position: absolute;
	width: 40px;
	padding: 8px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
    z-index: 2;
}
/*インプラント治療*/
.bnr_col2 .implant {
	background: linear-gradient(90deg, rgba(71,129,196,1) 0%, rgba(139,189,222,1) 100%);
}
.bnr_col2 .implant::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 80%;
	max-width: 470px;
	height: 100%;
	right: 0;
	bottom: 0;
	background: url("../images/top/med_imp_img1@2x.png") no-repeat right bottom;
	background-size: contain;
    border-radius: inherit;
}
.bnr_col2 .implant .title_box {
	font-size: min(130%,2.0vw);
	letter-spacing: .05em;
	line-height: 1.6em;
}
.bnr_col2 .implant .title_box p {
	font-size: 260%;
	letter-spacing: normal;
	line-height: 1.0em;
	margin-top: .2em;
}
.bnr_col2 .implant .point_list ul {
	width: 80%;
	max-width: 450px;
	color: #1d407a;
}
.bnr_col2 .implant .item2 {
	background: rgba(27,91,196,0.5);
	padding-top: 30px;
}
.bnr_col2 .implant:hover .item2 {
	background: rgba(27,91,196,0.8);
}
.bnr_col2 .implant .item2 p {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.3em;
	margin-top: .5em;
}
.bnr_col2 .implant .item2 p:first-child {
	margin-top: 0;
}
.bnr_col2 .implant .com_arrow::before {
	background: #1d407a;
}
/*オールオン4・6*/
.bnr_col2 .allon4 {
	background: linear-gradient(90deg, rgba(135,130,191,1) 0%, rgba(189,188,227,1) 100%);
}
.bnr_col2 .allon4 .title_box {
	font-size: min(190%,3.0vw);
	letter-spacing: .05em;
	line-height: 1.1em;
}
.bnr_col2 .allon4 .point_list ul {
	width: 70%;
	max-width: 390px;
	color: #553b6b;
}
.bnr_col2 .allon4 .item1 .abs {
	width: 30%;
	max-width: 210px;
	right: 0;
	bottom: 15px;
}
.bnr_col2 .allon4 .item2 {
	background: rgba(91,77,153,0.5);
	padding-top: 20px;
	position: relative;
	z-index: 2;
}
.bnr_col2 .allon4:hover .item2 {
	background: rgba(91,77,153,0.8);
}
.bnr_col2 .allon4 .item2 p {
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.4em;
	position: relative;
	z-index: 1;
}
.bnr_col2 .allon4 .item2 p > span {
	display: block;
	color: #fff;
	font-size: 260%;
	font-size: min(260%,3.8vw);
	letter-spacing: normal;
	line-height: 1.2em;
}
.bnr_col2 .allon4 .item2 p .nakaguro {
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	margin: 0 -.1em;
	transform: translateY(-.1em);
}
.bnr_col2 .allon4 .item2 .abs {
	width: 22%;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 0;
	left: 2%;
	bottom: 0;
}
.bnr_col2 .allon4 .com_arrow::before {
	background: #553b6b;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bnr_col2 {
    grid-template-columns: repeat(2,49.5%);
	width: 104%;
	margin-left: -2%;
}
.bnr_col2 > div {
    border-radius: 4vw;
}
.bnr_col2 > div:last-of-type {
	margin-bottom: 0;
}
.bnr_col2 .btn .item1 {
    display: block;
	padding: 7% 0 10%;
}
.bnr_col2 .btn .point_list {
	position: relative;
	left: 2%;
	width: 100%;
    margin-top: 5%;
}
.bnr_col2 .btn .point_list ul {
	font-size: 70%;
	letter-spacing: normal;
}
.bnr_col2 .btn .point_list ul li {
	padding: .4em 0;
}
.bnr_col2 .btn .item2 {
	padding-bottom: 8%;
}
.bnr_col2 .btn .com_arrow {
	width: 5vw;
	padding: 1vw;
}
/*インプラント治療*/
.bnr_col2 .implant::before {
	width: 55%;
	max-width: 100%;
	background-position: right bottom;
}
.bnr_col2 .implant .title_box {
	font-size: 88%;
	line-height: 1.5em;
}
.bnr_col2 .implant .title_box p {
	font-size: 180%;
	margin-top: .3em;
}
.bnr_col2 .implant .item2 {
	padding-top: 4%;
}
.bnr_col2 .implant .item2 p {
	font-size: 110%;
}
/*オールオン4・6*/
.bnr_col2 .allon4 .title_box {
	font-size: 88%;
	line-height: 1.4em;
}
.bnr_col2 .allon4 .item1 .abs {
	width: 26%;
	bottom: 5vw;
}
.bnr_col2 .allon4 .title_box span{
	font-size: 180%;
	line-height: 1.5em!important;
}
.bnr_col2 .allon4 .item2 {
	padding-top: 0;
}
.bnr_col2 .allon4 .item2 p > span {
	font-size: 220%;
}
.bnr_col2 .allon4 .item2 .abs {
	width: 22%;
	left: 0;
}
}

/*bnr_col2: orth_box
---------------------------------------------------------*/
#kidsortho .bnr_col2 {
	display: block;
	width: 70%;
	max-width: 600px;
	margin: 0 auto;
}

.bnr_col2 .orth_box {
	background: #ccc;
	padding: 40px 6% 60px;
}
.bnr_col2 .orth_box .img_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 25px;
}
.bnr_col2 .orth_box .img_box .img_l {
	width: 45%;
}
.bnr_col2 .orth_box .img_box .txt_r {
	width: 55%;
}
.bnr_col2 .orth_box .img_box p {
	font-size: min(140%,2.5vw);
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-bottom: .3em;
}
.bnr_col2 .orth_box .img_box .title {
	font-size: min(380%,5vw);
	letter-spacing: normal;
	line-height: 1.1em;
}
.bnr_col2 .orth_box .img_box .title a {
	color: #fff;
}
.bnr_col2 .orth_box .img_box .title .txt_small {
	font-size: 80%;
	letter-spacing: .05em;
	line-height: 1.1em;
}
.bnr_col2 .orth_box .img_box .title .txt_large {
	font-size: 130%;
	line-height: 1.0em;
}
.bnr_col2 .orth_box .txt1 {
	text-align: left;
}
.bnr_col2 .orth_box .txt2 {
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-top: .8em;
	border-top: solid 1px #ccc;
	padding-top: 1.0em;
}
/*大人*/
.bnr_col2 .orth_box.otona {background: #b5de46;}
.bnr_col2 .orth_box.otona:hover {background: rgba(181,222,70,0.5);}
.bnr_col2 .orth_box.otona .com_arrow::before {background: #97ba38;}
.bnr_col2 .orth_box.otona .img_box p {color: #3c9e40;}
.bnr_col2 .orth_box.otona .txt2 {
	border-color: #3c9e40;
	color: #3c9e40;
}
/*こども*/
.bnr_col2 .orth_box.kodomo {background: #7ee0e6;}
.bnr_col2 .orth_box.kodomo:hover {background: rgba(94,215,255,0.5);}
.bnr_col2 .orth_box.kodomo .com_arrow::before {background: #28b9bf;}
.bnr_col2 .orth_box.kodomo .img_box p {color: #0797cf;}
.bnr_col2 .orth_box.kodomo .img_box .txt_r {
	position: relative;
}
.bnr_col2 .orth_box.kodomo .img_box .txt_r .abs {
	width: 23%;
	max-width: 67px;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	transform: translate(10%,25%);
}
.bnr_col2 .orth_box.kodomo .txt2 {
	border-color: #0797cf;
	color: #0797cf;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#kidsortho .bnr_col2 {
	width: 80%;
}

.bnr_col2 .orth_box {
	padding: 7% 6% 12%;
}
.bnr_col2 .orth_box .img_box {
	margin-bottom: 4%;
}
.bnr_col2 .orth_box .img_box .img_l {
	width: 45%;
}
.bnr_col2 .orth_box .img_box .txt_r {
	width: 55%;
}
.bnr_col2 .orth_box .img_box p {
	font-size: 110%;
	margin-bottom: .3em;
}
.bnr_col2 .orth_box .img_box .title {
	font-size: 220%;
}
.bnr_col2 .orth_box .txt2 {
	font-size: 115%;
}
}



/*---------------------------------------------------------

---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}

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


}
