@charset "UTF-8";
/*-------------------*/
/*--- リセット reset ---*/
/*-------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    vertical-align: bottom;
}
a {
    outline: none;
    transition-duration: .3s;
}
a:hover {
    opacity: .8;
}
hover {
    transition-duration: .3s;
    opacity: .8;
}
body,
article,
header,
footer {
    display: block;
    overflow-x: hidden;
    width: 100vw;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}
article, article *, article ::before, article ::after {
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,ol,ul,li,p,a {
    color: #555;
}
ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 28px;
}
.color1 { background-color:#4cbcc2;
}
.color2 {
background-color:#c1e7eb;
}
.color_bl {
background-color:#333;
}
.minfont {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-feature-settings: "palt";
}
.fw600 {
font-weight:600;
}
.small80 {
font-size:80%;
}
/* 後でiDつける */
h2 {
font-size:46px;
line-height:1.6;
text-align:center;
}
h3 {
font-size:46px;
line-height:1.6;
}
p,li {
font-size:16px;
line-height:1.6;
}
#lp_mv .inner,#message .inner,#trouble .inner,#what .inner,#dentition .inner,#footer .inner {
max-width:1100px;
margin:auto;
padding:80px 3%;
}
#lp_mv .inner {
padding-top:0px;
}
#trouble {
    background-image: url(../images/trouble_ph.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-position-y: 109px;
    height: 633px;
}
#dentition {
background-color:#f8f8f8;
margin-top: 72px;
}
#message {
background-image: url(../images/message.png);
background-position:top center;
background-repeat:no-repeat;
}

/* ヘッダー */
header{
	padding-top: 2px;
	overflow: hidden;
}
header .inner{
    max-width: 1100px;
    margin: auto;
}
header .hd_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header .hd_left {
    width: 40%;
}
header .hd_left img {
    width: 100%;
}
header .hd_right{
	width:auto;
}
.hdr_title {
    line-height: 1.6;
    text-indent: 0.1em;
}
.hd_right p {
    font-size: 13px;
}

.hd_btn {
position: fixed;
    top: 100px;
    right: 0;
    background-color: #105ab3;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 32px 24px;
    text-decoration: none;
    z-index: 1;

/*
    text-decoration: none;
    background: #2e3192;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 14px;
*/
}
.hd_tel span {
    font-size: 25px;
    color: #6b972f;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.hd_tel span::before {
    content: "";
    background: url(/images/icon-tel-green.svg) no-repeat;
    width: 24px;
    height: 34px;
    display: block;
    background-size: 100%;
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translate(0, -50%);
}
.hd_gray {
    background: #666;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    padding: 2px 0;
    width: 64px;
    height: 17px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.hd_flex.hd_time {
    justify-content: flex-start;
    align-items: center;
    margin-top: 4px;
}
.hd_flex.hd_time p {
    line-height: 1;
}
.grp {
    border: 1px solid #607D8B;
    padding: 2px 6px 2px;
    font-size: 13px;
    line-height: 2;
    border-radius: 6px;
    color: #666;
    vertical-align: middle;
    font-weight: 500;
    margin: 0 4px;
}


#lp_mv {
    position: relative;
    background-image: url(images/mv_pc.png);
    background-color: #fff;
    background-size: auto;
    background-position-x: center;
/*    background-position-y: 108px;*/
    background-repeat: no-repeat;
    height: 800px;
}
#lp_mv .inner {
    padding-bottom: 0;
    max-width: 1258px;
}
#lp_mv > .inner {
max-width:1258px;
margin:auto;
padding-top: 60px;
}
.abso1 {
position:absolute;
top:300px;
}
.abso2 {
position:absolute;
top:300px;
left:30%;
}
img {
width:auto;
}
.lp_mv_btn{
margin-top:0px;	
}
.pcmt80 {
margin-top:80px;
}
.pcmt40 {
margin-top:40px;
}
.max340 {
max-width:340px;
}
/* MV start */
header{
	padding-top: 2px;
	overflow: hidden;
}
header .inner{
    max-width: 1100px;
    margin: auto;
}
header .hd_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header .hd_left {
    width: 40%;
}
header .hd_left img {
    width: 100%;
}
header .hd_right{
	width:auto;
}
.hdr_title {
    line-height: 1.6;
    text-indent: 0.1em;
}
.hd_right p {
    font-size: 13px;
}

.hd_btn {
position: fixed;
    top: 100px;
    right: 0;
    background-color: #105ab3;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 32px 24px;
    text-decoration: none;
    z-index: 1;

/*
    text-decoration: none;
    background: #2e3192;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px 14px;
*/
}
.hd_tel span {
    font-size: 25px;
    color: #6b972f;
    font-weight: bold;
    line-height: 1;
}
.hd_tel span::before{
/*
    content: "";
    background: url(images/icon-call.svg) no-repeat;
    width: 39px;
    height: 27px;
    display: block;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
*/
}
.hd_gray {
    background: #666;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    padding: 2px 0;
    width: 64px;
    height: 17px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.hd_flex.hd_time {
    justify-content: flex-start;
    align-items: center;
    margin-top: 4px;
}
.hd_flex.hd_time p {
    line-height: 1;
}
.grp {
    border: 1px solid #607D8B;
    padding: 2px 6px 2px;
    font-size: 13px;
    line-height: 2;
    border-radius: 6px;
    color: #666;
    vertical-align: middle;
    font-weight: 500;
    margin: 0 4px;
}


#lp_mv {
    position: relative;
    background-image: url(images/mv_pc.png);
    background-color: #fff;
    background-size: auto;
    background-position-x: center;
/*    background-position-y: 108px;*/
    background-repeat: no-repeat;
    height: 800px;
}
#lp_mv .inner {
    padding-bottom: 0;
    max-width: 1258px;
}
#lp_mv > .inner {
max-width:1258px;
margin:auto;
padding-top: 60px;
}
.abso1 {
position:absolute;
top:300px;
}
.abso2 {
position:absolute;
top:300px;
left:30%;
}
img {
width:auto;
}
.lp_mv_btn{
margin-top:0px;	
}
.pcmt80 {
margin-top:80px;
}
.pcmt40 {
margin-top:40px;
}
.max340 {
max-width:340px;
}
/* MV END */

/* マウスピース矯正のメリット */
/*
#what {
    background-image: url(../images/area_image4-01.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 72vw;
    background-position-y: 17vw;
}
*/
#what .inner{
  padding-bottom: 48px;
}
.what_image{
  width:100%;
  max-width:1300px;
  display: block;
  margin: auto;
}
/* 動画 */
#you_movie h3 {
font-size:30px;
margin-bottom:40px;
}
.bgcolor1 { background-color:#f2f2f2;}
.bgcolor2 { background-color:#00bcd40f;}


/* よくある質問 */
#qa {
    background-image: url(../images/pattern.gif);
}
#qa .inner {
max-width:980px;
margin:auto;
padding:80px 5%;
}
.fs120p {
font-size:130%;
margin-right:16px;
color:#02c2d8;
font-weight:700;
}
.fs120a {
font-size:33px;
margin-right:32px;
color:#f7ae00;
font-weight:700;
overflow: hidden;
zoom: 1;
float:left;
}
.que,.answer {
color: #666;
padding:32px 32px;
border-radius:24px; background-color:#fff;
}
.que {
margin: 48px 6% 32px 0%;
border:1px solid #02c2d8;
font-size: 1.6rem;font-weight:700;
line-height: 100%;
}
.answer {
margin: 48px 0% 32px 6%;
border:1px solid #f7ae00;
line-height:1.6;
}


.que-left {
  position: relative;
  box-sizing: border-box;
}

.que-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -37px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 25px solid #FFF;
  z-index: 2;
}

.que-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 26px solid #02c2d8;
  z-index: 1;
}

.que-left p {
  margin: 0;
  padding: 0;
}

/* consul.php */

.max1000 {
    width: 1000px;
    max-width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
}
.max1100 {
    width: 1100px;
    max-width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
}
.max1200 {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
}
.flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.col2 > * {
    width: 50%;
}
.abr {
    display: inline-block;
}
#s03 { 
    background-image: url(../images/area03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.s03_in {
    background-color: rgba(255,255,255,.5);
    padding: 112px 0 80px;
    position: relative;
}
.s03_in::before,
.s03_in::after {
    content: '';
    background-color: rgba(255,255,255,.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.s03_in::before {
    left: -100%;
}
.s03_in::after {
    right: -100%;
}
.icon-triangle {
    color: #555;
    font-size: 22px;
    margin-bottom: 16px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    position: relative;
}
.icon-triangle::before {
	content: '';
	border-top: solid 16px rgba(46,49,146,1);
    border-right: solid 10px rgba(46,49,146,0);
    border-left: solid 10px rgba(46,49,146,0);
    position: absolute;
    left: 0;
}
.btn {
    border-radius: 48px;
    border: solid 3px;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.03em;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn01 {
    background-color: rgba(46,49,146,1);
    border-color: rgba(46,49,146,1);
}
.btn01 a {
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.btn01:hover {
    background-color: rgba(3,169,244,1);
    border-color: rgba(3,169,244,1);
}
.btn01:hover a {
    color: rgba(255,255,255,1);
}
.btn02 {
    background-color: rgba(46,49,146,1);
    border-color: rgba(46,49,146,1);
}
.btn02 a {
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.btn02:hover {
	background-color: rgba(255,152,0,1);
    border-color: rgba(255,152,0,1);
}
.icon-mail,
.icon-phone {
    display: flex;
    align-items: center;
    position: relative;
}
.icon-phone {
    padding-left: 48px;
}
.icon-mail::before,
.icon-phone::before {
    position: absolute;
    left: 0;
}
.icon-mail::before {
    content: '';
}
.icon-phone::before {
    content: '';
    background-image: url(../images/free-call.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 42px;
    height: 28px;
}
.s03_in > div{
    padding: 0 32px;
}
.s03_in > div:first-of-type {
	max-width: 1000px;
	margin: auto;
    margin-bottom: 40px;
}
.s03_in > div:first-of-type > div {
    max-width: calc(50% - 32px);
    margin: auto;
}
#s03 h3 {
    margin-bottom: 16px;
    text-align: center;
    position: relative;
}
#s03 h3::before {
    content: '';
    background-image: url(../images/area03-h3-sub.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 544px;
    height: 100%;
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
}
.s03_in > div:last-of-type {
    color: #555;
    max-width: 920px;
    margin: auto;
    align-items: center;
    justify-content: space-around;
}
.col-left {
    margin-right: 24px;
    display: flex;
    flex-direction: column;
}
.col-left > img {
    max-width: 350px;
    margin-bottom: 16px;
}
.col-left > span img {
    width: 200px;
}
.col-right {
    margin-left: 24px;
    text-align: center;
}
.col-right > div {
    justify-content: center;
}
.col-right > div:not(:last-of-type) {
    margin-bottom: 8px;
}
.col-right dt {
    margin-right: 16px;
    position: relative;
}
.col-right dt::after {
    content: '/';
    position: absolute;
    left: calc(100% + 4px);
}
.col3_sp {
justify-content:space-between;
}
.grp2 {
    border-bottom: 1px solid #999;
    padding: 0px 0px 8px;
    font-size: 18px;
    color: #666;
    margin: 16px 0px 16px;
    display: block;
    text-align: center;
    line-height: 1.3;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con_btn {
color:#6b972f;
    max-width: 330px;
    margin: auto;
    margin-bottom: 0px;
    border: 2px solid #6b972f;
    padding: 0px 1% 24px;
	font-size: 30px;
    font-weight: 500; text-decoration:none;
    /* display: flex; */
}
/* consul_end */


/*  */
.ans-right {
  position: relative;
  box-sizing: border-box;
}

.ans-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -37px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 25px solid #FFF;
  z-index: 2;
}
.ans-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 26px solid #f7ae00;
  z-index: 1;
}
.ans-right p {
  margin: 0;
  padding: 0;
}

.whitebox {
background-color: #fff;
    padding: 80px 80px;
    text-align: center;
}
.time ul {
margin-left:40px;
}
.max400 {
max-width:600px;
}
.max600 {
max-width:600px;
}
.max300 {
max-width:300px;
}
.w100p {
max-width:100%;
}
.copyright {
text-align:center;padding:16px 0;color:#fff;
}
.ipad-non {
display:block;
}
.sp-only {
display:none;
}
.movie {
width:auto;
}
.bg_wrap {
background-color:#f8f8f8;
padding:80px 0;
margin:auto; text-align:center;
}
.tcenter {
text-align:center;
}
.pcmb40 {
margin-bottom:40px;
}
/*-------------------------- フッター -------------------------*/
#footer .inner{
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}
.flexbox {
display:flex;
justify-content:space-between;
align-items: center;
}
.flowtel.flexbox {
    align-items: stretch;
}
.f_logo {
    margin-right: 40px;
    width: 270px;
}
.time li {
    margin-bottom: 10px;
}
.indent {
margin-left:3.8em;
}
.topmove-btn {
    background-color: #f0f0f0;
    opacity: 0.8;
    color: #fff;
    width: 72px !important;
    height: 72px;
    text-align: center;
    position: fixed;
    bottom: 72px;
    right: 4%;
    display: table;
    z-index: 9999;
    cursor: pointer;
}
.tel {
font-size: 32px;
    letter-spacing: .2rem;
}
/* カレンダー */
#oc-info th th{
    background-color: #eee;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: auto;
}
#oc-info h3 {
font-size:30px;
font-weight:600;
}
#oc-info table {
font-size: 15px;
width:100%;
margin:16px auto 16px;
}
#oc-info th {
    background-color: #666;
    color: #fff;
    width: 30%;
}
#oc-info td {
    border-left: 1px solid #e4e2e2;
    border-bottom: 1px solid #e4e2e2;
background-color: #f7f7f7;
color: #164b64;
padding:2% 2% 2% 2%;
text-align:center;
}
#oc-info th {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.logo_text {
width:45%;
}
.f_bg1 {
    background-image: url(../images/bg1.jpg);
    background-position: top center;
    background-size:cover;
    background-repeat: no-repeat;

}
.f_bg2 {
    background-image: url(../images/bg2.jpg);
    background-position: top center;
    background-size:cover;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
}
.f_bg3 {
    background-color: #f6f6f6;
}
.max450 iframe {
width:500px;
}
.phonei {
    vertical-align: -3px;
    margin-right: 8px;
}
.pcmt24 {
margin-top:24px;
}
.max500 {
    max-width: 500px;
margin:auto;
}
.max770 {
    max-width: 770px;
}
.tcenter {
text-align:center;
margin-bottom:40px;
}

@media screen and (max-width: 1240px) {
/*-------------------------- フッター -------------------------*/
#footer .inner{
padding: 80px 3%;
}
.f_logo{
    width: 20%;
}
#footer .w100p {
    height: 100%;
    width: 26%;
    display: block;
}
#footer .time ul {
    margin-left: 24px;
}
}


/* mv */
@media screen and (max-width: 1130px) {
#lp_mv{
	background-size: contain;
    height: 70vw;	
}
#lp_mv > .inner{
    width: calc(100% - 32px);
    padding-top: 9vw;
}
.lp_mv_text {
    width: 60vw;
}
.lp_mv_text img,.lp_mv_btn img {
    width: 100%;
}
.lp_mv_btn {
    margin-top: 1vw;
    width: 36vw;
}
header .inner{
    width: calc(100% - 32px);
}
.hd_btn{
    padding: 1vw 8px;
    font-size: 1.5vw;
}
.hd_tel span{
    font-size: 2.2vw;
/*    padding-left: 5vw;*/
}
.hd_tel span::before{
    width: 4vw;
    background-position-y: center;
}
.hd_flex.hd_time{
    margin-top: 0.5vw;
}
.hd_gray{
    font-size: 11px;
    width: 7.8vw;
}
.hd_right p, .hd_flex.hd_time p {
    font-size: 1.2vw;
}
}


@media screen and (max-width: 916px){
/*-------------------------- フッター -------------------------*/
.time li{
	font-size:14px;
}
#footer .inner {
    padding: 40px 3% 8px;
}
}





@media screen and (max-width: 768px) {
.ipad-non {
  display:none;
}
/* mv */
#lp_mv{
    height: 75vw;	
}
.hdr_title{
    font-size: 14px;
}
.hd_gray{
    width: 6.8vw;
}
#footer .logo_text{
    width: 45%;
}
#footer .max450 {
    width: 50%;
}
#footer .max450 iframe {
    width: 100%;
    height: 280px;
}
}
@media screen and (max-width: 767px) {
/* message */
#message {
background-image: url(../images/sp_message.png);
background-position:top center;
background-repeat:no-repeat;
padding:0 16px;
background-size: contain;
}
/* mv */
header{
    padding: 0 8px;
}
header .inner{
    width: calc(100% - 16px);
    padding-top: 8px;
}
header .hd_left{
	width:100%;
}
header .hd_right{
	display: none;
}
.hdr_title{
    padding-top: 8px;
}
.hd_sparea{
    max-width: 180px;
    width: 50%;
}
img.hd_splogo{
	width: 100%;
}
#lp_mv {
    position: relative;
    background-image: url(images/sp_mv.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    height: calc(120vw + 8px);
}
.lp_mv_text {
    width: 63vw;
}
#lp_mv > .inner{
    width: calc(100% - 16px);
    padding-top: 8vw;
}
.lp_mv_btn {
    margin: auto;
    margin-top: 4vw;
    width: 80%;
    display: block;
}
/* mv */
/*
#message h3.minfont.fw600 {
    margin-top: 64%;
}
*/
.max600 {
max-width:600px;
text-align: justify;
}
p.max600 {
margin-top:80px;
}

.pc-only {
display:none;
}
.sp-only {
display:block;
}
/* 後で調整 */
h2,h3 {
font-size:1.8rem;
}

/* 動画 */
#you_movie h3 {
font-size:1.4rem;
}

/* マウスピース矯正のメリット */
#what {
    background-image:none;
    height:inherit;
}
#what h2,#what h3 {
font-size:1.8rem;
}
.spprl {
padding:16px 16px;
}
.bebox li,.afbox li {
padding: 2% 2%;
margin: 2% 0% 0% 0%;
font-size: 0.8rem;
color: #fff;
}
.bebox li {
background-color:#929292;
}
.afbox li {
background-color:#82c3e5;
}

/* consul_start */
.icon-mail, .icon-phone{
    font-size: 22px;
}
#s03 {
padding: 48px 0 32px;
}
.s03_in {
    padding: 92px 0 32px;
}
.s03_in > div:first-of-type {
    margin-bottom: 24px;
    padding: 0 8px;
    flex-direction: column;
}
.s03_in > div {
    padding: 0;
}
.s03_in > div:first-of-type > div {
    width: 100%;
    max-width: 100%;
}
.s03_in > div:first-of-type > div:first-of-type {
    margin-bottom: 24px
}
.icon-triangle {
    font-size: 20px;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
}
.btn {
    font-size: 24px;
    height: 76px;
}
.btn01 {
    font-size: 22px;
}
.icon-phone::before {
    width: 38px;
    height: 24px;
}
#s03 h3 {
    margin-bottom: 40px;
    line-height: 1.3;
}
#s03 h3::before {
    background-image: url(../images/area03-h3-sub_sp.svg);
    width: 256px;
    top: -56px;
}
.s03_in > div:last-of-type {
    flex-direction: column-reverse;
}
.col-right {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
}
.col-right > div {
    align-items: center;
}
.col-right > div:first-of-type dd {
    width: 192px;
}
.col-left {
    margin-right: auto;
    margin-left: auto;
}
.col-left > img {
    max-width: 192px;
    margin-bottom: 8px;
}
.col-left > span img {
    width: 136px;
}
/* consul_end */

/* マウスピース矯正のメリット */
#what h2｛
margin-bottom:24px;
｝

#what {
padding-top:0px;
}
#what h3 {
font-size:1.3rem;
margin-top:16px;
margin-bottom:8px;
text-align:center;
}
#what .inner {
padding:40px 0 0;
}
.box iframe {
width:100%;
max-height:210px
}
.bg_wrap {
padding:40px 0;
}
/* よくある質問 */
#qa .inner {
    padding: 40px 0;
}
#qa {
    padding: 0px 16px;
}
#qa h2 {
margin-top:0px;
}
.que {
font-size: 1.4rem;
line-height:1.4;
}
.que-left {
    margin-left: 20px;
    padding: 24px 16px;
    text-align: justify;
}
.ans-right {
    margin-right: 20px;
        padding: 24px 16px;
    text-align: justify;
}


.spflex {
display:flex;
}
.w50p {
width:50%;
}
.sptleft {
text-align:left;
}
.spmt24 {
margin-top:24px;
}
.spmb24 {
margin-bottom:24px;
}
/* 臨時 */
#s05 img,#s06 img,#s07 img,#s08 img,#s11 img {
width:100%;
}
/*-------------------------- フッター -------------------------*/
.flexbox {
display: inherit; text-align:center;
}
#footer .inner {
padding: 24px 0;
}
#footer .w100p {
width:80%;
margin-top:24px;
margin: auto;
}
.time ul {
    margin-left: 0px;
}
.time {
margin-top:24px;
}
.f_logo {
margin:24px auto 16px;
width:190px;
}
.indent {
margin-left:0em;
}
.topmove-btn {
    width: 40px;
    height: 40px;
    right: 16px;
}
.logo_text {
width:96%;
padding:2% 2%
}
#oc-info h3 {
    font-size: 1.2em;
}
.tel {
    font-size: 1.8em;
}
.copyright {
    margin-bottom: 60px;
}
#oc-info th {
    font-size: 0.9em;
    width:auto;
}
#footer .logo_text {
    width: 100%;
}
#footer .max450 {
    width: 100%;
}
}

@media screen and (max-width: 480px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 480px) {
.hdr_title{
	font-size:3.2vw;
}
}










/* reason */
#s05 {
    background: #fff;
    padding: 80px 0 0;
}
#s05 .inner {
    max-width: 1386px;
    margin: auto;
    width: 100%;
}
#s05 h2 {
    margin-bottom: 64px;
}
#s05 h2 img {
    width: calc(100% - 32px);
    max-width: 825px;
}
.s5_left,.s5_right{
    width: calc(100% - 32px);
    max-width: 1234px;
}
.s5_left {
    margin-right: auto;
}
.s5_right {
    margin-left: auto;
}
.s5_flex {
    display: flex;
    align-items: flex-start;
}
.s5_left .s5_flex {
    flex-direction: row-reverse;
}
.s5_mi3 {
    margin-top: 56px;
    margin-bottom: 48px;
    font-weight: bold;
    color: #585858;
    font-size: 32px;
    line-height: 1.5;
    position: relative;
    padding-left: 105px;
}
.s5_mi3::before{
	position: absolute;
    transform: translate(0, -50%);
    left: 0;
    top: 50%;
    content: "";
    display: inline-block;
    width: 91px;
    height: 83px;
}
.s5_r01 .s5_mi3::before{
	background:url(../images/reason_no01.svg) no-repeat;
	background-size:contain;
}
.s5_r02 .s5_mi3::before{
	background:url(../images/reason_no02.svg) no-repeat;
	background-size:contain;
}
.s5_r03 .s5_mi3::before{
	background:url(../images/reason_no03.svg) no-repeat;
	background-size:contain;
}
.s5_r04 .s5_mi3::before{
	background:url(../images/reason_no04.svg) no-repeat;
	background-size:contain;
}
.s5_r05 .s5_mi3::before{
	background:url(../images/reason_no05.svg) no-repeat;
	background-size:contain;
}
.s5_flex p{
	line-height: 2.2;
}
.s5_mi3 span{
	color:rgba(16,90,179,1);
}
.s5_left .s5_text {
    margin-left:24px;
}
.s5_right .s5_text {
    margin-right:24px;
}
@media screen and (max-width: 1400px) {
.s5_flex > img {
    width: 50%;
}	
.s5_mi3 {
    margin-top: 4vw;
    margin-bottom: 3.8vw;
    font-size: 2.3vw;
}
.s5_flex p{
    font-size: 1.2vw;	
}
#s05 h2 img{
	width:80%;
}
.s5_flex > img {
    width: 52.9vw;
}
}
@media screen and (max-width: 768px) {
.s5_flex p {
    font-size: 15px;
}
}
@media screen and (max-width: 767px) {
#s05{
    padding: 40px 0 0;
}
#s05 h2 {
    margin-bottom: 16px;
}
#s05 h2 img {
    width: calc(100% - 32px);
    max-width: 480px;
}
.s5_flex{
    flex-direction: column;
}
.s5_left .s5_flex {
    flex-direction: column;
}
.s5_left{
    margin: 0 auto;
}
.s5_right{
    margin: 0 auto;
}
.s5_mi3 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 5.6vw;
    padding-left: 96px;
}
.s5_flex p {
    font-size: 16px;
    line-height: 1.6;
}
.s5_right .s5_text {
    margin-right: 0;
    margin-bottom: 24px;
}
.s5_left .s5_text {
    margin-left: 0;
    margin-bottom: 24px;
}
.s5_text img {
    margin: 24px 0;
}
}
@media screen and (max-width: 320px) {
.s5_mi3{
    font-size: 4.8vw;
}
}



/* trouble */
#trouble {
    background-image: none;
}
#trouble .inner {
    padding: 0;
}
#dentition .inner{
    padding: 80px 3%;
}
.li-balloon {
    max-width: 65%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
}
.li-balloon li {
    background-color: rgba(255,255,255,.8);
    border: solid 1px rgba(16,90,179,1);
    border-radius: 50%;
    color: rgba(16,90,179,1);
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.li-balloon li:nth-of-type(1),
.li-balloon li:nth-of-type(3) {
    width: 200px;
    height: 200px;
}
.li-balloon li:nth-of-type(2),
.li-balloon li:nth-of-type(4) {
    width: 176px;
    height: 176px;
}
.li-balloon li:nth-of-type(1) {
    top: 16px;
    left: 120px;
}
.li-balloon li:nth-of-type(2) {
    top: -8px;
    left: 376px;
}
.li-balloon li:nth-of-type(3) {
    top: 160px;
    left: -80px;
}
.li-balloon li:nth-of-type(4) {
    top: 224px;
    left: 256px;
}
.li-balloon li:nth-of-type(5) {
    width: 152px;
    height: 152px;
    top: 200px;
    left: 480px;
}
.li-balloon li span {
    display: block;
    width: 80%;
}
#trouble h2 {
    position: relative;
    z-index: 1;
    text-shadow: 0 0 3px white,0 0 3px white,0 0 3px white,0 0 3px white,0 0 3px white;
}
#trouble h2 .small80 {
    display: block;
    margin-bottom: 8px;
}
#trouble {
    min-height: 680px;
    height: auto;

    position: relative;
}
#trouble::before {
    content: '';
    background-image: url(../images/area02_img.png);
    background-repeat: no-repeat; background-position:top center;
    background-size: contain;
    background-color: #f2f6f6;
    width:100%;
    height: 680px;
    position: absolute;
}
.flex-hover ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.flex-hover ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% / 3);
  padding: 0;
}
.hanarabi-list{
  cursor: pointer;
}
.active-contents{
  font-size:32px;
  background-color: rgba(216,232,240,.8);;
  font-weight:bold;
}
.act-text:not(:first-child){
  display: none;
}
.active-sp{
  display: none;
}
.mc{
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hid-content-wrap {
    padding: 24px;
    text-align: center;
    height: 270px;
    display: flex;
    align-items: center;
}
.act-title-text {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-feature-settings: "palt";
    font-weight: bold;
}
.act-title-text em {
    font-size: 16px;
    vertical-align: 0.4em;
    display: inline-block;
}
.act-text p {
    font-weight: normal;
    text-align: justify;
    max-width: 100%;
    margin: auto;
    line-height: 2;
}
.point {
    border-radius: 20px;
    max-width: 500px;
    margin: auto;
    border: 2px solid rgba(16,90,179,1);
    color: rgba(16,90,179,1);
}

.h2wrap {
    padding-top: 40px;
}
@media screen and (max-width: 1560px) {
#trouble::before {
  /*  left: -80px;*/
}
}
@media screen and (max-width: 768px) {
#dentition .inner {
    padding: 40px 3%;
}
#trouble {
    padding: 48px 0;
    min-height: unset;
}
#trouble h2 {
    line-height: 1.2em;
    margin-bottom: 48px;
}
#trouble h2 .small80 {
    margin-bottom: 8px;
}
.li-balloon {
    margin-bottom: 0;
}
.li-balloon li {
    position: static;
}
.li-balloon li:nth-of-type(1),
.li-balloon li:nth-of-type(2),
.li-balloon li:nth-of-type(3),
.li-balloon li:nth-of-type(4),
.li-balloon li:nth-of-type(5) {
    width: 100%;
    height: 56px;
    border-radius: 8px;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 8px;
    text-align: left;
}
.li-balloon li span {
    width: 85%;
}
#trouble::before {
    width: 400px;
    height: 480px;
    position: absolute;
    bottom: 0;
    left: -104px;
}
}
@media screen and (max-width: 767px) {
#dentition h2{
    font-size: 1.5rem;
    margin-bottom:0;
    padding-bottom: 24px;
}
.flex-hover ul li{
  width: 100%;
  flex-direction: column;
}
.flex-hover ul li.active-contents{
  display: none;
}
#dentition .inner {
    padding: 24px 0 40px;
}
.act-title-text{
  font-size:24px;
  padding-bottom: 8px;
}
.active-sp {
    width: calc(100% - 32px);
    background: #f2fcff;
    padding: 16px 16px 24px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 16px;
}
.active-sp p {
    text-align: justify;
}
.mc{
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px dashed #a7d8ea;
}
.hnb-title {
    width: 100%;
}
.mc img:first-child {
    width: 36%;
}
.mc span {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 4vw;
}
.mc img:last-child {
    width: 24px;
    height: 24px;
}
#mc01.mc{
    border-top: none;
}
#mc02.mc span,#mc04.mc span,#mc06.mc span,#mc08.mc span{
    order: 1;
    margin-left: 0;
}
#mc02.mc img:first-child,#mc04.mc img:first-child,#mc06.mc img:first-child,#mc08.mc img:first-child{
    order:2;
    margin-right: 16px;
}
#mc02.mc img:last-child,#mc04.mc img:last-child,#mc06.mc img:last-child,#mc08.mc img:last-child{
    order:3;
}
.point {
margin:0 auto 8px;
border-top: none;
border-right: none;
border-left: none;
border-bottom:1px solid rgba(16,90,179,1);
border-radius:0;
}

}



@media screen and (max-width: 320px) {
.mc span {
    font-size:3.8vw;
}
}


#dentition {
    background-color: #f8f8f8;
    margin-top: 0px;
}

#dentition {

}
#dentition .inner {
    max-width: calc(100% - 32px);
}
.col3 > * {
    width: calc(100% / 3);
}
.s02_in {
    background-color: rgba(255,255,255,1);
    padding: 12px 0px;
}
#dentition .s02_in{
    padding: 0;
}
.s02_in > .flex {
    align-items: center;
}
.s02_in .col3 > * {
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.s02_in .col3 > * img {
    margin-bottom: 8px;
}
.s02_in .col3 > * span {
    line-height: 1.35;
}
.s02_in .col3 .hid-content-wrap {
    padding-right: 12px;
    padding-left: 12px;
}
.hid-content-wrap h2 {
    font-size: 36px;
}
#dentition .hid-content {
    display: none;
}
#dentition .pc-tb {
    display: block;
}
#dentition .tb-sp {
    display: none;
}
@media screen and (max-width: 1386px) {
#trouble::before{
    display: none;
}
#trouble{
  background-image: url(../images/area02_img.png);
    background-repeat: no-repeat;
/*    background-position-x:-13vw;*/
    background-position-y:0;
    background-size: cover;
}
#dentition{
  margin-top:0;
}
}
@media screen and (max-width: 1120px) {
.hid-content-wrap{
    height: auto;
}
.act-title-text em{
  display: block;
  margin-bottom: 0.4em;
}
.hid-content-wrap h2,.act-title-text{
    font-size: 2.8vw;
}
.act-title-text{
    font-size: 30px;
}
}
@media screen and (max-width: 1110px) {
#trouble h2{
  font-size:4.5vw;
}
.li-balloon li:nth-of-type(1){
    left: 12vw;
}
.li-balloon li:nth-of-type(2){
    left: 36vw;
}
.li-balloon li:nth-of-type(3){
    left: -6vw;
}
.li-balloon li:nth-of-type(4) {
    left: 21vw;
}
.li-balloon li:nth-of-type(5) {
    left: 45vw;
}
}
@media screen and (max-width: 880px) {
.li-balloon li:nth-of-type(1), .li-balloon li:nth-of-type(3) {
    width: 170px;
    height: 170px;
}
.li-balloon li:nth-of-type(2), .li-balloon li:nth-of-type(4) {
    width: 146px;
    height: 146px;
}
.li-balloon li:nth-of-type(5) {
    width: 122px;
    height: 122px;
}
.li-balloon li{
    font-size: 17px;
}
}
@media screen and (max-width: 768px) {
.li-balloon li:nth-of-type(1),
.li-balloon li:nth-of-type(2),
.li-balloon li:nth-of-type(3),
.li-balloon li:nth-of-type(4),
.li-balloon li:nth-of-type(5){
    width: 100%;
    height: 56px;
}
#dentition .pc-tb {
    display: none;
}
#dentition .tb-sp {
    display: block;
    padding: 48px 0;
}
#dentition .tb-sp h2 {
    margin-bottom: 48px;
}
#dentition .tb-sp .mc {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 8px;
    font-size: 22px;
    padding: 8px;
}
#dentition .tb-sp > ul li:not(:last-of-type) {
    margin-bottom: 16px;
}
#dentition .tb-sp > ul li:nth-of-type(2n+1) {
    background-color: rgba(255,255,255,1);
}
#dentition .tb-sp > ul li:nth-of-type(2n) {
    background-color: #edf2f3;
}
#dentition .tb-sp .mc img {
    max-width: 112px
}
#dentition .tb-sp > ul li:nth-of-type(2n) .mc {
    flex-direction: row-reverse;
}
}
@media screen and (max-width: 767px) {
#trouble {
    background-position: -70px 10px;
    background-size: 81%;
    padding: 18px 0;
}
.li-balloon{
    max-width: calc(100% - 32px);
    margin: auto;
    background: rgba(255,255,255,0.7);
    padding: 16px;
}
#trouble h2 {
    width: 50%;
    text-align: left;
    margin-left: auto;
    margin-right: 32px;
    margin-bottom: 8vw;
    font-size: 7.5vw;
}
#trouble h2 .small80 {
    margin-bottom: 0;
    text-indent: 0.1em;
    font-size: 0.62em;
}
#trouble .inner {
    padding: 24px 0 0;
    margin-top: 0;
    width: 100%;
}
}
@media screen and (max-width: 480px) {
#trouble{
  background-image: url(../images/area02_imgsp.png);
    background-repeat: no-repeat;
    background-size: cover;
background-position:0px 0px;
padding:0px;
}
.h2wrap {
padding-top: 16px;
}
#dentition h2{
    font-size: 5.3vw;
}
.li-balloon li:nth-of-type(1), .li-balloon li:nth-of-type(2), .li-balloon li:nth-of-type(3), .li-balloon li:nth-of-type(4), .li-balloon li:nth-of-type(5){
    height: 42px;
}
.li-balloon li span {
    width: 93%;
    font-size: 4.1vw;
}
}

/** append **/
.s03_in > div:first-of-type.con__flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
}
.s03_in > div:first-of-type > div.con__flex-sub {
    width: calc(50% - 16px);
    margin: 0;
}
.s03_in > div:first-of-type > div.con__flex-sub > span {
    display: flex;
    margin: 0 0 16px;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 1;
}
.s03_in > div:first-of-type > div.con__flex-sub > span::before {
    content: "";
    border-top: solid 16px rgb(8 66 135);
    border-right: solid 10px rgba(32,176,232,0);
    border-left: solid 10px rgba(32,176,232,0);
}
.con__flex-btn {
    background: #fff;
    border: 3px solid #6b972f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    text-decoration: none;
    font-size: 29px;
    flex-direction: column;
    gap: 6px;
    color: #6b972f;
    border-radius: 72px;
    font-weight: 700;
    
}
.con__flex-btn > span {
    position: relative;
}
.con__flex-btn > span::before {
    content: "";
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    left: -26px;
    width: 21px;
    height: 27px;
    background: url(/images/icon-tel-white.svg) no-repeat;
    background-size: 100%;
}
.s03_in > div:first-of-type > div.con__flex-sub.con__flex-right .con__flex-btn {
    background: #6b972f;
    color: #fff;
}
.con__flex-small {
    font-size: 0.72em;
}

#s06 .con__flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#s06 .con__flex-sub {
    width: 100%;
    max-width: 380px;
    margin: 0;
}

#s06 .con__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}
#s06 .con__flex-sub > span::before {
    content: "";
    border-top: solid 16px rgb(8 66 135);
    border-right: solid 10px rgba(32,176,232,0);
    border-left: solid 10px rgba(32,176,232,0);
}
#s06 .con__flex-btn {
    height: 64px;
    font-size: 22px;
}
#s06 .con__flex-sub > span {
    display: flex;
    margin: 0 0 16px;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 1;
}
#s06 .con__flex-sub.con__flex-right .con__flex-btn {
    background: #6b972f;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .s03_in > div:first-of-type.con__flex {
        flex-direction: column;
        width: 100%;
        gap: 32px;
    }
    .s03_in > div:first-of-type > div.con__flex-sub {
        width: 100%;
    }
    .con__flex-btn {
        font-size: 24px;
        height: 72px;
    }
}

@media screen and (max-width: 480px) {
}